Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/lib/libc/gen Pull up revision 1.33 (requested by lukem in...
details: https://anonhg.NetBSD.org/src/rev/70a12bebb7ff
branches: netbsd-3
changeset: 576585:70a12bebb7ff
user: tron <tron%NetBSD.org@localhost>
date: Mon Jul 11 21:27:20 2005 +0000
description:
Pull up revision 1.33 (requested by lukem in ticket #540):
Add a comma for readability.
diffstat:
lib/libc/gen/getpwent.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e55fc3a6a50 -r 70a12bebb7ff lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3 Mon Jul 11 21:27:00 2005 +0000
+++ b/lib/libc/gen/getpwent.3 Mon Jul 11 21:27:20 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpwent.3,v 1.25.2.8 2005/07/11 21:26:31 tron Exp $
+.\" $NetBSD: getpwent.3,v 1.25.2.9 2005/07/11 21:27:20 tron Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -227,7 +227,7 @@
.Fn getpwent_r
return
.Dv 0
-on success or entry not found and non-zero on failure.
+on success or entry not found, and non-zero on failure.
.Sh FILES
.Bl -tag -width /etc/master.passwd -compact
.It Pa /etc/pwd.db
Home |
Main Index |
Thread Index |
Old Index