Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Avoid duplicate if.



details:   https://anonhg.NetBSD.org/src/rev/465e33114959
branches:  trunk
changeset: 584187:465e33114959
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 10 21:55:35 2005 +0000

description:
Avoid duplicate if.

diffstat:

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

diffs (24 lines):

diff -r bf308ba7e355 -r 465e33114959 lib/libutil/pw_getconf.3
--- a/lib/libutil/pw_getconf.3  Sat Sep 10 21:51:57 2005 +0000
+++ b/lib/libutil/pw_getconf.3  Sat Sep 10 21:55:35 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pw_getconf.3,v 1.8 2005/08/18 21:07:23 elad Exp $
+.\"    $NetBSD: pw_getconf.3,v 1.9 2005/09/10 21:55:35 wiz Exp $
 .\"
 .\" Copyright 1997 Niels Provos <provos%physnet.uni-hamburg.de@localhost>
 .\" All rights reserved.
@@ -82,12 +82,12 @@
 will fail if:
 .Bl -tag -width Er
 .It Bq Er ENOTDIR
-If there is no key in
+There is no key in
 .Pa /etc/passwd.conf
 named
 .Pa key .
 .It Bq Er ENOENT
-If there is no option named
+There is no option named
 .Pa option
 in the specified key.
 .El



Home | Main Index | Thread Index | Old Index