diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-27 21:10:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-27 21:10:40 +0000 |
commit | bdd1d48e897e6cd56b9fa6cb98f67c1b026dd645 (patch) | |
tree | 8326ccf61e041ebabc842b1d2348cf905c99b8e5 /usr.bin | |
parent | fb38d9124799bad843d692eb8a6ca910e97265a2 (diff) |
printf(1) is the correct reference here, not printf(3);
from otto; ok millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/awk/awk.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index e1ae44ad320..e34d339174c 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.27 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: awk.1,v 1.28 2007/06/27 21:10:39 jmc Exp $ .\" EX/EE is a Bd .\" .\" Copyright (C) Lucent Technologies 1997 @@ -23,7 +23,7 @@ .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF .\" THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 27 2007 $ .Dt AWK 1 .Os .Sh NAME @@ -307,7 +307,7 @@ The .Ic printf statement formats its expression list according to the format (see -.Xr printf 3 ) . +.Xr printf 1 ) . .Pp Patterns are arbitrary Boolean combinations (with @@ -530,7 +530,7 @@ into one array element per character. The string resulting from formatting .Fa expr , ... according to the -.Xr printf 3 +.Xr printf 1 format .Fa fmt . .It Fn sub r t s @@ -730,7 +730,6 @@ Print an error message to standard error: .Xr lex 1 , .Xr printf 1 , .Xr sed 1 , -.Xr printf 3 , .Xr re_format 7 , .Xr script 7 .Pp |