diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
commit | 58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch) | |
tree | c631dd0d4ac59c3286cbf5b06d00e840263d40da /sbin/atactl | |
parent | a7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff) |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'sbin/atactl')
-rw-r--r-- | sbin/atactl/atactl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index c2c342e8d4e..ff757f7f247 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.47 2020/04/23 21:28:08 jmc Exp $ +.\" $OpenBSD: atactl.8,v 1.48 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 23 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ATACTL 8 .Os .Sh NAME @@ -298,13 +298,13 @@ Each master password change decrements the master password revision code value which is displayed in the .Li identify command output if supported. -After value 0x0001 is reached the next value will be 0xfffe. +After value 0x0001 is reached, the next value will be 0xfffe. The security level determines device behavior when the master password is used to unlock the device. -When the security level is set to high the device requires the +When the security level is set to high, the device requires the .Li secunlock command if the master password is used to unlock. -When the security level is set to maximum the device requires a +When the security level is set to maximum, the device requires a .Li secerase command if the master password is used to unlock it. Execution of the |