* telnetd.c: Switched the valid and user descriptions under the -a
authorJen Selby <jenselby@mit.edu>
Thu, 8 Aug 2002 20:38:08 +0000 (20:38 +0000)
committerJen Selby <jenselby@mit.edu>
Thu, 8 Aug 2002 20:38:08 +0000 (20:38 +0000)
        flag

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14690 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/telnetd.8

index 5c27eca2ba8a14f34b0b75c10579849688823763..3bdfec6e7afb65ebc80086ebfe5c6c276cda0da0 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-08  Jen Selby  <jenselby@mit.edu>
+
+       * telnetd.c: Switched the valid and user descriptions under the -a
+       flag
+
 2002-03-26  Ken Raeburn  <raeburn@mit.edu>
 
        * telnetd.c: Include fake-addrinfo.h, not fake-addrinfo.c.
index 7c9210625505a3ee36ce8068c002da7964d4fc36..9426a0c3b49374cb9debf6c2bf2758e18ebaa089 100644 (file)
@@ -92,12 +92,12 @@ option.  There are several valid values for
 .B debug
 Turns on authentication debugging code.
 .TP
-.B user
+.B valid
 Only allow connections when the remote user can provide valid
 authentication information to identify the remote user, and is allowed
 access to the specified account without providing a password.
 .TP
-.B valid
+.B user
 Only allow connections when the remote user can provide valid
 authentication information to identify the remote user.  The
 .IR login (1)