git: Fix "macro neither callable nor escaped" mandoc warnings in the manpages.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Feb 14 11:07:32 PST 2022
commit c9c6988b3417c76f002af80950e0b3264917d3b1
Author: Sascha Wildner <saw at online.de>
Date: Mon Feb 14 20:07:18 2022 +0100
Fix "macro neither callable nor escaped" mandoc warnings in the manpages.
Some of these were affecting the output.
Summary of changes:
lib/libc/gen/posix_spawn.3 | 2 +-
lib/libc/gen/posix_spawn_file_actions_addopen.3 | 2 +-
lib/libc/gen/posix_spawn_file_actions_init.3 | 2 +-
lib/libc/gen/posix_spawnattr_getflags.3 | 2 +-
lib/libc/gen/posix_spawnattr_getpgroup.3 | 2 +-
lib/libc/gen/posix_spawnattr_getschedparam.3 | 2 +-
lib/libc/gen/posix_spawnattr_getschedpolicy.3 | 2 +-
lib/libc/gen/posix_spawnattr_getsigdefault.3 | 2 +-
lib/libc/gen/posix_spawnattr_getsigmask.3 | 2 +-
lib/libc/gen/posix_spawnattr_init.3 | 2 +-
lib/libc/stdtime/strftime.3 | 2 +-
lib/libpam/modules/pam_unix/pam_unix.8 | 15 ++++++++++++---
libexec/dma/dma.8 | 5 ++++-
share/man/man4/acpi_hp.4 | 10 ++++++++--
share/man/man4/acpi_panasonic.4 | 5 ++++-
share/man/man9/ifnet.9 | 24 ++++++++++++++++++++----
usr.bin/expand/expand.1 | 6 +++++-
usr.bin/wtmpcvt/wtmpcvt.1 | 2 +-
18 files changed, 65 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9c6988b3417c76f002af80950e0b3264917d3b1
--
DragonFly BSD source repository
More information about the Commits
mailing list