Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Fix Fn argument.



details:   https://anonhg.NetBSD.org/src/rev/c66431a94345
branches:  trunk
changeset: 534915:c66431a94345
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 06 12:58:45 2002 +0000

description:
Fix Fn argument.

diffstat:

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

diffs (25 lines):

diff -r f0b60b2ae797 -r c66431a94345 lib/libutil/pw_lock.3
--- a/lib/libutil/pw_lock.3     Tue Aug 06 12:54:18 2002 +0000
+++ b/lib/libutil/pw_lock.3     Tue Aug 06 12:58:45 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pw_lock.3,v 1.8 2002/02/07 07:00:52 ross Exp $
+.\"    $NetBSD: pw_lock.3,v 1.9 2002/08/06 12:58:45 wiz Exp $
 .\"
 .\" Copyright (c) 1995
 .\"    The Regents of the University of California.  All rights reserved.
@@ -52,7 +52,7 @@
 .Ft int
 .Fn pw_lock "int retries"
 .Ft int
-.Fn pw_mkdb "const char *username, int secureonly"
+.Fn pw_mkdb "const char *username" "int secureonly"
 .Ft void
 .Fn pw_abort "void"
 .Ft void
@@ -135,4 +135,4 @@
 .El
 .Sh SEE ALSO
 .Xr pw_init 3 ,
-.Xr pwd_mkdb 8
\ No newline at end of file
+.Xr pwd_mkdb 8



Home | Main Index | Thread Index | Old Index