]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Fd/break.out_markdown
Style message about legacy man(7) date format in mdoc(7) documents
[mandoc.git] / regress / mdoc / Fd / break.out_markdown
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
35 OpenBSD - June 9, 2010