diff options
| author | lukem <lukem@NetBSD.org> | 1997-11-08 09:34:23 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-11-08 09:34:23 +0000 |
| commit | 54bdc1acabaf36088e34085e85d5d077a3b187e4 (patch) | |
| tree | 41613f30204f19290a5d7c60dfb325a905b70216 /usr.bin/printf/printf.1 | |
| parent | 8640f5d0afa90e17bd8d59bb8cddf377531aab5d (diff) | |
remove WARNS?=1, cleanup .Nm usage
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 5bb9b5080a7..f10785297e8 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.8 1997/10/18 15:38:05 mrg Exp $ +.\" $NetBSD: printf.1,v 1.9 1997/11/08 09:34:24 lukem Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,11 +43,11 @@ .Nm printf .Nd formatted output .Sh SYNOPSIS -.Nm printf +.Nm .Ar format .Op Ar arguments ... .Sh DESCRIPTION -.Nm Printf +.Nm formats and prints its arguments, after the first, under control of the .Ar format . @@ -261,14 +261,14 @@ In no case does a non-existent or small field width cause truncation of a field; padding takes place only if the specified field width exceeds the actual width. .Sh RETURN VALUES -.Nm Printf +.Nm exits 0 on success, 1 on failure. .Sh SEE ALSO .Xr echo 1 , .Xr printf 3 .Sh STANDARDS The -.Nm printf +.Nm utility conforms to .St -p1003.2-92 . .Sh BUGS |
