diff options
author | 2010-08-31 17:40:54 +0000 | |
---|---|---|
committer | 2010-08-31 17:40:54 +0000 | |
commit | e1afe787e79810bbb184232d9ce2d0d6b645994c (patch) | |
tree | b64479efe1c985317fb53db45164556990059bda /usr.bin/ssh/ssh-agent.1 | |
parent | Do wsdisplay suspend/resume and also the bufq dance. (diff) | |
download | wireguard-openbsd-e1afe787e79810bbb184232d9ce2d0d6b645994c.tar.xz wireguard-openbsd-e1afe787e79810bbb184232d9ce2d0d6b645994c.zip |
fix some macro abuse;
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 88ad490bcec..134b93ae91f 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.51 2010/08/31 11:54:45 djm Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.52 2010/08/31 17:40:54 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -42,13 +42,13 @@ .Nd authentication agent .Sh SYNOPSIS .Nm ssh-agent -.Op Fl c Li | Fl s +.Op Fl c | s .Op Fl d .Op Fl a Ar bind_address .Op Fl t Ar life .Op Ar command Op Ar arg ... .Nm ssh-agent -.Op Fl c Li | Fl s +.Op Fl c | s .Fl k .Sh DESCRIPTION .Nm |