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.30 (requested by lukem in...



details:   https://anonhg.NetBSD.org/src/rev/f5e94903621f
branches:  netbsd-3
changeset: 576578:f5e94903621f
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jul 11 21:24:19 2005 +0000

description:
Pull up revision 1.30 (requested by lukem in ticket #540):
Use Dq macro; end sentence with a dot; break line
differently so that abbreviation dot is not interpreted as line-ending dot.

diffstat:

 lib/libc/gen/getpwent.3 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 76de64ce692b -r f5e94903621f lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3   Mon Jul 11 21:24:04 2005 +0000
+++ b/lib/libc/gen/getpwent.3   Mon Jul 11 21:24:19 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpwent.3,v 1.25.2.5 2005/07/11 21:24:04 tron Exp $
+.\"    $NetBSD: getpwent.3,v 1.25.2.6 2005/07/11 21:24:19 tron Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -157,7 +157,9 @@
 accomplishes two purposes.
 First, it causes
 .Fn getpwent
-to ``rewind'' to the beginning of the database.
+to
+.Dq rewind
+to the beginning of the database.
 Additionally, if
 .Fa stayopen
 is non-zero, file descriptors are left open, significantly speeding
@@ -182,8 +184,10 @@
 function
 closes any open files.
 .Pp
-These functions have been written to ``shadow'' the password file, e.g.
-allow only certain programs to have access to the encrypted password.
+These functions have been written to
+.Dq shadow
+the password file, e.g. allow only certain programs to have access
+to the encrypted password.
 If the process which calls them has an effective uid of 0, the encrypted
 password will be returned, otherwise, the password field of the returned
 structure will point to the string
@@ -296,7 +300,7 @@
 .Fn getpwent
 makes no attempt to suppress duplicate information if multiple
 sources are specified in
-.Xr nsswitch.conf 5
+.Xr nsswitch.conf 5 .
 .Sh COMPATIBILITY
 The historic function
 .Fn setpwfile



Home | Main Index | Thread Index | Old Index