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