diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-23 14:40:35 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-23 14:40:35 +0000 |
| commit | c24ca63d98fb529d044de5c26a221893af551859 (patch) | |
| tree | a45110af8a36e4e134a47ede64897f7daf5498e8 | |
| parent | 5b9380f4771921646446b31a1d0a1478a4f2424e (diff) | |
Notes
| -rw-r--r-- | usr.bin/printf/printf.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 12dcb36238c9..27377a55aff5 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -257,9 +257,8 @@ character is defined in the program's locale (category 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 -exits 0 on success, 1 on failure. +.Sh DIAGNOSTICS +.Ex -std .Sh SEE ALSO .Xr printf 3 .Sh HISTORY |
