diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-10 13:10:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-10 13:10:28 +0000 |
commit | d762ea18ca9f765a4feb42eb1f8b6770513aa94e (patch) | |
tree | 87ff75eee8575fd3b994e7c96ad2c4e6760bfeb0 /share/man/man4/fd.4 | |
parent | 83e971926e8971bffe695ddb7d319084286bd9e0 (diff) |
Cleanup.
Diffstat (limited to 'share/man/man4/fd.4')
-rw-r--r-- | share/man/man4/fd.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/fd.4 b/share/man/man4/fd.4 index 95b7970f489..5add3105b2a 100644 --- a/share/man/man4/fd.4 +++ b/share/man/man4/fd.4 @@ -47,8 +47,7 @@ The files .Pa /dev/fd/0 through .Pa /dev/fd/# -refer to file descriptors which can be accessed through the file -system. +refer to file descriptors which can be accessed through the file system. If the file descriptor is open and the mode the file is being opened with is a subset of the mode of the existing descriptor, the call: .Bd -literal -offset indent @@ -64,7 +63,7 @@ are equivalent. .Pp Opening the files .Pa /dev/stdin , -.Pa /dev/stdout +.Pa /dev/stdout , and .Pa /dev/stderr is equivalent to the following calls: @@ -78,7 +77,7 @@ Flags to the .Xr open 2 call other than .Dv O_RDONLY , -.Dv O_WRONLY +.Dv O_WRONLY , and .Dv O_RDWR are ignored. |