1 --- isprint.3 2004-11-25 11:38:17.000000000 -0800
2 +++ isprint.3.edit 2006-08-09 13:24:27.000000000 -0700
7 -function tests for any printing character including space
8 +function tests for any printing character, including space
15 the value of the argument is
20 In the ASCII character set, this includes the following characters
21 -(with their numeric values shown in octal):
22 +(preceded by their numeric values, in octal):
24 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
25 .It "\&040\ sp \t041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$''"
27 function should be used instead.