xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Fd/break.out_markdown (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1FD-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
35OpenBSD - July 4, 2017
36