diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-04-07 23:12:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-04-07 23:12:51 +0000 |
commit | 87cc166866f92a490fc02f4168d4ce0f3af45a70 (patch) | |
tree | c742455cb3ccb890690020b59f3aeb7911e4110d /regress/usr.bin/mandoc | |
parent | 7f61def673bbbbb40b88d2cd8673c6f5b264998f (diff) |
Make sure that the sequence .Fl, no argument, and another macro
is rendered without white space between the dash and the other macro.
Will be fixed in mandoc 1.9.23.
Diffstat (limited to 'regress/usr.bin/mandoc')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fl/noarg.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Fl/noarg.in b/regress/usr.bin/mandoc/mdoc/Fl/noarg.in index dfd5c8cbb94..decae88174c 100644 --- a/regress/usr.bin/mandoc/mdoc/Fl/noarg.in +++ b/regress/usr.bin/mandoc/mdoc/Fl/noarg.in @@ -1,4 +1,4 @@ -.Dd $Mdocdate: January 1 2010 $ +.Dd $Mdocdate: April 7 2010 $ .Dt FL-NOARG 1 .Os .Sh NAME @@ -11,3 +11,7 @@ a dash. .Pp This is true even before punctuation .Fl . +.Pp +Following macros +.Fl Op flag +follow without white space. |