diff options
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Fo/break.in')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fo/break.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Fo/break.in b/regress/usr.bin/mandoc/mdoc/Fo/break.in new file mode 100644 index 00000000000..2a5d1dcd699 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Fo/break.in @@ -0,0 +1,11 @@ +.Dd December 25, 2013 +.Dt FO-BREAK 1 +.Os OpenBSD +.Sh NAME +.Nm Fo-break +.Nd line breaks in function blocks +.Sh SYNOPSIS +.Ft my_long_return_type * +.Fn my_long_function "my_long_type first_argument" "my_long_type second_argument" +.Sh DESCRIPTION +.Fn my_long_function "my_long_type first_argument" "my_long_type second_argument" |