diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-06-02 06:53:12 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-06-02 06:53:12 +0000 |
commit | 802f885d01f6c3254766c03b08a59cf170ddfe8e (patch) | |
tree | cf77042f31f461357b83ba8362821d23096ee2f1 /sbin | |
parent | 998ea190075c8b3b256bd0cbd684948bc4773298 (diff) |
In manpages, don't escape apostrophes as \'; it's rarely what you want.
Most of these are correct just as '. A few benefit from Ql or \(aq.
But if in doubt, just use '.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ncheck_ffs/ncheck_ffs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index 3f165ab67f9..558d19c166b 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.24 2015/11/23 16:34:00 jmc Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.25 2019/06/02 06:53:11 bentley Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 23 2015 $ +.Dd $Mdocdate: June 2 2019 $ .Dt NCHECK_FFS 8 .Os .Sh NAME @@ -98,7 +98,7 @@ character. Print a .Aq vertical tab character. -.It Cm \e\' +.It Cm \e\(aq Print a .Aq single quote character. |