diff options
author | 2016-01-22 07:41:14 +0000 | |
---|---|---|
committer | 2016-01-22 07:41:14 +0000 | |
commit | 6506bbe32f3027d030b2318d75725d08713c75ee (patch) | |
tree | 8b66b8379721023ac5304f01bd002e31c4517d8b | |
parent | Repair creation of initial partition table on a blank disk, broken (diff) | |
download | wireguard-openbsd-6506bbe32f3027d030b2318d75725d08713c75ee.tar.xz wireguard-openbsd-6506bbe32f3027d030b2318d75725d08713c75ee.zip |
escape punctuation to have it mark up properly;
-rw-r--r-- | sbin/pdisk/pdisk.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pdisk/pdisk.8 b/sbin/pdisk/pdisk.8 index 38a69c33066..26e3188ad44 100644 --- a/sbin/pdisk/pdisk.8 +++ b/sbin/pdisk/pdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pdisk.8,v 1.22 2016/01/22 00:38:53 krw Exp $ +.\" $OpenBSD: pdisk.8,v 1.23 2016/01/22 07:41:14 jmc Exp $ .\" .\" Copyright 1996,1997,1998 by Apple Computer, Inc. .\" All Rights Reserved @@ -65,7 +65,7 @@ or .Sh COMMAND MODE The list of commands and their explanations are given below. .Bl -tag -width "update" -.It Em ? +.It Em ?\& verbose command help .It Em C create a partition of the specified type |