diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-18 10:45:52 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-18 10:45:52 +0200 |
commit | bdcef09b529024e616e9400b110ee5b712db29ed (patch) | |
tree | 273d69c967affe5a3cbf3949b95fdf0869ab5443 | |
parent | 679f7a8c5e98b2312876d3a36a82dae2480aa386 (diff) |
Document the --no-doctype long-option
-rw-r--r-- | gsp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.Dd $Mdocdate: September 10 2023 $ +.Dd $Mdocdate: April 18 2024 $ .Dt GSP 1 .Os .Sh NAME @@ -21,7 +21,7 @@ is provided, then input will be read from the standard input. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl d +.It Fl d , Fl Fl no\-doctype Do not automatically generate a document type at the beginning of the document. .El .Sh EXIT STATUS |