diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
commit | f29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch) | |
tree | a5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/close.2 | |
parent | 906e3d9014b754421b64647e705b3cca2e9a7c01 (diff) |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/close.2')
-rw-r--r-- | lib/libc/sys/close.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 8a3295ab47c..cd119218b70 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: close.2,v 1.8 1999/06/29 14:09:53 aaron Exp $ +.\" $OpenBSD: close.2,v 1.9 2000/10/18 05:12:08 aaron Exp $ .\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -59,7 +59,8 @@ on the last close of a .Xr socket 2 associated naming information and queued data are discarded; on the last close of a file holding an advisory lock -the lock is released. However, the semantics of System V and +the lock is released. +However, the semantics of System V and .St -p1003.1-88 dictate that all .Xr fcntl 2 @@ -83,8 +84,8 @@ all descriptors for the new child process reference the same objects as they did in the parent before the fork. If a new process is then to be run using .Xr execve 2 , -the process would normally inherit these descriptors. Most -of the descriptors can be rearranged with +the process would normally inherit these descriptors. +Most of the descriptors can be rearranged with .Xr dup2 2 or deleted with .Fn close |