Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Couple of nits.



details:   https://anonhg.NetBSD.org/src/rev/71627e068022
branches:  trunk
changeset: 494504:71627e068022
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Jul 07 10:33:12 2000 +0000

description:
Couple of nits.

diffstat:

 lib/libutil/pw_getconf.3 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 376ac7b48ab7 -r 71627e068022 lib/libutil/pw_getconf.3
--- a/lib/libutil/pw_getconf.3  Fri Jul 07 10:32:48 2000 +0000
+++ b/lib/libutil/pw_getconf.3  Fri Jul 07 10:33:12 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pw_getconf.3,v 1.1 2000/07/06 11:08:19 ad Exp $
+.\"    $NetBSD: pw_getconf.3,v 1.2 2000/07/07 10:33:12 ad Exp $
 .\"
 .\" Copyright 1997 Niels Provos <provos%physnet.uni-hamburg.de@localhost>
 .\" All rights reserved.
@@ -48,17 +48,16 @@
 and retrieves the value of the option specified
 by
 .Pa option
-from the section given be
+from the section given by
 .Pa key .
 If no suitable entry is found
 for the
 .Pa key
 an empty string will be returned in data.
 .Pp
-For default values the key
+To retrieve default values the key
 .Pa default
-can be used, this might be useful when no entry was found
-for a specific key or option.
+can be used.
 .Pp
 An empty string is also returned for other errors.
 .Sh FILES



Home | Main Index | Thread Index | Old Index