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 untrusted user: 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, .\" 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/>. .\" 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 .SH NAME
npc \(en show non-printing characters 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 followed by the graphical representation for the same character without the
high bit set. high bit set.
.\" .\"
.SH USAGE .SH OPTIONS
.IP \fB-e\fP .IP \fB-e\fP
Prints a dollar sign ('$') before each line ending. Prints a dollar sign ('$') before each newline.
.IP \fB-t\fP .IP \fB-t\fP
Prints tab characters as '^I' rather than a literal horizontal tab. Prints tab characters as '^I' rather than a literal horizontal tab.
.\" .\"
@ -52,8 +52,8 @@ the
.B -v .B -v
option, is the bandage solution GNU and other software suites use. option, is the bandage solution GNU and other software suites use.
This functionality is a separate tool because its usefulness extends beyond that This functionality is included in a separate tool because its usefulness extends
of beyond that of
.BR cat (1p). .BR cat (1p).
.\" .\"
.SH AUTHOR .SH AUTHOR