Annotation of mandoc/regress/mdoc/Fd/break.in, Revision 1.1
1.1 ! schwarze 1: .Dd June 9, 2010
! 2: .Dt FD-BREAK 2
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm Fd-break
! 6: .Nd line break before old-style header include file
! 7: .Sh SYNOPSIS
! 8: .Fd #include <fcntl.h>
! 9: .Ft int
! 10: .Fn open "const char *path" "int flags" "mode_t mode"
! 11: .Fd #include <sys/types.h>
! 12: .Fd #include <unistd.h>
! 13: .Ft int
! 14: .Fn dup "int oldd"
! 15: .Ft ssize_t
! 16: .Fn write "int d" "const void *buf" "size_t nbytes"
! 17: .Sh DESCRIPTION
! 18: .Fd #include <fcntl.h>
! 19: .Ft int
! 20: .Fn open "const char *path" "int flags" "mode_t mode"
! 21: .Fd #include <sys/types.h>
! 22: .Fd #include <unistd.h>
! 23: .Ft int
! 24: .Fn dup "int oldd"
! 25: .Ft ssize_t
! 26: .Fn write "int d" "const void *buf" "size_t nbytes"
CVSweb