diff options
author | 2010-06-06 21:03:09 +0000 | |
---|---|---|
committer | 2010-06-06 21:03:09 +0000 | |
commit | 201e529fb101280bc5ba9569a73611ca449a25d9 (patch) | |
tree | 2eb28a4e3e1f07fb2891c159eca3fd05f5a5bc4a /regress/usr.bin/mandoc/mdoc/In | |
parent | Merge bsd.lv version 1.10.1 (to be released soon). (diff) | |
download | wireguard-openbsd-201e529fb101280bc5ba9569a73611ca449a25d9.tar.xz wireguard-openbsd-201e529fb101280bc5ba9569a73611ca449a25d9.zip |
also test .In following .In and .Ft following .Fn
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/In')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/In/break.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/In/break.in b/regress/usr.bin/mandoc/mdoc/In/break.in index bbdc52d4591..5847a53c410 100644 --- a/regress/usr.bin/mandoc/mdoc/In/break.in +++ b/regress/usr.bin/mandoc/mdoc/In/break.in @@ -1,4 +1,4 @@ -.Dd $Mdocdate: October 28 2009 $ +.Dd $Mdocdate: June 6 2010 $ .Dt IN-BREAK 2 .Os .Sh NAME @@ -8,6 +8,9 @@ .In fcntl.h .Ft int .Fn open "const char *path" "int flags" "mode_t mode" +.In sys/types.h .In unistd.h +.Ft int +.Fn dup "int oldd" .Ft ssize_t .Fn write "int d" "const void *buf" "size_t nbytes" |