diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2022-04-12 21:52:54 +0000 |
---|---|---|
committer | Pau Amma <pauamma@FreeBSD.org> | 2023-03-01 10:14:38 +0000 |
commit | 07f1d6b9958738fc3dabfabb62341e8ad79e90e3 (patch) | |
tree | 20decd4b7f32a5ec2275539032f6b5521781399d /share/man/man9/printf.9 | |
parent | 867e8404efed7a33553646b89588831db1a2102b (diff) |
Fix a slew of mdoc warnings/errors.
MFC requested by meeena in IRC.
share/man/man9/VOP_SETLABEL.9 and share/man/man9/hz.9 omitted since
they didn't exist in 13-STABLE.
share/man/man9/mod_cc.9 omitted as some of the changes are in text
not applicable to 13-STABLE.
(cherry picked from commit 320686674b3c8ce3ffe135c421a22d063917ee46)
Approved by: carlavilla (mentor)
Diffstat (limited to 'share/man/man9/printf.9')
-rw-r--r-- | share/man/man9/printf.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9 index 1a3640871bd1..4d3a6fb8b2a5 100644 --- a/share/man/man9/printf.9 +++ b/share/man/man9/printf.9 @@ -53,7 +53,7 @@ .Fn vlog "int pri" "const char *fmt" "va_list ap" .Sh DESCRIPTION The -.Xr printf 9 +.Nm family of functions are similar to the .Xr printf 3 family of functions. @@ -82,7 +82,7 @@ Each of these related functions use the parameter in the same manner as .Xr printf 3 . However, -.Xr printf 9 +.Nm adds two other conversion specifiers and omits one. .Pp The |