aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fd/break.out_markdown
blob: 1d8459a1952bcb364c288164d7963863763d8e29 (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
27
28
29
30
31
32
33
34
35
FD-BREAK(2) - System Calls Manual

# NAME

**Fd-break** - line break before old-style header include file

# SYNOPSIS

**#include <fcntl.h>**

*int*  
**open**(*const char \*path*, *int flags*, *mode\_t mode*);

**#include <sys/types.h>**  
**#include <unistd.h>**

*int*  
**dup**(*int oldd*);

*ssize\_t*  
**write**(*int d*, *const void \*buf*, *size\_t nbytes*);

# DESCRIPTION

**#include <fcntl.h>**  
*int*
**open**(*const char \*path*, *int flags*, *mode\_t mode*)
**#include <sys/types.h>**  
**#include <unistd.h>**  
*int*
**dup**(*int oldd*)
*ssize\_t*
**write**(*int d*, *const void \*buf*, *size\_t nbytes*)

OpenBSD - June 9, 2010