diff options
author | 2009-10-22 15:02:12 +0000 | |
---|---|---|
committer | 2009-10-22 15:02:12 +0000 | |
commit | f829369e17d5b3bac676cb0147d7f1e3603de356 (patch) | |
tree | 2424576c3ba287b3220662f1f293d06ffcb0ad65 /usr.bin/ssh/ssh-add.1 | |
parent | List Option GT HSUPA 380E, found in some Acer AspireOne. (diff) | |
download | wireguard-openbsd-f829369e17d5b3bac676cb0147d7f1e3603de356.tar.xz wireguard-openbsd-f829369e17d5b3bac676cb0147d7f1e3603de356.zip |
write UNIX-domain in a more consistent way; while here, replace a
few remaining ".Tn UNIX" macros with ".Ux" ones.
pointed out by ratchov@, thanks!
ok jmc@
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index c484e94a097..ee9a00ff080 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.47 2009/10/22 12:35:53 sobrado Exp $ +.\" $OpenBSD: ssh-add.1,v 1.48 2009/10/22 15:02:12 sobrado Exp $ .\" .\" -*- nroff -*- .\" @@ -149,8 +149,8 @@ may be necessary to redirect the input from to make this work.) .It Ev SSH_AUTH_SOCK Identifies the path of a -.Ux -domain socket used to communicate with the agent. +.Ux Ns -domain +socket used to communicate with the agent. .El .Sh FILES .Bl -tag -width Ds |