diff options
author | guenther <> | 2014-07-22 06:47:13 +0000 |
---|---|---|
committer | guenther <> | 2014-07-22 06:47:13 +0000 |
commit | 2e3eeccd8125dfe98003dad4c93edf087446f0e9 (patch) | |
tree | 9cbb58143b1ba3cfbd538197bd9431dc4260e708 | |
parent | 304b9df68c74f3124f327829a4a8c555fbd56328 (diff) | |
download | openbsd-2e3eeccd8125dfe98003dad4c93edf087446f0e9.tar.gz openbsd-2e3eeccd8125dfe98003dad4c93edf087446f0e9.tar.bz2 openbsd-2e3eeccd8125dfe98003dad4c93edf087446f0e9.zip |
Use Cm instead of Li for 'MASK:'
(Overlooked among jmc@'s other suggestions)
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index c23685a6ad..f5594069fc 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.98 2014/07/22 06:28:10 guenther Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.99 2014/07/22 06:47:13 guenther Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -5873,7 +5873,7 @@ with the variable-sized | |||
5873 | and | 5873 | and |
5874 | .Em UTF8String | 5874 | .Em UTF8String |
5875 | types. | 5875 | types. |
5876 | .It Li MASK : Ns Ar number | 5876 | .It Cm MASK : Ns Ar number |
5877 | This is an explicit bitmask of permitted types, where | 5877 | This is an explicit bitmask of permitted types, where |
5878 | .Ar number | 5878 | .Ar number |
5879 | is a C-style hex, decimal, or octal number that's a bit-wise OR of | 5879 | is a C-style hex, decimal, or octal number that's a bit-wise OR of |