git: Fix various issues in manual pages.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 17 10:05:01 PDT 2026


commit 547e4f905a5cfbf87515c858fe39cc7880f8a8de
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 17 19:04:06 2026 +0200

    Fix various issues in manual pages.
    
    * BACKLIGHT_SET_STATUS() is not in the backlight interface on Dragonfly.
      So remove the associated documentation.
    
    * Remove unneeded .Pp
    
    * Fix whitespace issues.
    
    * Add .Mt where it is missing.
    
    * Fix .Dd
    
    * Fix some .Fn -> .Dv
    
    * Use .Fx, .Nx and .Ox
    
    * .Nm needs an argument only the first time.

Summary of changes:
 Makefile_upgrade.inc               |  1 +
 contrib/bmake/bmake.1              |  1 -
 contrib/openresolv/resolvconf.8.in |  2 +-
 games/bs/bs.6                      |  2 +-
 lib/libc/gen/dup3.3                |  2 +-
 lib/libc/stdio/funopen.3           |  3 +--
 lib/libc/sys/accept.2              |  3 +--
 lib/libc/sys/execve.2              |  2 +-
 lib/libc/sys/fcntl.2               |  2 +-
 lib/libc/sys/fork.2                |  3 +--
 lib/libc/sys/open.2                |  2 +-
 lib/libc/sys/pipe.2                |  2 +-
 lib/libc/sys/recv.2                |  2 +-
 lib/libc/sys/socket.2              |  2 +-
 lib/libc/sys/socketpair.2          |  3 +--
 lib/libc/sys/syscap_get.2          |  2 --
 lib/libcuse/cuse.3                 |  4 ++--
 sbin/gpt/gpt.8                     | 33 ++++++++++++++++++++++-----------
 share/man/man4/amdgpu.4            |  2 +-
 share/man/man4/radeon.4            |  2 +-
 share/man/man9/Makefile            |  1 -
 share/man/man9/atomic.9            |  2 +-
 share/man/man9/backlight.9         | 14 +++-----------
 share/man/man9/bus_dma.9           |  2 +-
 usr.bin/covid/covid.1              |  2 +-
 usr.bin/diff/diff.1                | 10 +++++-----
 usr.bin/diff3/diff3.1              |  2 +-
 usr.bin/dsynth/dsynth.1            |  1 -
 usr.bin/sdiff/sdiff.1              |  2 +-
 29 files changed, 53 insertions(+), 58 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/547e4f905a5cfbf87515c858fe39cc7880f8a8de


-- 
DragonFly BSD source repository


More information about the Commits mailing list