mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
colrm.1: Add a missing colon
This commit is contained in:
parent
9ec571021d
commit
c47514db10
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue