diff options
author | ru <ru@FreeBSD.org> | 2000-11-06 09:14:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-06 09:14:22 +0000 |
commit | e31d9ad20242610dd4a0121aa3703210823d9d4b (patch) | |
tree | 1c60913f86c782c6ffdf194ce7fb13e388ddfaab /bin/ed | |
parent | 16f2e251e025506d6ecfcce4959a0641b5f7705c (diff) | |
download | FreeBSD-src-e31d9ad20242610dd4a0121aa3703210823d9d4b.zip FreeBSD-src-e31d9ad20242610dd4a0121aa3703210823d9d4b.tar.gz |
Finish conversion from man(7) to mdoc(7).
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 8f71b36..834e0bc 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -310,11 +310,11 @@ The following literal expressions can also be used in .Em char-class to specify sets of characters: .Pp -\ \ [:alnum:]\ \ [:cntrl:]\ \ [:lower:]\ \ [:space:] -.PD 0 -\ \ [:alpha:]\ \ [:digit:]\ \ [:print:]\ \ [:upper:] -.PD 0 -\ \ [:blank:]\ \ [:graph:]\ \ [:punct:]\ \ [:xdigit:] +.Bl -tag -width indent -compact +.It [:alnum:] Ta [:cntrl:] Ta [:lower:] Ta [:space:] +.It [:alpha:] Ta [:digit:] Ta [:print:] Ta [:upper:] +.It [:blank:] Ta [:graph:] Ta [:punct:] Ta [:xdigit:] +.El .Pp If `-' appears as the first or last character of @@ -328,12 +328,16 @@ Patterns in .Em char-class of the form: .Pp -\ \ [.\fIcol-elm\fR.] or, -.PD 0 -\ \ [=\fIcol-elm\fR=] +.Bl -item -compact -offset 2n +.It +.Op \&. Ns Ar col-elm Ns \&. +or, +.It +.Op = Ns Ar col-elm Ns = +.El .Pp where -.Em col-elm +.Ar col-elm is a .Em collating element are interpreted according to |