diff options
author | 2006-06-01 10:21:23 +0000 | |
---|---|---|
committer | 2006-06-01 10:21:23 +0000 | |
commit | 2e59837ab1b599b191ffe42d86ff3cfcc9b70113 (patch) | |
tree | fdafe99e14d96548356c103c229715670c17f2c9 | |
parent | kill another superfluous strlen (diff) | |
download | wireguard-openbsd-2e59837ab1b599b191ffe42d86ff3cfcc9b70113.tar.xz wireguard-openbsd-2e59837ab1b599b191ffe42d86ff3cfcc9b70113.zip |
start sentence with a capital letter;
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 4dcfba4cbd8..ecb5a7ab6ff 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.54 2006/05/17 08:55:03 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.55 2006/06/01 10:21:23 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -1910,7 +1910,7 @@ digest as opposed to a digital signature. .It Fl keyform Ar ENGINE | PEM Key file format. .It Fl out Ar file -file to output to, or standard output by default. +The file to output to, or standard output by default. .It Fl passin Ar arg The key password source. For more information about the format of |