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
|
.\" $OpenBSD: break.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt IN-BREAK 2
.Os
.Sh NAME
.Nm In-break
.Nd line break before header include file
.Sh SYNOPSIS
.In fcntl.h
.Ft int
.Fn open "const char *path" "int flags" "mode_t mode"
.In sys/types.h
.In unistd.h
.Ft int
.Fn dup "int oldd"
.Ft ssize_t
.Fn write "int d" "const void *buf" "size_t nbytes"
.Sh DESCRIPTION
.In fcntl.h
.Ft int
.Fn open "const char *path" "int flags" "mode_t mode"
.In sys/types.h
.In unistd.h
.Ft int
.Fn dup "int oldd"
.Ft ssize_t
.Fn write "int d" "const void *buf" "size_t nbytes"
|