diff options
author | 2014-07-22 06:47:13 +0000 | |
---|---|---|
committer | 2014-07-22 06:47:13 +0000 | |
commit | 1fa6f491d3cb860cf446d3ae323c6e44e650739a (patch) | |
tree | 1020ba8f97741569abef5cc227968dd6baea2e90 | |
parent | Drop the "... during install" comments; they were missing in several (diff) | |
download | wireguard-openbsd-1fa6f491d3cb860cf446d3ae323c6e44e650739a.tar.xz wireguard-openbsd-1fa6f491d3cb860cf446d3ae323c6e44e650739a.zip |
Use Cm instead of Li for 'MASK:'
(Overlooked among jmc@'s other suggestions)
-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 c23685a6ad9..f5594069fca 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.98 2014/07/22 06:28:10 guenther Exp $ +.\" $OpenBSD: openssl.1,v 1.99 2014/07/22 06:47:13 guenther Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -5873,7 +5873,7 @@ with the variable-sized and .Em UTF8String types. -.It Li MASK : Ns Ar number +.It Cm MASK : Ns Ar number This is an explicit bitmask of permitted types, where .Ar number is a C-style hex, decimal, or octal number that's a bit-wise OR of |