svn rev #3314: branches/krb5-appl-1-0/ bsd/ gssftp/ftp/ gssftp/ftpd/ telnet/telnetd/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Jul 11 15:29:34 EDT 2011


Commit By: ghudson
Log Message:
Pull up r3305 from trunk.

 ------------------------------------------------------------------------
 r3305 | hartmans | 2010-08-05 15:35:53 -0400 (Thu, 05 Aug 2010) | 4 lines

 Man page fixes

 Fix nroff formatting errors and attempt to remove pathnames from man
 pages.  Where that's not reasonable, normalize on /usr/local/sbin.



Changed Files:
U   branches/krb5-appl-1-0/bsd/klogind.M
U   branches/krb5-appl-1-0/bsd/kshd.M
U   branches/krb5-appl-1-0/gssftp/ftp/ftp.M
U   branches/krb5-appl-1-0/gssftp/ftpd/ftpd.M
U   branches/krb5-appl-1-0/telnet/telnetd/telnetd.8
Modified: branches/krb5-appl-1-0/bsd/klogind.M
===================================================================
--- branches/krb5-appl-1-0/bsd/klogind.M	2011-07-11 19:11:26 UTC (rev 3313)
+++ branches/krb5-appl-1-0/bsd/klogind.M	2011-07-11 19:29:34 UTC (rev 3314)
@@ -27,7 +27,7 @@
 the port indicated in /etc/inetd.conf.  A typical /etc/inetd.conf
 configuration line for \fIklogind\fP might be:
 
-klogin stream tcp nowait root /usr/cygnus/sbin/klogind klogind -e5c
+klogin stream tcp nowait root /usr/local/sbin/klogind klogind \-e5c
 
 When a service request is received, the following protocol is initiated:
 
@@ -56,7 +56,7 @@
 
 .IP \fB\-P\fP
 Prompt the user for a password.
-If the -P option is passed, then the password is verified in addition
+If the \-P option is passed, then the password is verified in addition
 to all other checks.
 
 .IP \fB\-e\fP
@@ -87,8 +87,8 @@
 ignore authenticator checksusm presented by current Kerberos clients
 to protect initial connection information; it is the opposite of
 \fB-c\fP.  This option is provided because some older
-clients--particularly clients predating the release of Kerberos V5
-Beta5 (May 1995)--present bogus checksums that prevent Kerberos
+clients -- particularly clients predating the release of Kerberos V5
+Beta5 (May 1995) -- present bogus checksums that prevent Kerberos
 authentication from succeeding in the default mode.
 
 .PP

Modified: branches/krb5-appl-1-0/bsd/kshd.M
===================================================================
--- branches/krb5-appl-1-0/bsd/kshd.M	2011-07-11 19:11:26 UTC (rev 3313)
+++ branches/krb5-appl-1-0/bsd/kshd.M	2011-07-11 19:29:34 UTC (rev 3314)
@@ -8,7 +8,7 @@
 .SH NAME
 kshd \- kerberized remote shell server
 .SH SYNOPSIS
-.B /usr/local/sbin/kshd 
+.B kshd 
 [
 .B \-kr45ec
 ]
@@ -107,8 +107,8 @@
 ignore authenticator checksusm presented by current Kerberos clients
 to protect initial connection information; it is the opposite of
 \fB-c\fP.  This option is provided because some older
-clients--particularly clients predating the release of Kerberos V5
-Beta5 (May 1995)--present bogus checksums that prevent Kerberos
+clients -- particularly clients predating the release of Kerberos V5
+Beta5 (May 1995) -- present bogus checksums that prevent Kerberos
 authentication from succeeding in the default mode.
 
 

Modified: branches/krb5-appl-1-0/gssftp/ftp/ftp.M
===================================================================
--- branches/krb5-appl-1-0/gssftp/ftp/ftp.M	2011-07-11 19:11:26 UTC (rev 3313)
+++ branches/krb5-appl-1-0/gssftp/ftp/ftp.M	2011-07-11 19:29:34 UTC (rev 3314)
@@ -947,7 +947,7 @@
 .IR popen (3)
 with the argument supplied, and reads from (writes to) stdout (stdin).
 If the shell command includes spaces, the argument must be quoted; e.g.
-``" ls -lt"''.  A particularly useful example of this mechanism is:
+``" ls \-lt"''.  A particularly useful example of this mechanism is:
 ``dir more''.
 .TP
 3.

Modified: branches/krb5-appl-1-0/gssftp/ftpd/ftpd.M
===================================================================
--- branches/krb5-appl-1-0/gssftp/ftpd/ftpd.M	2011-07-11 19:11:26 UTC (rev 3313)
+++ branches/krb5-appl-1-0/gssftp/ftpd/ftpd.M	2011-07-11 19:29:34 UTC (rev 3314)
@@ -36,7 +36,7 @@
 ftpd \- DARPA Internet File Transfer Protocol server
 .SH SYNOPSIS
 .B ftpd
-[\fB\-A \fP|\fB -a\fP] [\fB\-C\fP] [\fB\-c\fP] [\fB\-d\fP] [\fB-E\fP]
+[\fB\-A \fP|\fB\-a\fP] [\fB\-C\fP] [\fB\-c\fP] [\fB\-d\fP] [\fB\-E\fP]
 [\fB\-l\fP] [\fB\-v\fP] [\fB\-T\fP \fImaxtimeout\fP] [\fB\-t\fP \fItimeout\fP]
 [\fB\-p\fP \fIport\fP] [\fB\-U\fP \fIftpusers-file\fP] [\fB\-u\fP \fIumask\fP]
 [\fB\-r\fP \fIrealm-file\fP] [\fB\-s\fP \fIsrvtab\fP]
@@ -75,7 +75,7 @@
 less secure connections, and should probably only be used when debugging.
 .TP
 .B \-d
-Debugging information is written to the syslog.  (Identical to -v)
+Debugging information is written to the syslog.  (Identical to \-v)
 .TP
 .B \-E
 Don't allow passwords to be typed across unencrypted connections.
@@ -90,7 +90,7 @@
 syslog as well.
 .TP
 .B \-v
-Debugging information is written to the syslog.  (Identical to -d)
+Debugging information is written to the syslog.  (Identical to \-d)
 .TP
 \fB\-T\fP \fImaxtimeout\fP
 A client may request a maximum timeout period allowed set to
@@ -191,7 +191,7 @@
 .sp -1
 .TP
 LIST
-give list files in a directory (``ls -lgA'')
+give list files in a directory (``ls \-lgA'')
 .sp -1
 .TP
 MIC

Modified: branches/krb5-appl-1-0/telnet/telnetd/telnetd.8
===================================================================
--- branches/krb5-appl-1-0/telnet/telnetd/telnetd.8	2011-07-11 19:11:26 UTC (rev 3313)
+++ branches/krb5-appl-1-0/telnet/telnetd/telnetd.8	2011-07-11 19:29:34 UTC (rev 3314)
@@ -37,7 +37,7 @@
 .SM DARPA TELNET
 protocol server
 .SH SYNOPSIS
-.B /usr/libexec/telnetd
+.B telnetd
 [\fB\-a\fP \fIauthmode\fP] [\fB\-B\fP] [\fB\-D\fP] [\fIdebugmode\fP]
 [\fB\-e\fP] [\fB\-h\fP] [\fB\-I\fP\fIinitid\fP] [\fB\-l\fP]
 [\fB\-k\fP] [\fB\-n\fP] [\fB\-r\fP\fIlowpty-highpty\fP] [\fB\-s\fP]




More information about the Krb5-appl-commits mailing list