diff --git a/docs/npc.1 b/docs/npc.1 index a2c4fd8..a0e503e 100644 --- a/docs/npc.1 +++ b/docs/npc.1 @@ -4,7 +4,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.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