diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-22 06:47:14 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-22 06:47:14 +0000 |
commit | 2e02df04f39c597fbb781831fcda02442fe82e6c (patch) | |
tree | 38dc30746038adb05f90c4d75a45856769c62bec | |
parent | 9726f87777f5469d2721784e5523d4a80fb1d8e0 (diff) |
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 |