open.2: Make NAME text a little more generic

(No need to say "file *or device*")

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 07:11:26 +01:00
parent 75af9c081d
commit 90823c7091
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC.
.\"
.TH OPEN 2 2014-01-20 "Linux" "Linux Programmer's Manual"
.TH OPEN 2 2014-02-20 "Linux" "Linux Programmer's Manual"
.SH NAME
open, creat \- open and possibly create a file or device
open, creat \- open and possibly create a file
.SH SYNOPSIS
.nf
.B #include <sys/types.h>