add man page, cleanup
[unix-history] / usr / src / old / awk / awk.1
index 080d552..bd9d9e0 100644 (file)
@@ -1,6 +1,6 @@
-.\"    @(#)awk.1       4.1 (Berkeley) %G%
+.\"    @(#)awk.1       6.1 (Berkeley) %G%
 .\"
 .\"
-.TH AWK 1 
+.TH AWK 1 ""
 .AT 3
 .SH NAME
 awk \- pattern scanning and processing language
 .AT 3
 .SH NAME
 awk \- pattern scanning and processing language
@@ -97,7 +97,7 @@ The
 .I printf
 statement formats its expression list according to the format
 (see
 .I printf
 statement formats its expression list according to the format
 (see
-.IR printf (3)).
+.IR printf (3S)).
 .PP
 The built-in function
 .I length
 .PP
 The built-in function
 .I length
@@ -122,7 +122,7 @@ The function
 .IR sprintf(fmt,\ expr,\ expr,\ ...)
 formats the expressions
 according to the
 .IR sprintf(fmt,\ expr,\ expr,\ ...)
 formats the expressions
 according to the
-.IR printf (3)
+.IR printf (3S)
 format given by
 .I fmt
 and returns the resulting string.
 format given by
 .I fmt
 and returns the resulting string.