diff options
author | 2000-11-10 05:10:21 +0000 | |
---|---|---|
committer | 2000-11-10 05:10:21 +0000 | |
commit | 3746a81674011a1594b2f6ac30b3a30e70c1d203 (patch) | |
tree | 14d669d6799eb9b27c66801bb8150912f6ae0929 /usr.bin/ssh/ssh-agent.1 | |
parent | unused bit in display string (diff) | |
download | wireguard-openbsd-3746a81674011a1594b2f6ac30b3a30e70c1d203.tar.xz wireguard-openbsd-3746a81674011a1594b2f6ac30b3a30e70c1d203.zip |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 23c699d5e4b..a7afb96a50a 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.16 2000/09/07 20:27:54 deraadt Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.17 2000/11/10 05:10:40 aaron Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -160,7 +160,7 @@ authentication agent. These sockets should only be readable by the owner. The sockets should get automatically removed when the agent exits. .El -.Sh AUTHOR +.Sh AUTHORS Tatu Ylonen <ylo@cs.hut.fi> .Pp OpenSSH |