Add documentation on the -f and -F options
authorEzra Peisach <epeisach@mit.edu>
Sun, 27 Aug 1995 19:39:19 +0000 (19:39 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 27 Aug 1995 19:39:19 +0000 (19:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6603 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/rlogin.M

index a95e13e5b232f2fc181bc1107ab6de28d9b01b59..3d3e128c117657de9c2faa4f39d6eefbfaf48532 100644 (file)
@@ -1,3 +1,7 @@
+Sun Aug 27 15:35:04 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * rlogin.M: Document -f and -F options.
+
 Mon Aug  7 17:32:29 1995  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * krlogind.c: Close the write side of the syncpipe in the parent
index eefde623d17f708dd87abf8c0c77c4d451573581..26ddb6aaf0a7f19f827ad393c6995ccd741b2b3d 100644 (file)
@@ -33,6 +33,10 @@ rhost [
 ] [
 .B \-a
 ] [
+.B \-f
+] [
+.B \-F
+] [
 .B \-t
 termtype ] [
 .B \-n
@@ -51,6 +55,7 @@ realm ] [
 ] [
 .B \-l
 username ]
+.PP
 .br
 rhost [
 \fB\-e\fR\fIc\fR
@@ -61,6 +66,10 @@ rhost [
 ] [
 .B \-a
 ] [
+.B \-f
+] [
+.B \-F
+] [
 .B \-t
 termtype ] [
 .B \-n
@@ -158,6 +167,16 @@ username.  This option has no effect unless the standard UCB rlogin is
 executed in place of the Kerberos rlogin (see above).
 .PP
 The
+.B \-f
+option forwards the local credentials to the remote system
+but marks the remote credentials as Non-forwardable.
+.PP
+The
+.B \-F
+option forwards the local credentials to the remote system
+and marks the remote credentials as Forwardable.
+.PP
+The
 .B \-t
 option replaces the terminal type passed to the remote host with
 \fItermtype\fP.