Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Add getpass_r and getpassfd to the NAME section...



details:   https://anonhg.NetBSD.org/src/rev/a61e0cc8c9a8
branches:  trunk
changeset: 827350:a61e0cc8c9a8
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Oct 24 18:50:46 2017 +0000

description:
Add getpass_r and getpassfd to the NAME section as well.

diffstat:

 lib/libc/gen/getpass.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 002a5d6ef147 -r a61e0cc8c9a8 lib/libc/gen/getpass.3
--- a/lib/libc/gen/getpass.3    Tue Oct 24 18:42:06 2017 +0000
+++ b/lib/libc/gen/getpass.3    Tue Oct 24 18:50:46 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpass.3,v 1.22 2012/04/14 10:34:29 wiz Exp $
+.\"    $NetBSD: getpass.3,v 1.23 2017/10/24 18:50:46 abhinav Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,9 @@
 .Dt GETPASS 3
 .Os
 .Sh NAME
-.Nm getpass
+.Nm getpass ,
+.Nm getpass_r ,
+.Nm getpassfd
 .Nd get a password
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index