Re: Adding -p to pr(1)

2020-12-13 Thread Jason McIntyre
On Fri, Dec 11, 2020 at 09:54:22PM -0500, Andras Farkas wrote: > Hi! > > After seeing the diff for cat -n earlier today, and just browsing Unix > stuff on my own, I noticed OpenBSD's pr(1) command has no -p option > despite pr.1 stating: > > The pr utility is compliant with the IEEE Std 1003.1-200

Re: Adding -p to pr(1)

2020-12-13 Thread Jason McIntyre
On Sun, Dec 13, 2020 at 04:30:06PM -0500, Andras Farkas wrote: > On Sun, Dec 13, 2020 at 10:40 AM Jason McIntyre wrote: > > hi. > > > > it's an oversight on my part - the posix page for pr renders poorly on > > lynx, and -p is difficult to spot. i hav

Re: small typo in imsg_init.3

2020-12-15 Thread Jason McIntyre
On Sat, Dec 12, 2020 at 09:20:26PM -0500, Aisha Tammy wrote: > Hi, > ?? While creating a portable version of imsg, I noticed > a small typo in the imsg_init.3 man page which says > the returned value is 'len' instead of 'datalen'. > Attached the patch to fix it. > > OK? > fixed, thanks. jmc > C

Re: acme-client(1) make -F flag use more obvious

2020-12-15 Thread Jason McIntyre
On Tue, Dec 15, 2020 at 10:18:41AM +0100, Solene Rapenne wrote: > This is a small change to acme-client(1) because I find > the explanation of -F flag not being obvious that you > need it when you add/remove an alternative name in your > domain config. > > Maybe wording could be better, if a nativ

Re: tls_config_parse_protocols.3: more prominent protocol list

2020-12-29 Thread Jason McIntyre
On Wed, Dec 30, 2020 at 02:02:44AM +0100, Klemens Nanni wrote: > Manuals like httpd.conf(5) refer to tls_config_parse_protocols(3) the > list of supported protocols. > > Sentences with inlined elements are generally harder to read, especially > in such pages and/or when they contain comments. > >

Re: EVP_{Digest,Encrypt}Init.3: remove duplicate word

2021-01-04 Thread Jason McIntyre
On Mon, Jan 04, 2021 at 11:42:59PM +0100, Martin Vahlensieck wrote: > Hi there > > I guess this should only be one one. > > Best, > > Martin > fixed, thanks. jmc > Index: man/EVP_DigestInit.3 > === > RCS file: /cvs/src/lib/libcry

Re: ssh_config(5) man page improvement for RemoteCommand

2021-01-05 Thread Jason McIntyre
On Tue, Jan 05, 2021 at 08:11:51PM +0100, Gr??goire Jadi wrote: > Hi, > > When both RemoteCommand and ssh command are provided, the connection > fails with: > > Cannot execute command-line and remote command. > > Though the message is clear, I was puzzled because I couldn't find any > inform

Re: ntpd.conf.5 duplicate word

2021-01-06 Thread Jason McIntyre
On Wed, Jan 06, 2021 at 08:53:04PM +0800, Sean Davies wrote: > Index: ntpd.conf.5 > === > RCS file: /cvs/src/usr.sbin/ntpd/ntpd.conf.5,v > retrieving revision 1.46 > diff -u -p -u -r1.46 ntpd.conf.5 > --- ntpd.conf.5 16 May 2020

Re: extend ip(4) to document ip_mreqn

2021-01-07 Thread Jason McIntyre
On Thu, Jan 07, 2021 at 04:03:41PM +0100, Claudio Jeker wrote: > Here is my try to extend ip(4) to also document struct ip_mreqn. > Not sure what is the best way to document the option to use either struct > ip_mreq or struct ip_mreqn with IP_ADD_MEMBERSHIP. > > -- > :wq Claudio > hi! comments

Re: vacation.1: correct .forward file example

2021-01-21 Thread Jason McIntyre
On Thu, Jan 21, 2021 at 11:15:48AM +0100, Martin Vahlensieck wrote: > Hi > > I think the backslash at the beginning of the line is an error. > > Best, > > Martin > > Index: vacation.1 > === > RCS file: /home/reposync/cvs//src/usr.b

Re: vacation.1: correct .forward file example

2021-01-21 Thread Jason McIntyre
On Thu, Jan 21, 2021 at 12:47:15PM +, Stuart Henderson wrote: > On 2021/01/21 12:43, Jason McIntyre wrote: > > On Thu, Jan 21, 2021 at 11:15:48AM +0100, Martin Vahlensieck wrote: > > > Hi > > > > > > I think the backslash at the beginning of the

Re: Patch for crypt(3) man page.

2021-01-27 Thread Jason McIntyre
On Wed, Jan 27, 2021 at 10:45:46PM +0100, Ingo Schwarze wrote: > Hi, > > this page is a mess. It is full of unclear wordings, in some cases > verging incorrect statements. At the same time, parts of it are wordy. > > Here is an attempt to start fixing it. > I refrained from trying to explain $2

Re: radio(4): fix grammar error in man page

2021-01-31 Thread Jason McIntyre
On Mon, Feb 01, 2021 at 10:59:00AM +1100, Eddie Youseph wrote: > Hi, > > A small patch to fix a grammar error in the radio.4 manpage. > fixed, thanks. jmc > Index: radio.4 > === > RCS file: /cvs/src/share/man/man4/radio.4,v > retri

Re: kcov_remote_register.9: fix grammar error

2021-01-31 Thread Jason McIntyre
On Mon, Feb 01, 2021 at 11:34:49AM +1100, Eddie Youseph wrote: > Hi, > > Small patch to fix grammar error in man page. > fixed, thanks. jmc > Index: share/man/man9/kcov_remote_register.9 > === > RCS file: /cvs/src/share/man/man9/kc

Re: bgpd.8 control socket path

2021-01-31 Thread Jason McIntyre
On Sun, Jan 31, 2021 at 11:47:47AM -0500, Daniel Jakots wrote: > Hi, > > Since > https://github.com/openbsd/src/commit/8d7b500c2ac3625a5b524c5e150619612af2dd36, > the control socket path is not exactly correct in bgpd.8. > > Here's a diff to be precise. I took the wording from bgpd.conf.5. > > C

Re: libagentx: agentx.3: small grammar fix

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:04:08PM +1100, Eddie Youseph wrote: > Hi, > > A small grammar fix for the agentx.3 manpage. > fixed, thanks. jmc > RCS file: /cvs/src/lib/libagentx/agentx.3,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 agentx.3 > --- lib/libagentx/agentx.3 3 Dec 2020 22:4

Re: libc: cgetent.3, ungetwc.3: small grammar fixes

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:08:19PM +1100, Eddie Youseph wrote: > Hi, > > A couple of small grammar fixes for cgetent.3 and ungetwc.3 > fixed, thanks. jmc > Index: lib/libc/gen/cgetent.3 > === > RCS file: /cvs/src/lib/libc/gen/cgete

Re: libform: form_driver.3, form_fieldtype.3: Small grammar fixes

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:14:01PM +1100, Eddie Youseph wrote: > Hi, > > Some grammar fixes for libform. > these ones come from curses. you should check whether their latest sources still need fixing and mail them direct. jmc > Index: lib/libform/form_driver.3 > ===

Re: libmenu: menu_driver.3, menu_post.3: small grammar fixes

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:16:33PM +1100, Eddie Youseph wrote: > Hi, > > Couple of grammar fixes for libmenu menu_driver.3 and menu_post.3 > curses too, so same applies as my libform comments. jmc > Index: lib/libmenu/menu_driver.3 > =

Re: tmux: tmux.1: small grammar fix

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:19:40PM +1100, Eddie Youseph wrote: > Hi, > > A small grammar fix for the tmux manpage. > fixed, thanks. jmc > Index: usr.bin/tmux/tmux.1 > === > RCS file: /cvs/src/usr.bin/tmux/tmux.1,v > retrieving revi

Re: ypxfr: ypxfr.8: small grammar fix

2021-02-01 Thread Jason McIntyre
On Tue, Feb 02, 2021 at 06:29:17PM +1100, Eddie Youseph wrote: > Hi, > > A small grammar fix for ypxfr.8 > fixed, thanks. if you have any more small diffs like these, consider bundling them so we can fix them in a single pass. jmc > RCS file: /cvs/src/usr.sbin/ypserv/ypxfr/ypxfr.8,v > retriev

Re: [patch] typos in ldap.1

2021-02-09 Thread Jason McIntyre
On Tue, Feb 09, 2021 at 09:31:10PM -0500, Dave Voutila wrote: > Three small changes: > > 1. product -> produce > 2. remove '.' from sizelimit description > 3. remove linebreaks on statements about {size,time}limit > > -Dave Voutila > fixed, thanks. jmc > Index: usr.bin/ldap/ldap.1 > ==

Re: OpenSMTPD docs: aliases.5

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:14:26PM +, Larry Hynes wrote: > hi. i've taken the changes in the first sentence - i agree that the comma placement reads better in your version. i'm working my way through your diffs just now, but to be honest most of these changes (like the rest in this diff) lo

Re: OpenSMTPD docs: forward.5

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:15:47PM +, Larry Hynes wrote: > > Index: forward.5 > === > RCS file: /cvs/src/usr.sbin/smtpd/forward.5,v > retrieving revision 1.9 > diff -u -p -r1.9 forward.5 > --- forward.5 13 Mar 2015 22:41:54 -

Re: OpenSMTPD docs: mail.maildir.8

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:16:57PM +, Larry Hynes wrote: > > Index: mail.maildir.8 > === > RCS file: /cvs/src/usr.sbin/smtpd/mail.maildir.8,v > retrieving revision 1.5 > diff -u -p -r1.5 mail.maildir.8 > --- mail.maildir.830 M

Re: OpenSMTPD docs: makemap.8

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:19:53PM +, Larry Hynes wrote: > Note: DNS is mentioned in this file as a way of accessing maps. Aside > from this mention it appears to be undocumented. > > Index: makemap.8 > === > RCS file: /cvs/src/us

Re: OpenSMTPD docs: newaliases.8

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:21:16PM +, Larry Hynes wrote: > > Index: newaliases.8 > === > RCS file: /cvs/src/usr.sbin/smtpd/newaliases.8,v > retrieving revision 1.12 > diff -u -p -r1.12 newaliases.8 > --- newaliases.8 20 Jul 2

Re: OpenSMTPD docs: smtpctl.8

2021-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:23:38PM +, Larry Hynes wrote: > > Index: smtpctl.8 > === > RCS file: /cvs/src/usr.sbin/smtpd/smtpctl.8,v > retrieving revision 1.65 > diff -u -p -r1.65 smtpctl.8 > --- smtpctl.8 14 Sep 2020 09:48:08 -000

Re: OpenSMTPD docs: smtpd.conf.5

2021-02-13 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:29:02PM +, Larry Hynes wrote: > > Index: smtpd.conf.5 > === > RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v > retrieving revision 1.256 > diff -u -p -r1.256 smtpd.conf.5 > --- smtpd.conf.5 27 Jan

Re: OpenSMTPD docs: table.5

2021-02-13 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 03:30:11PM +, Larry Hynes wrote: > > Index: table.5 > === > RCS file: /cvs/src/usr.sbin/smtpd/table.5,v > retrieving revision 1.11 > diff -u -p -r1.11 table.5 > --- table.5 11 Aug 2019 13:00:57 -

Re: OpenSMTPD docs: smtp.1

2021-02-13 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 05:35:07PM +, Larry Hynes wrote: > Note: the command 'smtp -h' only returns usage. Usage exits with '1' > (I assume this is to satisfy the default case in switch (ch) in > main()), even when called from the correct use of the '-h' flag, > which I don't think is correct.

Re: OpenSMTPD docs: forward.5

2021-02-13 Thread Jason McIntyre
On Sat, Feb 13, 2021 at 09:47:41PM +, Larry Hynes wrote: > Jason McIntyre wrote: > > On Fri, Feb 12, 2021 at 03:15:47PM +, Larry Hynes wrote: > > > > > > Index: forward.5 > > > === >

Re: ober_get_string.3: s/byte/character

2021-02-22 Thread Jason McIntyre
On Mon, Feb 22, 2021 at 11:12:32PM +0100, Martijn van Duren wrote: > As pointed out by claudio@, it makes more sense to talk about characters > for fmt instead of bytes. > > The .Bl line already was >80 columns, but I don't know how to remedy > this situation, so this diff makes that a little wors

Re: Clarifications about ELF(5)

2021-02-27 Thread Jason McIntyre
On Sat, Feb 27, 2021 at 12:24:33PM +, George Brown wrote: > Binaries without a .note.openbsd.ident section fail to execute. This > note section is mentioned in the ELF man page as follows. > > > .note This section holds information in the note section format > >described below

Re: Clarifications about ELF(5)

2021-02-27 Thread Jason McIntyre
On Sat, Feb 27, 2021 at 07:26:42PM +, George Brown wrote: > > hi. diff committed, with one change: we did not add "must" (just removed > > "usually"). > > > > jmc > > Thanks Jason. Though browsing cvsweb it seems the commit did include the > "must" not sure if the decision changed after sendin

Re: wg(4): add history section

2021-03-14 Thread Jason McIntyre
On Sat, Mar 13, 2021 at 10:47:30PM +0200, Maxim Vuets wrote: > Documented in which release wg(4) has been added > (as per ). > > Index: share/man/man4/wg.4 > === > RCS file: /cvs/src/share/man/man4

Re: apm, apmd: ship manual pages on powerpc64

2021-03-20 Thread Jason McIntyre
On Sat, Mar 20, 2021 at 07:29:11PM -0600, Theo de Raadt wrote: > There is a pattern we've followed in the past, that when a manpage applies > to more than 2 (or 3?) architectures, then we simply make it MI. > > So MANSUBDIR would get deleted, and then the sets would be updated. > > People with ol

Re: httpd.conf grammar

2021-03-22 Thread Jason McIntyre
On Sun, Mar 21, 2021 at 10:58:02PM +, Raf Czlonka wrote: > > Hi Laurie, > > I'd simply use the existing wording, without getting into details. > > While there, "braces" dominate the manual page, with a single > occurrence of "brackets" so let's change that too, for consistency. > > Regards,

Re: httpd.conf grammar

2021-03-22 Thread Jason McIntyre
On Mon, Mar 22, 2021 at 01:33:34PM +, Raf Czlonka wrote: > On Mon, Mar 22, 2021 at 07:08:32AM GMT, Jason McIntyre wrote: > > On Sun, Mar 21, 2021 at 10:58:02PM +, Raf Czlonka wrote: > > > > > > Hi Laurie, > > > > > > I'd simply use

Re: Mention -N to shutdown(2) network socket after EOF in man nc(1)

2021-03-31 Thread Jason McIntyre
On Tue, Mar 30, 2021 at 02:48:17AM +0200, Robert Scheck wrote: > Jakub Jelen reported at Fedora that "nc -l 8080" (terminal #1) and "echo > XXX | nc localhost 8080" (terminal #2) keeps hanging both client and server > after reading the EOF, even the last sentence of "CLIENT/SERVER MODEL" in > the m

Re: printf.9: document limited conversion specification syntax

2021-04-03 Thread Jason McIntyre
On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: > print(9) says it only documents differences and points at printf(3) for > identical/shared bits: > >DESCRIPTION > [...] > > Since each of these kernel functions is a variant of its user space > counterpart, this p

Re: mandoc: -Tlint: search /usr/local/man as well

2021-04-03 Thread Jason McIntyre
On Sat, Apr 03, 2021 at 02:33:05AM +0200, Klemens Nanni wrote: > It has always bothered me that linting manuals complained about missing > manuals from packages despite their path being part of the default > MANPATH: > > No local man(1) config: > > $ echo $MANPATH > ksh: MANPATH: para

Re: Typos in ssh man pages

2021-04-04 Thread Jason McIntyre
On Sun, Apr 04, 2021 at 11:25:56AM +0200, Matthias Schmidt wrote: > Hi, > > in the recent commits to ssh(d)_config.5 two typos slipped in (looks like > classic "switch vi to edit mode" typo :)). > > Cheers > > Matthias > fixed, thanks. jmc > > diff --git a/usr.bin/ssh/ssh_config.5 b/us

Re: printf.9: document limited conversion specification syntax

2021-04-04 Thread Jason McIntyre
yep, better than mine. ok jmc On 4 April 2021 14:41:13 BST, Klemens Nanni wrote: >On Sun, Apr 04, 2021 at 07:17:27AM +0100, Jason McIntyre wrote: >> On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: >> > @@ -119,6 +119,17 @@ send formatted strings to the ddb con

Re: httpd.conf grammar

2021-04-05 Thread Jason McIntyre
take multiple options jmc > Cheers, > > Raf > > On Mon, Mar 22, 2021 at 02:20:42PM GMT, Jason McIntyre wrote: > > On Mon, Mar 22, 2021 at 01:33:34PM +, Raf Czlonka wrote: > > > On Mon, Mar 22, 2021 at 07:08:32AM GMT, Jason McIntyre wrote: > >

Re: missing arg in esample renice man command ?

2021-04-06 Thread Jason McIntyre
On Tue, Apr 06, 2021 at 01:42:51PM -0400, Sven F. wrote: > Line 120 , in renice.8 > > https://github.com/openbsd/src/blob/master/usr.bin/renice/renice.8#L120 > > # renice -n +1 987 -u daemon root -p 32 > > should be > > # renice -n +1 -g 987 -u daemon root -p 32 ? > > > --- usr.bin/renice/ren

Re: missing arg in esample renice man command ?

2021-04-06 Thread Jason McIntyre
On Tue, Apr 06, 2021 at 02:41:28PM -0400, Sven F. wrote: > On Tue, Apr 6, 2021 at 2:29 PM Jason McIntyre wrote: > > > > On Tue, Apr 06, 2021 at 01:42:51PM -0400, Sven F. wrote: > > > Line 120 , in renice.8 > > > > > > https://github.com/openbsd/sr

Re: pf.conf(5): document new anchors limit

2022-07-21 Thread Jason McIntyre
On Thu, Jul 21, 2022 at 07:07:57PM +0200, Martin Vahlensieck wrote: > Hi > > This is a diff to document the new anchors limit in pf.conf(5). I > inserted it as second-to-last item, as the following paragraph talks > about NMBCLUSTERS. While here: Is the double entry for table-entries > intention

Re: pf.conf(5): document new anchors limit

2022-07-23 Thread Jason McIntyre
On Sat, Jul 23, 2022 at 02:16:16PM +0200, Moritz Buhl wrote: > On Thu, Jul 21, 2022 at 10:25:09PM +0100, Jason McIntyre wrote: > ... > > it looks like the "set limit" text in pf.conf(5) might need some small > > adjustments: > > > > - as well as the "a

Re: sleep.1: misc. cleanup

2022-07-26 Thread Jason McIntyre
On Tue, Jul 26, 2022 at 09:18:47PM -0500, Scott Cheloha wrote: > A few improvements I want to make to the sleep(1) manpage. > > DESCRIPTION > > - "for a minimum of" is better said "for at least". > hi. i can;t really distinguish between one form being better than the other. "until at least" is

Re: sleep.1: misc. cleanup

2022-07-27 Thread Jason McIntyre
On Wed, Jul 27, 2022 at 01:37:30PM -0500, Scott Cheloha wrote: > On Wed, Jul 27, 2022 at 07:31:11AM +0100, Jason McIntyre wrote: > > On Tue, Jul 26, 2022 at 09:18:47PM -0500, Scott Cheloha wrote: > > > A few improvements I want to make to the sleep(1) manpage. > &

Re: ssh-keygen.1: Replace the single occurrence of 'Ar sign' with 'Cm sign'

2022-08-16 Thread Jason McIntyre
On Tue, Aug 16, 2022 at 09:43:48AM -0400, Josiah Frentsos wrote: > Index: ssh-keygen.1 > === > RCS file: /cvs/src/usr.bin/ssh/ssh-keygen.1,v > retrieving revision 1.224 > diff -u -p -r1.224 ssh-keygen.1 > --- ssh-keygen.1 11 Aug 2

Re: dhcpleased.8: add lease files to FILES

2022-08-18 Thread Jason McIntyre
On Thu, Aug 18, 2022 at 07:29:42PM +, Klemens Nanni wrote: > There is dhcpleasectl(8) -l but that only works for currently > configured leases/interfaces and does not print all information > contained in the lease file (mostly tailored to fit the installer's > needs). > > Feedback? OK? > hi.

Re: dhcpleased.8: add lease files to FILES

2022-08-18 Thread Jason McIntyre
On Thu, Aug 18, 2022 at 08:34:56PM +, Klemens Nanni wrote: > On Thu, Aug 18, 2022 at 08:53:51PM +0100, Jason McIntyre wrote: > > On Thu, Aug 18, 2022 at 07:29:42PM +, Klemens Nanni wrote: > > > There is dhcpleasectl(8) -l but that only works for currently > > > c

Re: ifconfig, wireguard output less verbose, unless -A or

2022-08-20 Thread Jason McIntyre
On Sat, Aug 20, 2022 at 02:25:25PM +0100, Stuart Henderson wrote: > > > > Long output with as an argument, wgpeers section present: > > > > pce-0067# ifconfig.ifaliases wg0 > > wg0: flags=80c3 mtu 1420 > > index 8 priority 0 llprio 3 > > wgport 51820 > > wgpubkey qcb... >

Re: bioctl: sync usage with manual, simplify option list

2022-08-25 Thread Jason McIntyre
On Thu, Aug 25, 2022 at 09:19:09PM +, Klemens Nanni wrote: > -l takes chunks as per the manual, not specials. > > I also think that comma separated lists are marked up overly > confusing, so reduce it by one level, i.e. turn > -l chunk[,chunk[,...]]] > into > -l chunk[,...]] > > F

Re: bioctl: sync usage with manual, simplify option list

2022-08-26 Thread Jason McIntyre
yep, ok. jmc On 26 August 2022 09:33:00 BST, Klemens Nanni wrote: >On Fri, Aug 26, 2022 at 06:25:56AM +0100, Jason McIntyre wrote: >> On Thu, Aug 25, 2022 at 09:19:09PM +, Klemens Nanni wrote: >> > -l takes chunks as per the manual, not specials. >> > >> &g

Re: man sh(1), fix explanation for `shift`

2022-08-31 Thread Jason McIntyre
On Wed, Aug 31, 2022 at 06:58:16PM +0200, Luka Krmpoti?? wrote: > In sh(1) manpage, this sentence explaining how shift builtin works: > > Parameters ???#??? to ???(#???n)+1??? and downwards are unset and ???#??? > > is updated to > the new number of positional parameters. > can be made clearer by

Re: printcap.5: Fix phototypesetter name

2022-09-01 Thread Jason McIntyre
On Wed, Aug 31, 2022 at 10:57:21AM -0400, Josiah Frentsos wrote: > Index: printcap.5 > === > RCS file: /cvs/src/share/man/man5/printcap.5,v > retrieving revision 1.28 > diff -u -p -r1.28 printcap.5 > --- printcap.510 Feb 2020 1

Re: ifconfig, wireguard output less verbose, unless -A or

2022-09-03 Thread Jason McIntyre
On Sat, Sep 03, 2022 at 08:55:51AM +, Mikolaj Kucharski wrote: > Hi, > > I tried to address what jmc@ mentioned below. I don't really know > mdoc(7) and English is not my native language, so I imagine there is > place for improvement in the wg(4) diff. > hi. after looking again, i think may

Re: document disklabel's new RAID template

2022-09-03 Thread Jason McIntyre
On Sat, Sep 03, 2022 at 02:32:55PM +, Klemens Nanni wrote: > The softraid(4) example could also use > echo 'raid 1m-* 100%' | disklabel -wAT/dev/stdin wd1 > > but that's not as clear as > echo 'RAID 1M-* 100%' > template > disklabel -wAT template wd1 > > Feedback? OK? > re

Re: boot_macppc.8: fix file specification

2022-09-03 Thread Jason McIntyre
On Sat, Sep 03, 2022 at 06:12:16PM +, Klemens Nanni wrote: > The current text is badly formatted and incomplete as to which optional > parts can be omitted in which way > > The file specification used is of the form: > promdev:partition/filename options > where: ???prom

Re: Typo in bsd.port.mk(5)

2022-09-09 Thread Jason McIntyre
On Fri, Sep 09, 2022 at 10:04:04PM -0400, John Verne wrote: > While studying bsd.port.mk I ran across a reference to > PACKAGES_REPOSITORY that seems like a typo. My assumption is that it > is supposed to be PACKAGE_REPOSITORY as in the rest of the document > (and in the FAQ, etc.). > fixed, than

Re: strtonum.3: Use the proper macro for "long long"

2022-09-09 Thread Jason McIntyre
On Fri, Sep 09, 2022 at 08:06:32PM -0400, Josiah Frentsos wrote: > Index: strtonum.3 > === > RCS file: /cvs/src/lib/libc/stdlib/strtonum.3,v > retrieving revision 1.18 > diff -u -p -r1.18 strtonum.3 > --- strtonum.37 Feb 2016 2

Re: strtonum.3: Use the proper macro for "long long"

2022-09-10 Thread Jason McIntyre
On Sat, Sep 10, 2022 at 11:46:21PM +0200, Ingo Schwarze wrote: > Hi, > > yes, this is completely correct, with one tiny exception that should > be fixed while committing, see in-line below. > > Jason, since you already started working on this, could you please > commit this patch with OK schwarze

Re: update man page to include new rcctl(8) configtest action

2022-09-12 Thread Jason McIntyre
On Sun, Sep 11, 2022 at 01:18:06PM -0700, Andrei wrote: > Hello tech@, > > Recently a new "configtest" action was added to rcctl(8), but the man > page was never updated. > > This diff documents the change in rcctl's man page. This was my first > time submitting a patch so I was unsure whether to

Re: man sed(1), fix comment about two addresses

2022-09-13 Thread Jason McIntyre
On Wed, Sep 14, 2022 at 12:40:55AM +0200, Luka Krmpoti?? wrote: > sed's man(1) page, section "sed addresses", has a note: > > https://github.com/openbsd/src/blob/16748403c325ab5b4e9457bf8f0879a6698daba9/usr.bin/sed/sed.1#L175-L176 > > (If the second address is a number less than or equal to the l

Re: man sed(1), fix comment about two addresses

2022-09-14 Thread Jason McIntyre
On Wed, Sep 14, 2022 at 07:00:52AM +, Klemens Nanni wrote: > On Wed, Sep 14, 2022 at 06:48:48AM +0100, Jason McIntyre wrote: > > On Wed, Sep 14, 2022 at 12:40:55AM +0200, Luka Krmpoti?? wrote: > > > sed's man(1) page, section "sed addresses", has a note: > &

Re: man sed(1): instructions wrt whitespace in functions

2022-09-15 Thread Jason McIntyre
On Wed, Sep 14, 2022 at 11:51:41AM +0200, Luka Krmpoti?? wrote: > section "DESCRIPTION" of sed man(1) page, says > >The form of a sed command is as follows: > >[address[,address]]function[arguments] > >Whitespace may be inserted before the first address and the function > >portions of the comma

Re: iostat.8 wording

2022-09-15 Thread Jason McIntyre
On Thu, Sep 15, 2022 at 04:41:57PM +0200, Jan Stary wrote: > I believe this reads a little bit better. > > Jan > i agree, but i'd leave those commas in. jmc > Index: iostat.8 > === > RCS file: /cvs/src/usr.sbin/iostat/iostat.

Re: iostat.8 wording

2022-09-17 Thread Jason McIntyre
On Thu, Sep 15, 2022 at 04:43:19PM +0100, Jason McIntyre wrote: > On Thu, Sep 15, 2022 at 04:41:57PM +0200, Jan Stary wrote: > > I believe this reads a little bit better. > > > > Jan > > > > i agree, but i'd leave those commas in. > jmc > i wen

Re: cp.1: zap redundant info

2022-09-20 Thread Jason McIntyre
On Tue, Sep 20, 2022 at 08:37:27AM -0300, Crystal Kolipe wrote: > On Tue, Sep 20, 2022 at 10:54:10AM +, Klemens Nanni wrote: > > Does this negation of the main sentence add anything I don't get? > > Yes. The wording you are proposing to remove makes it clear that > setting -R sets the 'defaul

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

2022-09-23 Thread Jason McIntyre
On Fri, Sep 23, 2022 at 05:41:41PM -0400, Josiah Frentsos wrote: > Index: vm.conf.5 > === hi. some comments, inline: > 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

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

2022-09-24 Thread Jason McIntyre
On Fri, Sep 23, 2022 at 10:04:45AM -0400, Josiah Frentsos wrote: > 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.2 31 Mar 2022 17:27:16 -

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

2022-09-24 Thread Jason McIntyre
On Sat, Sep 24, 2022 at 10:09:06AM -0400, Josiah Frentsos wrote: > --- 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 m

Re: swab.3: Use Fn consistently

2022-09-28 Thread Jason McIntyre
On Tue, Sep 27, 2022 at 06:13:20PM -0400, Josiah Frentsos wrote: > Index: swab.3 > === fixed, thanks. also just to add: i have taken note of your second vm.conf.5 diff. however since i've come to dislike both macros (and how one alwa

Re: rarpd: clarify synopsis

2022-10-02 Thread Jason McIntyre
On Sun, Oct 02, 2022 at 01:07:04PM +, Klemens Nanni wrote: > rarpd(8) either "Listen[s] on all the Ethernets attached to the system" > or requires an explicit list, not both: > > $ rarpd -a em0 > usage: rarpd [-adflt] if0 [... ifN] > $ ./obj/rarpd -a em0 > usage: rarpd

Re: tftp: sort commands, add help to manual

2022-10-02 Thread Jason McIntyre
On Sun, Oct 02, 2022 at 06:05:44PM +, Klemens Nanni wrote: > Searching for a command in help output is much simpler when sorted. > The strings can be inlined into the struct while staying under 80 chars. > > Now manual and help output are in the same order, except help folded > into ? in the m

Re: List SIMCom SIM8262E-M2 as supported for umb(4)

2022-10-08 Thread Jason McIntyre
On Sat, Oct 08, 2022 at 10:40:10PM +0800, Kevin Lo wrote: > The diff below adds SIMCom SIM8262E-M2 to umb man page. > > Tested: > umb0 at uhub0 port 18 "SIMCOM SDXLEMUR-LITE-MTP _SN:59A7F2D2" rev 3.20/5.04 > addr 7 > > Using 'AT+CUSBCFG=usbid,1e0e,9003' AT command to switch to MBIM mode. > ok? >

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

2022-10-13 Thread Jason McIntyre
On Tue, Oct 11, 2022 at 07:23:45PM -0400, Josiah Frentsos wrote: > Index: ps.1 > === > RCS file: /cvs/src/bin/ps/ps.1,v > retrieving revision 1.128 > diff -u -p -r1.128 ps.1 > --- ps.1 3 Sep 2022 15:59:04 - 1.128 > +++ p

Re: aucat.1: Improve description

2022-10-13 Thread Jason McIntyre
On Wed, Oct 12, 2022 at 08:51:10PM -0400, Josiah Frentsos wrote: > 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 -

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

2022-10-13 Thread Jason McIntyre
On Sat, Sep 24, 2022 at 10:09:43AM -0400, Josiah Frentsos wrote: > --- vm.conf.5 > +++ vm.conf.5 hi. i reread this and agree it's better. now committed. thanks for the diff, and sorry for the wait. jmc > @@ -117,8 +117,11 @@ a random prefix from the > .Dq unique local > network range fd00::/8

Re: aucat.1: Improve description

2022-10-13 Thread Jason McIntyre
On Thu, Oct 13, 2022 at 02:22:56PM +0100, Jason McIntyre wrote: > On Wed, Oct 12, 2022 at 08:51:10PM -0400, Josiah Frentsos wrote: > > Index: aucat.1 > > === > > RCS file: /cvs/src/usr.bin/aucat/aucat.1,v > >

Re: netstart: fix synopsis

2022-10-21 Thread Jason McIntyre
On Fri, Oct 21, 2022 at 09:30:08AM +, Klemens Nanni wrote: > Using -n does not require an interface: > > # sh /etc/netstart -n ; echo $? > ifconfig lo0 inet 127.0.0.1/8 > route -qn add -inet6 fe80:: -prefixlen 10 ::1 -reject > ... > 0 > > OK? > ok. jmc > Index

Re: netstart: fix synopsis

2022-10-21 Thread Jason McIntyre
On Fri, Oct 21, 2022 at 12:55:49PM +0100, Jason McIntyre wrote: > On Fri, Oct 21, 2022 at 09:30:08AM +, Klemens Nanni wrote: > > Using -n does not require an interface: > > > > # sh /etc/netstart -n ; echo $? > > ifconfig lo0 inet 127.0.0.1/8 > &

Re: ZZZ and extra mountpoints

2022-10-21 Thread Jason McIntyre
On Fri, Oct 21, 2022 at 10:34:23AM -0600, Theo de Raadt wrote: > Sol??ne Rapenne wrote: > > > I agree my sentence isn't good enough or is too much, but I think ZZZ > > explanations isn't enough in its current form > > Maybe it is lacking. But your previous diff didn't help anyone. > > > from y

Re: netstart: fix synopsis

2022-10-21 Thread Jason McIntyre
On Fri, Oct 21, 2022 at 06:58:52PM +, Klemens Nanni wrote: > On Fri, Oct 21, 2022 at 06:39:59PM +0100, Jason McIntyre wrote: > > i was going to incliude this in my answer, but eventually thought it > > looks like a seperate diff: > > > > the text currently read

Re: kqueue.2: Add a comma

2022-10-21 Thread Jason McIntyre
On Fri, Oct 21, 2022 at 07:05:03PM -0400, Josiah Frentsos wrote: > 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.2 31 Mar 2022 17:27:16 -

Re: netstart: improve DESCRIPTION

2022-10-24 Thread Jason McIntyre
On Mon, Oct 24, 2022 at 06:35:17PM +, Klemens Nanni wrote: > On Fri, Oct 21, 2022 at 06:58:52PM +, Klemens Nanni wrote: > > On Fri, Oct 21, 2022 at 06:39:59PM +0100, Jason McIntyre wrote: > > > i was going to incliude this in my answer, but eventually thought it > >

Re: netstart: trim DESCRIPTION

2022-10-25 Thread Jason McIntyre
i'm ok with this. however it is really *a* command script, rather than *the* command script. jmc On 25 October 2022 10:47:21 BST, Klemens Nanni wrote: >- just call it (a sh(1)) script, in line with MAKEDEV(8) and rc.d(8) >- use only .Nm thereafter instead of .Nm/the .Nm script/... >- zap the ad

Re: pause.3: Use Fn

2022-11-09 Thread Jason McIntyre
On Tue, Nov 08, 2022 at 04:35:33PM -0500, Josiah Frentsos wrote: > 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 -

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

2022-11-10 Thread Jason McIntyre
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? > alphabetically, and in section order. i am kinda busy at the mo, if anyone wants to fix these... jmc > Von meinem iPhone ge

Re: tmux.1: Sort options

2022-11-10 Thread Jason McIntyre
On Thu, Nov 10, 2022 at 03:10:32PM -0500, Josiah Frentsos wrote: > 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.13 Nov 2022 08:33:57 - 1

Re: fix markup in glob(7)

2023-05-29 Thread Jason McIntyre
On Tue, May 30, 2023 at 12:06:37AM -0400, aisha wrote: > Hi, > > Was teaching glob(7) syntax to my brother and noticed that the markup for > [...] character classes was broken in HTML format from mandoc. Attached patch > renders the correct HTML. > > Sidenote, mdoc(7) says 'Li' is deprecated

Re: lpd(8): document correct control character for DVI

2023-06-17 Thread Jason McIntyre
On Tue, Jun 13, 2023 at 06:02:01PM +, Lennart Jablonka wrote: > r is for FORTRAN output, not for DVI. > fixed, thanks. jmc > Index: lpd.8 > === > RCS file: /cvs/src/usr.sbin/lpr/lpd/lpd.8,v > retrieving revision 1.32 > diff -u -

Re: posix_spawn(3): explain that handling NULL envp is an extension

2023-06-25 Thread Jason McIntyre
On Sun, Jun 25, 2023 at 07:07:33PM -0300, Lucas de Sena wrote: > The manual already describes how posix_spawn(3) behaves when passing it > a NULL envp, but does not make it clear that it is an OpenBSD extension: > > > If envp is NULL, the environment is passed unchanged from the parent > > process

Re: wsmouse(4): multi-touch buttons again

2023-06-27 Thread Jason McIntyre
On Wed, Jun 28, 2023 at 12:03:41AM +0200, Ulf Brosziewski wrote: > This version of the diff adds a wsconsctl field, named "mouse.tp. > mtbuttons", and an update to the wsmouse.4 page. Apart from that, it > contains only stylistic changes. > > The new wsconsctl field is just a boolean, I don't thi

Re: pf(4) should mention DIOCXEND

2023-07-04 Thread Jason McIntyre
On Tue, Jul 04, 2023 at 04:35:23PM +0200, Alexandr Nedvedicky wrote: > Hello, > > diff below updates pf(4) manpage to reflect changes [1] which > were committed earlier today. > > does update to pf(4) read OK? > > thanks and > regards > sashan > > [1] https://marc.info/?l=openbsd-cvs&m=16884805

Re: pf(4) should mention DIOCXEND

2023-07-05 Thread Jason McIntyre
On Wed, Jul 05, 2023 at 11:10:11AM +0200, Alexandr Nedvedicky wrote: > diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 > index 92eeb45f657..7346c7e3194 100644 > --- a/share/man/man4/pf.4 > +++ b/share/man/man4/pf.4 > @@ -48,12 +48,25 @@ and retrieve statistics. > The most commonly used func

Re: refcnt_init(9): Add missing word

2023-07-12 Thread Jason McIntyre
On Wed, Jul 12, 2023 at 12:19:40PM +0200, thib4711 wrote: > diff --git a/share/man/man9/refcnt_init.9 b/share/man/man9/refcnt_init.9 > index 96fa94e7e64..142c1e57d8d 100644 > --- a/share/man/man9/refcnt_init.9 > +++ b/share/man/man9/refcnt_init.9 > @@ -71,7 +71,7 @@ is used to release an existing r

  1   2   3   4   5   6   7   8   9   10   >