summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-06-17 23:31:58 +0200
committerMatthieu Herrb <matthieu@bluenote.herrb.net>2008-06-17 23:31:58 +0200
commit64d1fe69362bb0edcd5736ee6988d9bd394ea5c0 (patch)
tree22e69508e3a2cbfb164c8a8a6c80edc0f093fe66
parent3cc17297124ea5c9917e6eacc0ab7ae021e8a386 (diff)
Replace rsh by ssh the extract/merge example. Rsh is no more.
-rw-r--r--xauth.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/xauth.man b/xauth.man
index 92645ee..9e7bdc0 100644
--- a/xauth.man
+++ b/xauth.man
@@ -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