mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
These were reported by `mandoc -T lint` as
ERROR: skipping unknown macro
When these pages were rendered with `man`, the "unknown macro" meant
that the entire line was omitted from the output.
Obvious typos in:
lib/libsys/swapon.2
lib/libsys/procctl.2
share/man/man9/firmware.9
lib/libcasper/services/cap_net/cap_net.3: 'mode' describes a function
argument.
lib/libsys/statfs.2: there's no .Tm command ("trademark?"), and
.Tn ("tradename") is deprecated, so remove the macro entirely.
usr.sbin/mfiutil/mfiutil.8: man was interpreting '/dev/' as a macro
(which it didn't recognize).
share/man/man4/qat.4: same issue as above, but with '0'. In this case,
given the context of the previous line, rewriting as "Value '0'"
seemed more appropriate.
usr.sbin/mlx5tool/mlx5tool.8: typo in .Xr
Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Sponsored by: Tarsnap Backup Inc.
Reviewed by: concussious, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1417
(cherry picked from commit 2878d99dfcfbdd7a415a7f31cf95fbd53fc8e581)
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| mfi_bbu.c | ||
| mfi_cmd.c | ||
| mfi_config.c | ||
| mfi_drive.c | ||
| mfi_evt.c | ||
| mfi_flash.c | ||
| mfi_foreign.c | ||
| mfi_patrol.c | ||
| mfi_properties.c | ||
| mfi_show.c | ||
| mfi_volume.c | ||
| mfiutil.8 | ||
| mfiutil.c | ||
| mfiutil.h | ||