The RETURN VALUES section is not appropriate for section 1 manual

pages; rename it to DIAGNOSTICS.  Also use the .Ex macro while I'm
here.
This commit is contained in:
Dima Dorfman 2001-11-23 14:40:35 +00:00
parent 5b9380f477
commit c24ca63d98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86824

View File

@ -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