msyscall.2: Use .Fn instead of .Nm in DESCRIPTION

2023-09-14 Thread Josiah Frentsos
Index: msyscall.2 === RCS file: /cvs/src/lib/libc/sys/msyscall.2,v retrieving revision 1.2 diff -u -p -r1.2 msyscall.2 --- msyscall.2 27 Nov 2019 20:53:05 - 1.2 +++ msyscall.2 14 Sep 2023 15:54:33 - @@ -41,7 +41,7 @@ If

recv.2: Remove an extra space in the formatted output

2023-08-16 Thread Josiah Frentsos
Index: lib/libc/sys/recv.2 === RCS file: /cvs/src/lib/libc/sys/recv.2,v retrieving revision 1.50 diff -u -p -r1.50 recv.2 --- lib/libc/sys/recv.2 9 Sep 2022 16:48:25 - 1.50 +++ lib/libc/sys/recv.2 16 Aug 2023 22:08:42 -

Re: csh(1), ksh(1), time(1): print durations with millisecond precision

2023-06-14 Thread Josiah Frentsos
On Tue, Jun 13, 2023 at 10:59:53PM -0500, Scott Cheloha wrote: > Index: usr.bin/time/time.c > === > RCS file: /cvs/src/usr.bin/time/time.c,v > retrieving revision 1.25 > diff -u -p -r1.25 time.c > --- usr.bin/time/time.c 21 Aug

dpb.1: Reference sections properly

2023-05-29 Thread Josiah Frentsos
Index: dpb.1 === RCS file: /cvs/src/share/man/man1/dpb.1,v retrieving revision 1.32 diff -u -p -r1.32 dpb.1 --- dpb.1 29 May 2023 09:05:24 - 1.32 +++ dpb.1 29 May 2023 16:19:45 - @@ -66,7 +66,7 @@ for example

openrsync: Fix a file descriptor leak

2023-05-10 Thread Josiah Frentsos
Index: main.c === RCS file: /cvs/src/usr.bin/rsync/main.c,v retrieving revision 1.68 diff -u -p -r1.68 main.c --- main.c 28 Apr 2023 10:24:38 - 1.68 +++ main.c 10 May 2023 17:43:23 - @@ -602,6 +602,7 @@ basedir:

pinsyscall.2: Add a missing period

2023-02-18 Thread Josiah Frentsos
Index: pinsyscall.2 === RCS file: /cvs/src/lib/libc/sys/pinsyscall.2,v retrieving revision 1.1 diff -u -p -r1.1 pinsyscall.2 --- pinsyscall.216 Feb 2023 04:43:54 - 1.1 +++ pinsyscall.218 Feb 2023 13:13:39

Re: dhcpleased, slaacd, unwind: Pass arguments to shutdown(2) in the right order

2023-02-15 Thread Josiah Frentsos
Thanks, but I'm not a developer, so I can't commit this.

dhcpleased, slaacd, unwind: Pass arguments to shutdown(2) in the right order

2023-02-14 Thread Josiah Frentsos
Index: dhcpleased/dhcpleased.c === RCS file: /cvs/src/sbin/dhcpleased/dhcpleased.c,v retrieving revision 1.28 diff -u -p -r1.28 dhcpleased.c --- dhcpleased/dhcpleased.c 11 Dec 2022 10:47:37 - 1.28 +++

sem_*.3: Use Xr where appropriate

2023-02-11 Thread Josiah Frentsos
Index: sem_destroy.3 === RCS file: /cvs/src/lib/libpthread/man/sem_destroy.3,v retrieving revision 1.6 diff -u -p -r1.6 sem_destroy.3 --- sem_destroy.3 5 Jun 2013 03:44:50 - 1.6 +++ sem_destroy.3 11 Feb 2023

grep.1: Use Fl for -print0

2023-01-03 Thread Josiah Frentsos
Index: grep.1 === RCS file: /cvs/src/usr.bin/grep/grep.1,v retrieving revision 1.51 diff -u -p -r1.51 grep.1 --- grep.1 26 Jun 2022 10:57:36 - 1.51 +++ grep.1 3 Jan 2023 16:52:05 - @@ -304,7 +304,7 @@ file name.

Re: ksh.1: Add a missing Ns

2022-12-26 Thread Josiah Frentsos
Index: ksh.1 === RCS file: /cvs/src/bin/ksh/ksh.1,v retrieving revision 1.217 diff -u -p -r1.217 ksh.1 --- ksh.1 13 Sep 2022 20:26:26 - 1.217 +++ ksh.1 26 Dec 2022 17:10:37 - @@ -2713,9 +2713,7 @@ Exit status

ksh.1: Add a missing Ns

2022-12-24 Thread Josiah Frentsos
Index: ksh.1 === RCS file: /cvs/src/bin/ksh/ksh.1,v retrieving revision 1.217 diff -u -p -r1.217 ksh.1 --- ksh.1 13 Sep 2022 20:26:26 - 1.217 +++ ksh.1 24 Dec 2022 17:22:08 - @@ -3454,9 +3454,7 @@ option is

getdelim.3: Add a missing Vt

2022-12-20 Thread Josiah Frentsos
Index: getdelim.3 === RCS file: /cvs/src/lib/libc/stdio/getdelim.3,v retrieving revision 1.6 diff -u -p -r1.6 getdelim.3 --- getdelim.3 17 Oct 2017 22:47:58 - 1.6 +++ getdelim.3 20 Dec 2022 17:45:54 - @@ -57,7 +57,8 @@

sigpause.3: Make the Xr bold

2022-12-12 Thread Josiah Frentsos
Index: sigpause.3 === RCS file: /cvs/src/lib/libc/compat-43/sigpause.3,v retrieving revision 1.14 diff -u -p -r1.14 sigpause.3 --- sigpause.3 17 Jul 2013 05:42:10 - 1.14 +++ sigpause.3 12 Dec 2022 23:13:44 - @@ -38,8

nologin: Style fixes

2022-11-18 Thread Josiah Frentsos
Index: nologin.c === RCS file: /cvs/src/sbin/nologin/nologin.c,v retrieving revision 1.9 diff -u -p -r1.9 nologin.c --- nologin.c 12 Jul 2021 15:09:19 - 1.9 +++ nologin.c 18 Nov 2022 16:59:31 - @@ -25,7 +25,6 @@ *

mount_ntfs.8: Fix swapped -g user and -u group

2022-11-14 Thread Josiah Frentsos
Index: mount_ntfs.8 === RCS file: /cvs/src/sbin/mount_ntfs/mount_ntfs.8,v retrieving revision 1.17 diff -u -p -r1.17 mount_ntfs.8 --- mount_ntfs.820 Aug 2022 07:03:24 - 1.17 +++ mount_ntfs.814 Nov 2022

tmux: Sort the rest of the options

2022-11-11 Thread Josiah Frentsos
Also adds a few missing Op's. Index: cmd-bind-key.c === RCS file: /cvs/src/usr.bin/tmux/cmd-bind-key.c,v retrieving revision 1.46 diff -u -p -r1.46 cmd-bind-key.c --- cmd-bind-key.c 27 Aug 2021 17:25:55 - 1.46 +++

tmux.1: Sort options

2022-11-10 Thread Josiah Frentsos
Index: tmux.1 === RCS file: /cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.905 diff -u -p -r1.905 tmux.1 --- tmux.1 3 Nov 2022 08:33:57 - 1.905 +++ tmux.1 10 Nov 2022 20:07:56 - @@ -23,7 +23,7 @@ .Sh

Re: qcpmic.4, qcpmicgpio.4, etc.: Sort SEE ALSO

2022-11-10 Thread Josiah Frentsos
On Thu, Nov 10, 2022 at 05:13:40PM +, Patrick Wildt wrote: > There are other drivers with intro after others. Are we sorting those > alphabetically or by relevancy? Which ones?

qcpmic.4, qcpmicgpio.4, etc.: Sort SEE ALSO

2022-11-10 Thread Josiah Frentsos
Index: qcpmic.4 === RCS file: /cvs/src/share/man/man4/qcpmic.4,v retrieving revision 1.2 diff -u -p -r1.2 qcpmic.4 --- qcpmic.410 Nov 2022 13:08:57 - 1.2 +++ qcpmic.410 Nov 2022 16:43:07 - @@ -34,12 +34,12 @@

pause.3: Use Fn

2022-11-08 Thread Josiah Frentsos
Index: pause.3 === RCS file: /cvs/src/lib/libc/gen/pause.3,v retrieving revision 1.15 diff -u -p -r1.15 pause.3 --- pause.3 2 Aug 2022 01:23:23 - 1.15 +++ pause.3 8 Nov 2022 21:22:46 - @@ -39,7 +39,8 @@ .Fn

kqueue.2: Add a comma

2022-10-21 Thread Josiah Frentsos
Index: kqueue.2 === RCS file: /cvs/src/lib/libc/sys/kqueue.2,v retrieving revision 1.46 diff -u -p -r1.46 kqueue.2 --- kqueue.231 Mar 2022 17:27:16 - 1.46 +++ kqueue.221 Oct 2022 23:02:57 - @@ -105,7 +105,7 @@ is

Re: ps.1: control terminal -> controlling terminal

2022-10-13 Thread Josiah Frentsos
Index: bin/ps/ps.1 === RCS file: /cvs/src/bin/ps/ps.1,v retrieving revision 1.128 diff -u -p -r1.128 ps.1 --- bin/ps/ps.1 3 Sep 2022 15:59:04 - 1.128 +++ bin/ps/ps.1 13 Oct 2022 17:05:57 - @@ -443,7 +443,8 @@

aucat.1: Improve description

2022-10-12 Thread Josiah Frentsos
Index: aucat.1 === RCS file: /cvs/src/usr.bin/aucat/aucat.1,v retrieving revision 1.117 diff -u -p -r1.117 aucat.1 --- aucat.1 7 Mar 2022 09:04:45 - 1.117 +++ aucat.1 13 Oct 2022 00:49:47 - @@ -19,7 +19,7 @@ .Os

ps.1: control terminal -> controlling terminal

2022-10-11 Thread Josiah Frentsos
Index: ps.1 === RCS file: /cvs/src/bin/ps/ps.1,v retrieving revision 1.128 diff -u -p -r1.128 ps.1 --- ps.13 Sep 2022 15:59:04 - 1.128 +++ ps.111 Oct 2022 23:20:34 - @@ -443,7 +443,8 @@ information: .Pp

Remove some useless uses of cat

2022-10-10 Thread Josiah Frentsos
Index: distrib/alpha/iso/Makefile === RCS file: /cvs/src/distrib/alpha/iso/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- distrib/alpha/iso/Makefile 1 May 2019 20:53:34 - 1.20 +++

swab.3: Use Fn consistently

2022-09-27 Thread Josiah Frentsos
Index: swab.3 === RCS file: /cvs/src/lib/libc/string/swab.3,v retrieving revision 1.9 diff -u -p -r1.9 swab.3 --- swab.3 12 Dec 2014 20:06:13 - 1.9 +++ swab.3 27 Sep 2022 22:09:45 - @@ -42,9 +42,9 @@ .Fa

Re: install.sub: Replace temporary file with variable

2022-09-27 Thread Josiah Frentsos
On Tue, Sep 27, 2022 at 09:09:45AM -0600, Todd C. Miller wrote: > On Tue, 27 Sep 2022 13:49:10 -, Klemens Nanni wrote: > > > The double quotes retain the newlines; without them column(1) would > > print a single line (possibly longer than 80 chars). > > Don't you also need double quotes

Remove some unnecessary setproctitle(3) format strings

2022-09-26 Thread Josiah Frentsos
Index: sbin/dhcpleased/engine.c === RCS file: /cvs/src/sbin/dhcpleased/engine.c,v retrieving revision 1.38 diff -u -p -r1.38 engine.c --- sbin/dhcpleased/engine.c5 May 2022 14:44:59 - 1.38 +++ sbin/dhcpleased/engine.c

Re: vm.conf.5: Use the proper macros

2022-09-24 Thread Josiah Frentsos
--- vm.conf.5 +++ vm.conf.5 @@ -117,8 +117,11 @@ a random prefix from the .Dq unique local network range fd00::/8 will be generated on startup. The specified prefix length must be /64 or smaller. -.It Cm socket owner Ar user : Ns Ar group -Set the control socket owner to the specified user and

Re: vm.conf.5: Use the proper macros

2022-09-24 Thread Josiah Frentsos
--- vm.conf.5 +++ vm.conf.5 @@ -25,8 +25,7 @@ .Nm is the configuration file to configure the virtual machine monitor (VMM) subsystem. -A VMM manages virtual machines (VMs) on a -.Ar host . +A VMM manages virtual machines (VMs) on a host. The VMM subsystem is responsible for creating,

vm.conf.5: Use the proper macros

2022-09-23 Thread Josiah Frentsos
Index: vm.conf.5 === RCS file: /cvs/src/usr.sbin/vmd/vm.conf.5,v retrieving revision 1.59 diff -u -p -r1.59 vm.conf.5 --- vm.conf.5 13 Sep 2022 10:28:19 - 1.59 +++ vm.conf.5 23 Sep 2022 19:36:01 - @@ -25,8 +25,7 @@

rad.conf(5) is not rad(8)

2022-09-23 Thread Josiah Frentsos
Index: rad.conf.5 === RCS file: /cvs/src/usr.sbin/rad/rad.conf.5,v retrieving revision 1.17 diff -u -p -r1.17 rad.conf.5 --- rad.conf.5 16 May 2020 16:58:12 - 1.17 +++ rad.conf.5 23 Sep 2022 18:52:37 - @@ -158,7 +158,7

execve.2: Use the proper macros for the #! line

2022-09-23 Thread Josiah Frentsos
Index: execve.2 === RCS file: /cvs/src/lib/libc/sys/execve.2,v retrieving revision 1.56 diff -u -p -r1.56 execve.2 --- execve.231 Mar 2022 17:27:16 - 1.56 +++ execve.223 Sep 2022 14:01:14 - @@ -58,22 +58,19 @@

echo(1): Fix some style issues

2022-09-21 Thread Josiah Frentsos
Index: echo.c === RCS file: /cvs/src/bin/echo/echo.c,v retrieving revision 1.10 diff -u -p -r1.10 echo.c --- echo.c 9 Oct 2015 01:37:06 - 1.10 +++ echo.c 21 Sep 2022 20:41:56 - @@ -30,12 +30,11 @@ * SUCH

Improve tradcpp.1

2022-09-20 Thread Josiah Frentsos
Index: main.c === RCS file: /cvs/src/libexec/tradcpp/main.c,v retrieving revision 1.5 diff -u -p -r1.5 main.c --- main.c 23 Aug 2019 04:38:55 - 1.5 +++ main.c 21 Sep 2022 00:13:37 - @@ -963,7 +963,8 @@