diff options
Diffstat (limited to 'regress/mdoc/Fo')
-rw-r--r-- | regress/mdoc/Fo/fo0.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/regress/mdoc/Fo/fo0.in b/regress/mdoc/Fo/fo0.in new file mode 100644 index 00000000..4ff66510 --- /dev/null +++ b/regress/mdoc/Fo/fo0.in @@ -0,0 +1,32 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh SYNOPSIS +.Fn b +a +.Fo b +.Fc +.Fo "a b c" +.Fc +.Ft "a" +.Fo "b c" +.Fc +.Ft "a b" +.Fo "b c" "d e" +.Fc +.Sh DESCRIPTION +.Fn b +a +.Fo b +.Fc +.Fo "a b c" +.Fc +.Ft "a" +.Fo "b c" +.Fc +.Ft "a b" +.Fo "b c" "d e" +.Fc |