diff options
author | 2003-09-02 18:30:27 +0000 | |
---|---|---|
committer | 2003-09-02 18:30:27 +0000 | |
commit | 97e86fc0a0974b3d6270ec24e0dca89611713794 (patch) | |
tree | 6a769bc5186e2bf443ea4270540647d10cb5611b | |
parent | escape punctuation; (diff) | |
download | wireguard-openbsd-97e86fc0a0974b3d6270ec24e0dca89611713794.tar.xz wireguard-openbsd-97e86fc0a0974b3d6270ec24e0dca89611713794.zip |
escape punctuation;
ok deraadt@
-rw-r--r-- | sbin/badsect/badsect.8 | 4 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 92666924a54..c306e10585d 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: badsect.8,v 1.13 2003/06/02 20:06:14 millert Exp $ +.\" $OpenBSD: badsect.8,v 1.14 2003/09/02 18:30:27 jmc Exp $ .\" $NetBSD: badsect.8,v 1.8 1995/03/18 14:54:27 cgd Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -109,7 +109,7 @@ the bad sector, and whose name is the bad sector number. When it is discovered by .Em fsck it will ask -.Dq Li "HOLD BAD BLOCK ?" +.Dq Li "HOLD BAD BLOCK?" A positive response will cause .Em fsck to convert the inode to a regular file containing the bad block. diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 6007100f16b..de36425ba71 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.53 2003/06/21 23:14:23 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.54 2003/09/02 18:30:27 jmc Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -299,7 +299,7 @@ At prompts that request a size, may be entered to indicate the rest of the available space. The editor commands are as follows: .Bl -tag -width "p [unit] " -.It ? Op command +.It \&? Op command Display help message with all available commands. You may specify a .Em command |