diff options
author | 2013-12-21 07:10:47 +0000 | |
---|---|---|
committer | 2013-12-21 07:10:47 +0000 | |
commit | 2873754e56c746ffd62de5a17f42f03612174350 (patch) | |
tree | 53e869172ff293cff209a49e2b8f470fa63335a1 | |
parent | Don't use a non-constant format string with printf() that gcc can't (diff) | |
download | wireguard-openbsd-2873754e56c746ffd62de5a17f42f03612174350.tar.xz wireguard-openbsd-2873754e56c746ffd62de5a17f42f03612174350.zip |
small typo
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 09e401bf890..0e0ed989f9a 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.118 2013/12/07 11:58:46 naddy Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.119 2013/12/21 07:10:47 tedu Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 7 2013 $ +.Dd $Mdocdate: December 21 2013 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -714,7 +714,7 @@ Please refer to those manual pages for details. .Nm is able to manage OpenSSH format Key Revocation Lists (KRLs). These binary files specify keys or certificates to be revoked using a -compact format, taking as little a one bit per certificate if they are being +compact format, taking as little as one bit per certificate if they are being revoked by serial number. .Pp KRLs may be generated using the |