freebsd-src/share/man
Graham Percival 2878d99dfc manuals: Misc macro typos
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
2024-09-21 05:25:15 -06:00
..
man1
man3 tree.3: the example code fixed 2024-08-03 19:45:47 +00:00
man3lua
man4 manuals: Misc macro typos 2024-09-21 05:25:15 -06:00
man5 pf: add a new log opt PF_LOG_MATCHES 2024-09-19 22:20:13 +02:00
man6
man7 build.7: Document the packages target 2024-08-19 14:37:27 +00:00
man8 rc.8: Remove false information about rc.d/local 2024-09-20 19:28:59 +01:00
man9 manuals: Misc macro typos 2024-09-21 05:25:15 -06:00
Makefile