summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-10 03:12:38 +0200
committerDamien Miller <djm@mindrot.org>2010-09-10 03:12:38 +0200
commitde735ea3bddf5813aabd76de18151e55172626b3 (patch)
treeca918335e9aec6483a2ac657c48f4d10f09f19c9
parent - djm@cvs.openbsd.org 2010/08/31 12:33:38 (diff)
downloadopenssh-de735ea3bddf5813aabd76de18151e55172626b3.tar.xz
openssh-de735ea3bddf5813aabd76de18151e55172626b3.zip
- jmc@cvs.openbsd.org 2010/08/31 17:40:54
[ssh-agent.1] fix some macro abuse;
-rw-r--r--ChangeLog3
-rw-r--r--ssh-agent.16
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 594ebc24c..50dd15954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
engineering:
OpenSSL_add_all_algorithms is the name of the function we have a
man page for, so use that. ok djm
+ - jmc@cvs.openbsd.org 2010/08/31 17:40:54
+ [ssh-agent.1]
+ fix some macro abuse;
20100831
- OpenBSD CVS Sync
diff --git a/ssh-agent.1 b/ssh-agent.1
index 88ad490bc..134b93ae9 100644
--- a/ssh-agent.1
+++ b/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