colrm.1: Add a missing colon

This commit is contained in:
Mateusz Piotrowski 2020-06-23 10:27:41 +00:00
parent 9ec571021d
commit c47514db10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362537

View file

@ -76,7 +76,7 @@ as described in
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
Show columns below 3 (c) and above 5 (e)
Show columns below 3 (c) and above 5 (e):
.Bd -literal -offset indent
$ echo -e "abcdefgh\en12345678" | colrm 3 5
abfgh