Annotation of mandoc/regress/mdoc/Fd/break.out_markdown, Revision 1.3
1.1 schwarze 1: FD-BREAK(2) - System Calls Manual
2:
3: # NAME
4:
5: **Fd-break** - line break before old-style header include file
6:
7: # SYNOPSIS
8:
9: **#include <fcntl.h>**
10:
11: *int*
12: **open**(*const char \*path*, *int flags*, *mode\_t mode*);
13:
14: **#include <sys/types.h>**
15: **#include <unistd.h>**
16:
17: *int*
18: **dup**(*int oldd*);
19:
20: *ssize\_t*
21: **write**(*int d*, *const void \*buf*, *size\_t nbytes*);
22:
23: # DESCRIPTION
24:
25: **#include <fcntl.h>**
26: *int*
27: **open**(*const char \*path*, *int flags*, *mode\_t mode*)
28: **#include <sys/types.h>**
29: **#include <unistd.h>**
30: *int*
31: **dup**(*int oldd*)
32: *ssize\_t*
33: **write**(*int d*, *const void \*buf*, *size\_t nbytes*)
34:
1.3 ! schwarze 35: OpenBSD - July 4, 2017 - FD-BREAK(2)
CVSweb