diff options
author | jkim <jkim@FreeBSD.org> | 2012-06-27 21:35:45 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-06-27 21:35:45 +0000 |
commit | 1b7001386c813b58c1e8467e1fb5d5d2cdb08890 (patch) | |
tree | 131d814090ecd739a0e1d5d518240b8b324503de /secure/usr.bin | |
parent | 8710f3e28444783f9fc78be7033895c674c8d75c (diff) | |
download | FreeBSD-src-1b7001386c813b58c1e8467e1fb5d5d2cdb08890.zip FreeBSD-src-1b7001386c813b58c1e8467e1fb5d5d2cdb08890.tar.gz |
Regen ca(1) for r237658. This re-applies r227458, i.e., add a missing "be".
Diffstat (limited to 'secure/usr.bin')
-rw-r--r-- | secure/usr.bin/openssl/man/ca.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/openssl/man/ca.1 b/secure/usr.bin/openssl/man/ca.1 index c43e294..df41661 100644 --- a/secure/usr.bin/openssl/man/ca.1 +++ b/secure/usr.bin/openssl/man/ca.1 @@ -205,7 +205,7 @@ section for information on the required format. .IP "\fB\-infiles\fR" 4 .IX Item "-infiles" if present this should be the last option, all subsequent arguments -are assumed to the names of files containing certificate requests. +are assumed to be the names of files containing certificate requests. .IP "\fB\-out filename\fR" 4 .IX Item "-out filename" the output file to output certificates to. The default is standard |