From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/mdoc/Fd/break.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 regress/mdoc/Fd/break.in (limited to 'regress/mdoc/Fd/break.in') 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 +.Ft int +.Fn open "const char *path" "int flags" "mode_t mode" +.Fd #include +.Fd #include +.Ft int +.Fn dup "int oldd" +.Ft ssize_t +.Fn write "int d" "const void *buf" "size_t nbytes" +.Sh DESCRIPTION +.Fd #include +.Ft int +.Fn open "const char *path" "int flags" "mode_t mode" +.Fd #include +.Fd #include +.Ft int +.Fn dup "int oldd" +.Ft ssize_t +.Fn write "int d" "const void *buf" "size_t nbytes" -- cgit