Small typo in passwd.1

Nicolas François <[email protected]> Tue, 19 Apr 2005 01:06:30 +0200
Newsgroups gmane.linux.pld.shadow.general
Message-ID <[email protected]>
Hi!

Here is a patch which fix a small typo in the passwd.1 page.

\s-2 means "switch to a smaller font" in groff.
\s\-2 generates a warning:
    $ LC_ALL=C man ./man/passwd.1 > /dev/null
    Reformatting passwd.1, please wait...
    ./man/passwd.1:129: missing closing delimiter

A patch is attached.

Best Regards,
-- 
Nekral
passwd.1.diff (text/plain, 692 B)
Index: man/passwd.1
===================================================================
RCS file: /cvsroot/shadow/man/passwd.1,v
retrieving revision 1.24
diff -u -r1.24 passwd.1
--- man/passwd.1	15 Apr 2005 19:17:20 -0000	1.24
+++ man/passwd.1	18 Apr 2005 23:03:32 -0000
@@ -126,7 +126,7 @@
 .SS Hints for user passwords
 The security of a password depends upon the strength of the
 encryption algorithm and the size of the key space.
-The \fB\s\-2UNIX\s+2\fR System encryption method is based on
+The \fB\s-2UNIX\s+2\fR System encryption method is based on
 the NBS DES algorithm and is very secure.
 The size of the key space depends upon the randomness of the
 password which is selected.