diff options
Diffstat (limited to 'regress/mdoc/Fd/break.in')
-rw-r--r-- | regress/mdoc/Fd/break.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/regress/mdoc/Fd/break.in b/regress/mdoc/Fd/break.in new file mode 100644 index 00000000..e6fd9023 --- /dev/null +++ b/regress/mdoc/Fd/break.in @@ -0,0 +1,26 @@ +.Dd June 9, 2010 +.Dt FD-BREAK 2 +.Os OpenBSD +.Sh NAME +.Nm Fd-break +.Nd line break before old-style header include file +.Sh SYNOPSIS +.Fd #include <fcntl.h> +.Ft int +.Fn open "const char *path" "int flags" "mode_t mode" +.Fd #include <sys/types.h> +.Fd #include <unistd.h> +.Ft int +.Fn dup "int oldd" +.Ft ssize_t +.Fn write "int d" "const void *buf" "size_t nbytes" +.Sh DESCRIPTION +.Fd #include <fcntl.h> +.Ft int +.Fn open "const char *path" "int flags" "mode_t mode" +.Fd #include <sys/types.h> +.Fd #include <unistd.h> +.Ft int +.Fn dup "int oldd" +.Ft ssize_t +.Fn write "int d" "const void *buf" "size_t nbytes" |