Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Misc fixes from jmc@openbsd.



details:   https://anonhg.NetBSD.org/src/rev/85d09250154c
branches:  trunk
changeset: 546978:85d09250154c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 10 12:24:54 2003 +0000

description:
Misc fixes from jmc@openbsd.

diffstat:

 lib/libc/stdlib/exit.3      |  3 ++-
 lib/libc/stdlib/getsubopt.3 |  4 ++--
 lib/libc/stdlib/qsort.3     |  4 ++--
 lib/libc/stdlib/rand48.3    |  4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diffs (71 lines):

diff -r e5157a2d414e -r 85d09250154c lib/libc/stdlib/exit.3
--- a/lib/libc/stdlib/exit.3    Sat May 10 12:14:26 2003 +0000
+++ b/lib/libc/stdlib/exit.3    Sat May 10 12:24:54 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: exit.3,v 1.12 2003/04/16 13:34:46 wiz Exp $
+.\" $NetBSD: exit.3,v 1.13 2003/05/10 12:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -77,6 +77,7 @@
 .Xr tmpfile 3
 function.
 .El
+.Pp
 Following this,
 .Fn exit
 calls
diff -r e5157a2d414e -r 85d09250154c lib/libc/stdlib/getsubopt.3
--- a/lib/libc/stdlib/getsubopt.3       Sat May 10 12:14:26 2003 +0000
+++ b/lib/libc/stdlib/getsubopt.3       Sat May 10 12:24:54 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsubopt.3,v 1.9 2003/04/16 13:34:46 wiz Exp $
+.\"    $NetBSD: getsubopt.3,v 1.10 2003/05/10 12:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -72,7 +72,7 @@
 returns the zero-based offset of the pointer in the
 .Fa tokens
 array referencing a string which matches the first token
-in the string, or, \-1 if the string contains no tokens or
+in the string, or \-1 if the string contains no tokens or
 .Fa tokens
 does not contain a matching string.
 .Pp
diff -r e5157a2d414e -r 85d09250154c lib/libc/stdlib/qsort.3
--- a/lib/libc/stdlib/qsort.3   Sat May 10 12:14:26 2003 +0000
+++ b/lib/libc/stdlib/qsort.3   Sat May 10 12:24:54 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: qsort.3,v 1.11 2003/04/16 13:34:46 wiz Exp $
+.\"    $NetBSD: qsort.3,v 1.12 2003/05/10 12:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -190,7 +190,7 @@
 Previous versions of
 .Fn qsort
 did not permit the comparison routine itself to call
-.Fn qsort 3 .
+.Fn qsort .
 This is no longer true.
 .Sh SEE ALSO
 .Xr sort 1 ,
diff -r e5157a2d414e -r 85d09250154c lib/libc/stdlib/rand48.3
--- a/lib/libc/stdlib/rand48.3  Sat May 10 12:14:26 2003 +0000
+++ b/lib/libc/stdlib/rand48.3  Sat May 10 12:24:54 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rand48.3,v 1.9 2003/04/16 13:34:46 wiz Exp $
+.\"    $NetBSD: rand48.3,v 1.10 2003/05/10 12:24:54 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Martin Birgmeier
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .Nm srand48 ,
 .Nm seed48 ,
 .Nm lcong48
-.Nd pseudo random number generators and initialization routines
+.Nd pseudo-random number generators and initialization routines
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS



Home | Main Index | Thread Index | Old Index