diff options
Diffstat (limited to 'app/xauth/xauth.man')
-rw-r--r-- | app/xauth/xauth.man | 4 |
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 |