npc.1: fixes minor details

This commit is contained in:
Emma Tebibyte 2024-06-17 22:52:58 -06:00
parent 314254b32f
commit 376feb9ae9
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -4,7 +4,7 @@
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.\"
.TH NPC 1 2024-06-06 "Bonsai Core Utilites 0.13.8"
.TH NPC 1 2024-06-17 "Bonsai Core Utilites 0.13.8"
.SH NAME
npc \(en show non-printing characters
.\"
@ -25,10 +25,10 @@ becomes '^?'. Characters with the high bit set (>127) are printed as 'M-'
followed by the graphical representation for the same character without the
high bit set.
.\"
.SH USAGE
.SH OPTIONS
.IP \fB-e\fP
Prints a dollar sign ('$') before each line ending.
Prints a dollar sign ('$') before each newline.
.IP \fB-t\fP
Prints tab characters as '^I' rather than a literal horizontal tab.
.\"
@ -52,8 +52,8 @@ the
.B -v
option, is the bandage solution GNU and other software suites use.
This functionality is a separate tool because its usefulness extends beyond that
of
This functionality is included in a separate tool because its usefulness extends
beyond that of
.BR cat (1p).
.\"
.SH AUTHOR