Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Wording. Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/16bf38ab1c9e
branches:  trunk
changeset: 778812:16bf38ab1c9e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Apr 14 10:34:29 2012 +0000

description:
Wording. Remove trailing whitespace.

diffstat:

 lib/libc/gen/getpass.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 26a68b32db4e -r 16bf38ab1c9e lib/libc/gen/getpass.3
--- a/lib/libc/gen/getpass.3    Sat Apr 14 06:04:34 2012 +0000
+++ b/lib/libc/gen/getpass.3    Sat Apr 14 10:34:29 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpass.3,v 1.21 2012/04/14 02:01:12 christos Exp $
+.\"    $NetBSD: getpass.3,v 1.22 2012/04/14 10:34:29 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -85,9 +85,9 @@
 .Dv stdin ,
 .Dv stdout ,
 and
-.Dv stderr 
+.Dv stderr
 in the
-.Fa fd 
+.Fa fd
 argument, or if
 .Fa fd
 is
@@ -129,9 +129,9 @@
 .It Dv GETPASS_7BIT
 Mask the high bit for each entered character.
 .It Dv GETPASS_FORCE_LOWER
-Lowcase each entered character.
+Lowercase each entered character.
 .It Dv GETPASS_FORCE_UPPER
-Upcase each entered character.
+Uppercase each entered character.
 .El
 .Pp
 Finally if the



Home | Main Index | Thread Index | Old Index