diff options
| author | hgutch <hgutch@NetBSD.org> | 2022-08-28 10:48:15 +0000 |
|---|---|---|
| committer | hgutch <hgutch@NetBSD.org> | 2022-08-28 10:48:15 +0000 |
| commit | c50152805215fc19f54989ef828b22f840a8b376 (patch) | |
| tree | a5ded42412e49137f76ddc57b5bdbada1e74edf9 /sbin/disklabel | |
| parent | ff6d005c7f095550ca18bf1875dc8f1a87a6a64c (diff) | |
Change back various occurrences of \*[Le], \*[Ge] (less/greater equal)
and \*(ua (upwards arrow) to literal "<=", ">=" and "^" whenever
appropriate (e.g., in code examples).
Diffstat (limited to 'sbin/disklabel')
| -rw-r--r-- | sbin/disklabel/disklabel.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index eca2a25d3e4..f2165b53e8f 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: disklabel.5,v 1.30 2017/07/03 21:33:41 wiz Exp $ +.\" $NetBSD: disklabel.5,v 1.31 2022/08/28 10:48:16 hgutch Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -121,7 +121,7 @@ is /* * The absolute maximum number of disk partitions allowed. * This is the maximum value of MAXPARTITIONS for which 'struct disklabel' - * is \*[Le] DEV_BSIZE bytes long. If MAXPARTITIONS is greater than this, beware. + * is <= DEV_BSIZE bytes long. If MAXPARTITIONS is greater than this, beware. */ #define MAXMAXPARTITIONS 22 #if MAXPARTITIONS > MAXMAXPARTITIONS |
