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.32 (requested by lukem in...
details: https://anonhg.NetBSD.org/src/rev/14806b110a16
branches: netbsd-3
changeset: 576582:14806b110a16
user: tron <tron%NetBSD.org@localhost>
date: Mon Jul 11 21:26:31 2005 +0000
description:
Pull up revision 1.32 (requested by lukem in ticket #540):
remove bogus punctuation
diffstat:
lib/libc/gen/getpwent.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 09ad6e4821fe -r 14806b110a16 lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3 Mon Jul 11 21:26:17 2005 +0000
+++ b/lib/libc/gen/getpwent.3 Mon Jul 11 21:26:31 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpwent.3,v 1.25.2.7 2005/07/11 21:26:17 tron Exp $
+.\" $NetBSD: getpwent.3,v 1.25.2.8 2005/07/11 21:26:31 tron Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -209,7 +209,7 @@
.Fn getpwuid ,
return a valid pointer to a passwd structure on success
and a
-.Dv NULL .
+.Dv NULL
pointer if the entry was not found or an error occurs.
The
.Fn setpassent
Home |
Main Index |
Thread Index |
Old Index