[BACK]Return to break.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Fd

Annotation of mandoc/regress/mdoc/Fd/break.in, Revision 1.2

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

CVSweb