Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Small rewording.



details:   https://anonhg.NetBSD.org/src/rev/95151e4aef3c
branches:  trunk
changeset: 764134:95151e4aef3c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 12 04:27:02 2011 +0000

description:
Small rewording.

diffstat:

 share/man/man3/unistd.3 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 9df3355d2d87 -r 95151e4aef3c share/man/man3/unistd.3
--- a/share/man/man3/unistd.3   Tue Apr 12 03:35:47 2011 +0000
+++ b/share/man/man3/unistd.3   Tue Apr 12 04:27:02 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: unistd.3,v 1.2 2011/04/10 10:01:06 wiz Exp $
+.\" $NetBSD: unistd.3,v 1.3 2011/04/12 04:27:02 jruoho Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 10, 2011
+.Dd April 12, 2011
 .Dt UNISTD 3
 .Os
 .Sh NAME
@@ -58,12 +58,13 @@
 and
 .Xr sysconf 3 .
 .It
-Prototypes for several important system calls such as
-.Xr alarm 3 ,
+Prototypes for several important system calls and library routines such as
+.Xr chown 2 ,
+.Xr dup 2 ,
 .Xr execl 3 ,
 .Xr fork 2 ,
-.Xr link 2 ,
 .Xr pipe 2 ,
+.Xr rmdir 2 ,
 .Xr setuid 2 ,
 and
 .Xr write 2 .



Home | Main Index | Thread Index | Old Index