summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-17 21:34:32 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-17 21:34:32 +0000
commit013d3f13a1f57ea1fcf254baac3202651056eef7 (patch)
treeff02dfdded28f55bd82317a991a24dd442324448
parentd84a87fe78ad7743e069c9b04cf542b35ea43d4c (diff)
Replace rsh with ssh in the extrace/merge example. Rsh is no more.
-rw-r--r--app/xauth/xauth.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xauth/xauth.man b/app/xauth/xauth.man
index 273db0ca4..9e7bdc0b5 100644
--- a/app/xauth/xauth.man
+++ b/app/xauth/xauth.man
@@ -53,7 +53,7 @@ or \fI\.Xauthority\fP in the user's home directory.
.TP 8
.B \-q
This option indicates that \fIxauth\fP should operate quietly and not print
-unsolicited status messages. This is the default if an \fIxauth\fP command is
+unsolicited status messages. This is the default if an \fIxauth\fP command
is given on the command line or if the standard output is not directed to a
terminal.
.TP 8
@@ -204,7 +204,7 @@ current display, copy it to another machine, and merge it into the
user's authority file on the remote machine:
.sp
.nf
- % xauth extract \- $DISPLAY | rsh otherhost xauth merge \-
+ % xauth extract \- $DISPLAY | ssh otherhost xauth merge \-
.fi
.PP
.sp