diff options
Diffstat (limited to 'usr/src/man/man5/charmap.5')
-rw-r--r-- | usr/src/man/man5/charmap.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man5/charmap.5 b/usr/src/man/man5/charmap.5 index 9feb35335d..641bdd908c 100644 --- a/usr/src/man/man5/charmap.5 +++ b/usr/src/man/man5/charmap.5 @@ -312,7 +312,7 @@ END WIDTH In this example, the numerical code point values represented by the symbols \fB<A>\fR and \fB<B>\fR are assigned a width of \fB1\fR. The code point values \fB< C>\fR to \fB<Z>\fR inclusive, that is, \fB<C>\fR, \fB<D>\fR, \fB<E>\fR, -and so on, are also assigned a width of \fB1\fR. Using \fB<A>. . .<Z>\fR would +and so on, are also assigned a width of \fB1\fR. Using \fB<A>...<Z>\fR would have required fewer lines, but the alternative was shown to demonstrate flexibility. The keyword \fBWIDTH_DEFAULT\fR could have been added as appropriate. |