bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fixes to printf.1


From: Werner LEMBERG
Subject: fixes to printf.1
Date: Sun, 15 Oct 2000 17:28:23 +0200 (CEST)

In case nobody has noticed it, here a patch to printf.1 for sh-utils
version 2.0 (Aug 1999).


    Werner


======================================================================

--- printf.1~   Tue May  9 01:16:17 2000
+++ printf.1    Sun Oct 15 17:26:16 2000
@@ -31,31 +31,31 @@
 \\
 backslash
 .TP
-\a
+\ea
 alert (BEL)
 .TP
-\b
+\eb
 backspace
 .TP
-\c
+\ec
 produce no further output
 .TP
-\f
+\ef
 form feed
 .TP
-\n
+\en
 new line
 .TP
-\r
+\er
 carriage return
 .TP
-\t
+\et
 horizontal tab
 .TP
-\v
+\ev
 vertical tab
 .TP
-\xNNN
+\exNNN
 character with hexadecimal value NNN (1 to 3 digits)
 .TP
 %%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]