Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Remove superfluous comma.



details:   https://anonhg.NetBSD.org/src/rev/56b3805129b0
branches:  trunk
changeset: 580007:56b3805129b0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 04 18:24:21 2005 +0000

description:
Remove superfluous comma.

diffstat:

 lib/libc/gen/getgrent.3 |  4 ++--
 lib/libc/gen/getpwent.3 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3aab38a95b96 -r 56b3805129b0 lib/libc/gen/getgrent.3
--- a/lib/libc/gen/getgrent.3   Mon Apr 04 17:02:43 2005 +0000
+++ b/lib/libc/gen/getgrent.3   Mon Apr 04 18:24:21 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getgrent.3,v 1.23 2005/04/04 14:19:55 christos Exp $
+.\"    $NetBSD: getgrent.3,v 1.24 2005/04/04 18:24:21 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -144,7 +144,7 @@
 will point to null.
 Calling
 .Fn getgrent_r
-from multiple threads, will result in each thread reading a disjoint portion
+from multiple threads will result in each thread reading a disjoint portion
 of the group database.
 .Pp
 The
diff -r 3aab38a95b96 -r 56b3805129b0 lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3   Mon Apr 04 17:02:43 2005 +0000
+++ b/lib/libc/gen/getpwent.3   Mon Apr 04 18:24:21 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpwent.3,v 1.28 2005/04/04 14:19:55 christos Exp $
+.\"    $NetBSD: getpwent.3,v 1.29 2005/04/04 18:24:21 wiz Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -148,7 +148,7 @@
 will point to null.
 Calling
 .Fn getpwent_r
-from multiple threads, will result in each thread reading a disjoint portion
+from multiple threads will result in each thread reading a disjoint portion
 of the password database.
 .Pp
 The



Home | Main Index | Thread Index | Old Index