Module Name:    src
Committed By:   wiz
Date:           Sat Apr 14 10:34:29 UTC 2012

Modified Files:
        src/lib/libc/gen: getpass.3

Log Message:
Wording. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/getpass.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/getpass.3
diff -u src/lib/libc/gen/getpass.3:1.21 src/lib/libc/gen/getpass.3:1.22
--- src/lib/libc/gen/getpass.3:1.21	Sat Apr 14 02:01:12 2012
+++ src/lib/libc/gen/getpass.3	Sat Apr 14 10:34:29 2012
@@ -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 @@ function allows one to specify the three
 .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 @@ Echoes a newline if successful.
 .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

Reply via email to