Re: crontab(5) clarification: "~" field is evaluated once at install time

2024-07-04 Thread Jason McIntyre
On Thu, Jul 04, 2024 at 12:01:55AM +0100, Jason McIntyre wrote: > On Wed, Jul 03, 2024 at 10:08:09PM +0100, Stuart Henderson wrote: > > > > > > A random value (within the legal range) may be obtained by using the > > > ???~??? > > > character

Re: crontab(5) clarification: "~" field is evaluated once at install time

2024-07-03 Thread Jason McIntyre
On Wed, Jul 03, 2024 at 10:08:09PM +0100, Stuart Henderson wrote: > > > > A random value (within the legal range) may be obtained by using the > > ???~??? > > character in a field. The interval of the random value may be > > specified > > explicitly, for example ???0~30??? will

Re: crontab(5) clarification: "~" field is evaluated once at install time

2024-07-03 Thread Jason McIntyre
On Wed, Jul 03, 2024 at 10:52:46AM -0300, K R wrote: > >Synopsis: crontab(5) clarification: "~" field is evaluated once at > >install time > >Category: documentation system amd64 > >Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5-current (GENERIC)

Re: Minor doc-vs-implemention conflict in /etc/daily vs test(1)

2024-06-16 Thread Jason McIntyre
On Sun, Jun 16, 2024 at 03:05:24AM -0300, Crystal Kolipe wrote: > On Sat, Jun 15, 2024 at 06:45:21PM -0500, Tim Chase wrote: > > According to > > > > $ man [ | grep -A4 -e "-L.*f" > > -L file > > True if file exists and is a symbolic link. This operator is for > >

Re: Minor doc-vs-implemention conflict in /etc/daily vs test(1)

2024-06-15 Thread Jason McIntyre
On Sat, Jun 15, 2024 at 06:45:21PM -0500, Tim Chase wrote: > According to > > $ man [ | grep -A4 -e "-L.*f" > -L file > True if file exists and is a symbolic link. This operator is for > compatibility purposes. Do not rely on its existence; use -h > instead. > >

Re: [PATCH 1/3] Add missing clear(1) man page

2024-04-27 Thread Jason McIntyre
thanks, have committed this. jmc On Wed, Apr 24, 2024 at 02:09:13AM +0200, Piotr Durlej wrote: > --- > usr.bin/tput/Makefile | 1 + > usr.bin/tput/clear.1 | 163 ++ > 2 files changed, 164 insertions(+) > create mode 100644 usr.bin/tput/clear.1 > >

Re: [PATCH] Remove the no longer supported ! command from less.hlp

2024-04-27 Thread Jason McIntyre
On Sun, Apr 21, 2024 at 08:14:54PM +0200, Piotr Durlej wrote: > --- > less.hlp | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/less.hlp b/less.hlp > index 2bc53df..f89f87b 100644 > --- a/less.hlp > +++ b/less.hlp > @@ -96,7 +96,6 @@ >___<_n_a_m_e_> Display the

Re: touchpad sometimes stops working

2024-03-01 Thread Jason McIntyre
On Fri, Mar 01, 2024 at 09:52:51AM +0100, o...@omarpolo.com wrote: > >Synopsis:touchpad sometimes stops working > >Category:amd64 > >Environment: > System : OpenBSD 7.4 > Details : OpenBSD 7.4-current (GENERIC.MP) #1689: Thu Feb 15 > 18:32:43 MST 2024 >

Re: Typo in if_bge.c

2024-02-10 Thread Jason McIntyre
On Sat, Feb 10, 2024 at 07:05:01PM +0200, Andrius V wrote: > Multiple typos were fixed in this file in the past, but one slipped away. > fixed, thanks. jmc > diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c > index 8dc020150c7..4ad031a5ec9 100644 > --- a/sys/dev/pci/if_bge.c > +++

Re: man 7z - wrong file path in section Switches

2023-06-27 Thread Jason McIntyre
On Tue, Jun 27, 2023 at 09:45:37PM +0300, kodcode wrote: > Hello, > > in `man 7z` in section SWITCHES it states: > > -m{Parameters} > Set Compression Method (see > /usr/local/share/doc/p7zip/DOC/MANUAL/switches/method.htm for a > list of methods) > > The correct path to the

Re: 404 running syspatch on armv7

2023-03-12 Thread Jason McIntyre
On Sun, Mar 12, 2023 at 01:50:41PM +0100, Sebastian Benoit wrote: > kod code(kodc...@gmx.com) on 2023.03.11 21:52:14 +0100: > > I got the wrong impression from 'man afterboot' where it states > > that syspatches can be installed with syspatch(8). > > let's make it a bit clearer then, diff below.

Re: Error in vi(1) manpage

2023-01-29 Thread Jason McIntyre
go ahead. it matches vi.ref anyway. i was waiting on confirmation from millert since i never use this stuff. jmc On 29 January 2023 08:19:43 GMT, Otto Moerbeek wrote: >On Sat, Jan 28, 2023 at 07:55:57PM +0100, Tomáš Rippl wrote: > >> System: OpenBSD 7.2 >> Architecture: OpenBSD.amd64 >>

Re: misleading error message in cal

2023-01-24 Thread Jason McIntyre
On Tue, Jan 24, 2023 at 09:39:05PM -0300, Lucas de Sena wrote: > > hi. > > > > the trouble is, openbsd supports a single month name argument to cal(1): > > > > $ cal jan > > > > the ability is non-standard, but is documented as such. > > > > so our SYNOPSIS is correct and this proposal, as

Re: misleading error message in cal

2023-01-24 Thread Jason McIntyre
On Tue, Jan 24, 2023 at 07:13:49AM -0300, Lucas de Sena wrote: > On 2023-01-24, Lucas de Sena wrote: > > (nitpick) > > While I'm at it, here's a patch for the SYNOPSIS section of the manual: > > > Index: usr.bin/cal/cal.1 > === >

Re: mail(1) "save" command straying from POSIX for missing filename

2022-12-18 Thread Jason McIntyre
On Sun, Dec 18, 2022 at 03:50:51PM -0600, Brian Conway wrote: > On Sun, Dec 18, 2022, at 3:29 PM, Jason McIntyre wrote: > > On Fri, Dec 16, 2022 at 02:21:41AM +, Tim Chase wrote: > >> According to the POSIX definitions for mail(1) & mailx(1), the > >> (s)a

Re: mail(1) "save" command straying from POSIX for missing filename

2022-12-18 Thread Jason McIntyre
On Fri, Dec 16, 2022 at 02:21:41AM +, Tim Chase wrote: > According to the POSIX definitions for mail(1) & mailx(1), the > (s)ave command should save to "mbox" if the filename is not specified > > > Save the specified messages in the file named by the pathname > > file, or the mbox if the file

Re: [patch] 7.2 Calendar bug with Advent

2022-12-13 Thread Jason McIntyre
GMT, Richard Narron wrote: >On Tue, 13 Dec 2022, Jason McIntyre wrote: > >> On Mon, Dec 05, 2022 at 01:29:26PM -0800, Richard Narron wrote: >> > Here is an new version of the 5 patches with changes to two files: >> > >> > calendars/calendar.chr

Re: [patch] 7.2 Calendar bug with Advent

2022-12-12 Thread Jason McIntyre
On Mon, Dec 05, 2022 at 01:29:26PM -0800, Richard Narron wrote: > Here is an new version of the 5 patches with changes to two files: > > calendars/calendar.christian > advent.c > > The file, calendar.christian, Advent entries are changed > from: > > 11/SunLast First Sunday of Advent (4th

Re: [patch] 7.2 Calendar bug with Advent

2022-12-04 Thread Jason McIntyre
On Sun, Dec 04, 2022 at 08:02:36AM -0800, Richard Narron wrote: > Advent is the Sunday that is 4 weeks before the Sunday before Christmas. > > In OpenBSD 7.2, I configured the .calendar/calendar to > > #include #include > > And this month (December 2022) the calendar message wrongly shows >

Re: src/usr.bin/mg/{README,mg.1}: Document lack of UTF-8 support more prominently, add missing word.

2022-03-04 Thread Jason McIntyre
On Fri, Mar 04, 2022 at 05:04:59PM +, Pau Amma wrote: > Specifically: > hi. > - In README, mention it in "Known limitations". i'll leave that for mg people to decide > - In mg.1, add "command" before "to alternate" in "Use the > backup-to-home-directory to alternate between these two

Re: minor correction to patch.1

2021-11-09 Thread Jason McIntyre
On Tue, Nov 09, 2021 at 07:01:43AM -0500, Josh Grosse wrote: > The -i option can only be used once. Current logic is to error with > " too many file arguments" if the number of uses reaches MAXFILEC, > set to 2 in both common.h and patch.c. fixed, thanks. jmc > diff --git

Re: Another socket bug, documentation this time (with patch).

2021-10-08 Thread Jason McIntyre
On Thu, Oct 07, 2021 at 10:04:55AM +0100, cho...@jtan.com wrote: > [gs]etsockopt(2) points out that SO_TYPE, SO_DOMAIN, SO_PROTOCOL > and SO_ERROR are read-only but does not include SO_PEERCRED in that > list. Also in the initial big list at the top of the page, SO_PEERCRED > is not singled out as

Re: `toe` reference in man 7 term

2021-09-09 Thread Jason McIntyre
On Thu, Sep 09, 2021 at 07:11:16PM +1000, Jonathan Gray wrote: > On Thu, Sep 09, 2021 at 09:34:51AM +0100, Laurence Tratt wrote: > > `man 7 term` contains the following: > > > > Terminal type descriptions are stored as files of capability data > > underneath /usr/share/terminfo. To browse a

Re: Maverick word in the sort(1) manpage

2021-09-06 Thread Jason McIntyre
On Mon, Sep 06, 2021 at 04:12:19PM +0200, Marc Espie wrote: > On Sat, Sep 04, 2021 at 09:28:14PM +0200, Ingo Schwarze wrote: > > Hi Wilfried, > > > > wilfried.mei...@gmail.com wrote on Sat, Sep 04, 2021 at 08:20:59PM +0200: > > > > > Synopsis: Maverick word in the sort(1) manpage > > > Category:

Re: Missing comma in ssh_config(5)

2021-04-04 Thread Jason McIntyre
On Sun, Apr 04, 2021 at 01:24:48AM +0900, ? wrote: > see attachment (or search for "IdentityFile KnownHostsCommand" without the > quotes) > fixed, thanks. jmc

Re: smtpd.conf(5) formatting fix (lmtp)

2021-01-27 Thread Jason McIntyre
On Thu, Jan 21, 2021 at 03:17:43PM -0800, lyn...@orthanc.ca wrote: > >Synopsis:smtpd.conf(5) format bug > >Category:user > >Environment: > System : OpenBSD 6.8 > Details : OpenBSD 6.8 (GENERIC) #97: Sun Oct 4 18:00:46 MDT 2020 > >

Re: calendars: David Bowie died on 2016-01-10, not -11.

2021-01-08 Thread Jason McIntyre
On Fri, Jan 08, 2021 at 08:09:59PM +0100, Steffen Nurpmeso wrote: > Two days after his 69th birthday. > fixed, thanks. jmc

Re: about password length and man page

2020-12-13 Thread Jason McIntyre
On Sun, Dec 13, 2020 at 05:58:08PM +, Brian Kelk wrote: > Hi. > > The man page for passwd says that the length of a password must be > less than a specified value. Less than or equal to would make more > sense, surely? > > Brian Kelk > hi. i'm kind of having to guess what exactly you are

Re: games/atc/atc.6: swapped descriptions of unmarked and ignored planes

2020-12-13 Thread Jason McIntyre
On Sat, Dec 05, 2020 at 05:26:10PM +, r...@rptv.info wrote: > >Synopsis: games/atc/atc.6: swapped descriptions of unmarked and ignored > >planes > >Category: documentation > >Environment: > System : OpenBSD 6.8 > Details : OpenBSD 6.8 (GENERIC.MP) #1: Tue

Re: iwx driver not working in current

2020-10-09 Thread Jason McIntyre
On Fri, Oct 09, 2020 at 11:24:17AM +0200, Stefan Sperling wrote: > On Thu, Oct 08, 2020 at 05:05:29PM +0200, > nicola.dellu...@delluomo-morettin.com wrote: > > >Synopsis: after upgrade to latest snapshot iwx driver is not working at > > >all. > > >Category: system > > >Environment: > >

Re: smtpctl spf walk ignores some records

2020-09-14 Thread Jason McIntyre
On Mon, Sep 14, 2020 at 09:49:30AM +0200, Giovanni Bechis wrote: > On 9/14/20 9:32 AM, Martijn van Duren wrote: > > On Mon, 2020-09-14 at 08:12 +0100, Stuart Henderson wrote: > >> On 2020/09/13 22:48, Giovanni Bechis wrote: > >>> "smtpctl spf walk" doesn't work as it should because it breaks when

Re: man.openbsd.org/smtpd.conf: "regex" is missing

2020-08-27 Thread Jason McIntyre
On Thu, Aug 27, 2020 at 09:35:41AM +0100, Jason McIntyre wrote: > On Thu, Aug 27, 2020 at 01:51:58PM +0900, Heddi Nabbisen [ ?? ?? ] > wrote: > > > > Dear OpenBSD developers > > > > Hello. > > I found a mistake in smtpd.conf(5) man page.

Re: man.openbsd.org/smtpd.conf: "regex" is missing

2020-08-27 Thread Jason McIntyre
On Thu, Aug 27, 2020 at 01:51:58PM +0900, Heddi Nabbisen [ ?? ?? ] wrote: > > Dear OpenBSD developers > > Hello. > I found a mistake in smtpd.conf(5) man page. > > [ Webpage ] > > https://man.openbsd.org/smtpd.conf > > [ Section ] > > DESCRIPTION > - match options action name > --

Re: suggestion to change wording in man 4 tpmr

2020-08-23 Thread Jason McIntyre
On Sun, Aug 23, 2020 at 10:16:19PM +, Uwe Werler wrote: > Hi, > > I suggest to change the wording in man 4 tpmr to avoid repetition. > > Uwe > > Index: tpmr.4 > === > RCS file: /cvs/src/share/man/man4/tpmr.4,v > retrieving

Re: some typos in man 4 tpmr

2020-08-23 Thread Jason McIntyre
On Sun, Aug 23, 2020 at 09:57:09PM +, Uwe Werler wrote: > Hi, > > spotted some typos: > hi. > Index: tpmr.4 > === > RCS file: /cvs/src/share/man/man4/tpmr.4,v > retrieving revision 1.7 > diff -u -p -r1.7 tpmr.4 > --- tpmr.4

Re: uaudio device works on usb2 port; fails on usb3 port

2020-08-07 Thread Jason McIntyre
On Fri, Aug 07, 2020 at 01:08:17PM +0200, Marcus Glocker wrote: > On Fri, 7 Aug 2020 12:31:39 +0200 > Alexandre Ratchov wrote: > > > On Fri, Aug 07, 2020 at 10:08:25AM +0100, Patrick Harper wrote: > > > I think asynchronous transfers don't work with xhci right now, > > > which appears to be how

Re: uaudio device works on usb2 port; fails on usb3 port

2020-08-06 Thread Jason McIntyre
On Thu, Aug 06, 2020 at 09:51:54AM +0200, Marcus Glocker wrote: > On Wed, 5 Aug 2020 15:35:41 +0100 > Jason McIntyre wrote: > > > hi. > > > > i have a usb hardware dac which shows up as uaudio. i've discovered > > that it works when plugged into a usb2 port

uaudio device works on usb2 port; fails on usb3 port

2020-08-05 Thread Jason McIntyre
hi. i have a usb hardware dac which shows up as uaudio. i've discovered that it works when plugged into a usb2 port, but not usb3. i've verified it fails to work on two different machines with usb3 ports. all machines are running current amd64. the soundcard is recognised, but i get this on a

Re: send without tab! netstat address family and interface, well-known protocols

2020-07-18 Thread Jason McIntyre
On Sat, Jul 18, 2020 at 08:11:15PM +, marfabastewart wrote: > > > > netstat -p only works for the protocols hard-coded in the protox > > > > struct in > > > > /usr/src/usr.bin/netstat/main.c > > > > > > > > > > > > > For the protocol problem, I see the call to getprotoent but > >

Re: send without tab! netstat address family and interface, well-known protocols

2020-07-18 Thread Jason McIntyre
On Sat, Jul 18, 2020 at 05:37:40PM +0100, Jason McIntyre wrote: > On Sat, Jul 18, 2020 at 03:17:05PM +, marfabastewart wrote: > > I apologize!!! I have my mail client set to use plaintext > > so I didn't think tabs woud be a problem. I'm > > re-posting with just spac

Re: send without tab! netstat address family and interface, well-known protocols

2020-07-18 Thread Jason McIntyre
On Sat, Jul 18, 2020 at 03:17:05PM +, marfabastewart wrote: > I apologize!!! I have my mail client set to use plaintext > so I didn't think tabs woud be a problem. I'm > re-posting with just spaces. > > Synopsis:netstat address family and interface, well-known protocols > Category:

Re: typo in sysctl.2

2020-03-11 Thread Jason McIntyre
On Wed, Mar 11, 2020 at 08:06:18AM +, Bryan Stenson wrote: > Index: lib/libc/sys/sysctl.2 > === > RCS file: /cvs/src/lib/libc/sys/sysctl.2,v > retrieving revision 1.37 > diff -u -p -u -r1.37 sysctl.2 > --- lib/libc/sys/sysctl.2

Re: small update to man smtpd.conf

2019-12-09 Thread Jason McIntyre
On Thu, Dec 05, 2019 at 11:36:28AM -0600, myportslist20190...@nym.hush.com wrote: > Synopsis: small update to man smtpd.conf to include from local syntax > Category: documentation > Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6-current (GENERIC.MP) #509:

Re: [patch] Minor documentation tweak in ksh(1)

2019-11-26 Thread Jason McIntyre
On Sun, Nov 24, 2019 at 06:26:25PM +, Jason McIntyre wrote: > > > > --- /usr/src/bin/ksh/ksh.1 Sat Oct 5 11:03:46 2019 > > +++ /tmp/ksh.1 Sun Nov 24 05:29:03 2019 > > @@ -1341,7 +1341,7 @@ > > .Ev CDPATH > > is set and does not contain > &g

Re: [patch] Minor documentation tweak in ksh(1)

2019-11-24 Thread Jason McIntyre
On Sun, Nov 24, 2019 at 03:36:08AM +, cho...@jtan.com wrote: > The description of ksh(1)'s handling of CDPATH is not quite complete > and, worse, contradictory in the two locations it's mentioned. sh(1) > barely touches on it but is Not Wrong so I've left it alone. > hi. this is what posix

Re: Small error in chflags man page

2019-11-05 Thread Jason McIntyre
On Tue, Nov 05, 2019 at 04:43:59AM +0100, Jonathan Drews wrote: > To: bugs@openbsd.org > Subject: Small error in chflags man page > From: Jonathan > Cc: cleetus > Reply-To: easyfashioncloth...@gmx.com>Synopsis: chflags man page has an > error > >Category: Documentation > >Environment: > System

Re: incorrect book reference in ksh.1

2019-06-24 Thread Jason McIntyre
On Mon, Jun 24, 2019 at 04:28:02PM +0200, Ingo Schwarze wrote: > Hi, > > Andras Farkas wrote on Sat, Jun 22, 2019 at 02:54:01PM -0400: > > > In ksh.1, in the See Also section, this book is referenced: > > Morris Bolsky and David Korn, The KornShell Command and Programming > > Language, 2nd

Re: man page possible correction for ports, bsd.port.mk

2019-06-15 Thread Jason McIntyre
On Wed, Jun 12, 2019 at 09:08:29AM -0500, myportslist20190...@nym.hush.com wrote: > 1. man ports: In the Using a Read-Only Ports Tree section of man ports, I > believe > it should read PLIST_REPOSITORY instead of PLIST_DB. > > (To support the change from PLIST_DB to PLIST_REPOSITORY, > please

Re: dangling SEE ALSO references and some peculiarities in man pages

2019-04-29 Thread Jason McIntyre
On Tue, Apr 30, 2019 at 12:16:10AM +0200, Marc Espie wrote: > On Sun, Apr 28, 2019 at 02:16:23PM -0500, Tim Chase wrote: > > Dangling SEE ALSO references to man-pages that don't exist: > > > > dig(1) references missing named(8) and dnssec-keygen(8) > > host(1) references missing named(8) > >

Re: dangling SEE ALSO references and some peculiarities in man pages

2019-04-28 Thread Jason McIntyre
On Sun, Apr 28, 2019 at 02:16:23PM -0500, Tim Chase wrote: > Digging through cross-references in man-pages, I encountered a couple > dangling references and some other peculiarities. > hi. because we sometimes install 3rd party pages, there is a small amount of Xr that doesn;t match up. the

Re: small bgplgsh.8 mistake

2019-03-17 Thread Jason McIntyre
On Thu, Mar 14, 2019 at 10:22:05PM +0100, Pierre Emeriaud wrote: > Hello, > > bgplgsh.8 shows an invocation to adduser with full path to bgplgsh, > which is wrong: > > lg# echo /usr/bin/bgplgsh >> /etc/shells > > lg# adduser -shell /usr/bin/bgplgsh -batch rviews > Shell ``/usr/bin/bgplgsh'' is

Re: Wording re. permissions on ~/.ssh/config differs between ssh(1) and ssh_config(5)

2019-02-17 Thread Jason McIntyre
On Sat, Feb 16, 2019 at 12:49:07PM +0100, Andreas Kusalananda K?h?ri wrote: > In ssh_config(5): > > ~/.ssh/config > This is the per-user configuration file. The format of this file > is described above. This file is used by the SSH client. > Because

Re: Trivial documentation patch

2019-01-06 Thread Jason McIntyre
On Sun, Jan 06, 2019 at 03:30:10PM +0200, cho...@jtan.com wrote: > A grammatical error in login.conf(5): > fixed, thanks. jmc > --- login.conf.5?rev=1.64 Sun Jan 6 15:27:44 2019 > +++ login.conf.5Sun Jan 6 15:28:10 2019 > @@ -104,7 +104,7 @@ > .Pp > .It auth Ta list Ta Dv

Re: sed(1) not branching to the end of the script

2018-12-07 Thread Jason McIntyre
On Fri, Dec 07, 2018 at 06:23:35PM +0100, Ingo Schwarze wrote: > Hi Martijn, > > Martijn van Duren wrote on Thu, Dec 06, 2018 at 07:07:14AM +0100: > > On 12/5/18 7:24 PM, Ingo Schwarze wrote: > > >> putting the minimal useful example in the place of longer quotations: > >> > >>$ printf

Re: bgpd action pftable doesn't work as expected in -current

2018-11-06 Thread Jason McIntyre
On Tue, Nov 06, 2018 at 03:54:15PM +0200, Gregory Edigarov wrote: > Hello, just noticed that. > > in pf.conf: > > table bgp-spamd-block persists > > > in bgpd.conf > > spamdAS="65066" > AS 65077 > fib-update no?? # Mandatory, to not update the local routing table > #log updates > > group

Re: sysctl(2) man page typo correction

2018-11-06 Thread Jason McIntyre
On Tue, Nov 06, 2018 at 12:25:56PM +0100, Piotr Durlej wrote: > --- lib/libc/sys/sysctl.2.old Tue Nov 6 10:08:56 2018 > +++ lib/libc/sys/sysctl.2 Tue Nov 6 10:09:03 2018 > @@ -256,7 +256,7 @@ > .It Dv FS_POSIX_SETUID Ta "integer" Ta "yes" > .El > .Bl -tag -width "123456" > -.It Dv

Re: sh's man page's description about its diff w ksh is very ambiguous & deserves being clarified?

2018-11-01 Thread Jason McIntyre
On Wed, Oct 31, 2018 at 03:10:35PM +, Joseph Mayer wrote: > (Topic moved from misc@ https://marc.info/?t=15409118202=1=2 > as it's a question about whether it's a bug:) > > > sh's man page (http://man.openbsd.org/sh#DESCRIPTION) says: > > "This version of sh is actually ksh in disguise.

Re: typo in switchd.conf.5

2018-10-30 Thread Jason McIntyre
On Tue, Oct 30, 2018 at 12:21:45AM -0700, Bryan Stenson wrote: > Here's a small typo I noticed while reading/learning... > > Thanks for the amazing work. > > Bryan > fixed, thanks. jmc > > Index: usr.sbin/switchd/switchd.conf.5 > >

Re: slowcgi -u user option does not change socket ownership

2018-08-01 Thread Jason McIntyre
On Wed, Aug 01, 2018 at 12:57:18PM +0200, Florian Obser wrote: > On Tue, Jul 31, 2018 at 06:39:18PM -0500, Andrew Daugherity wrote: > [...] > > Related: in the same section of code (at the end of my diff actually, > > as context), I noticed that when -u is used, the chroot path is set to > > the

Re: afterboot.8 nitpick

2018-06-17 Thread Jason McIntyre
On Sat, Jun 16, 2018 at 11:56:44AM +0100, Jason McIntyre wrote: > On Fri, Jun 15, 2018 at 11:38:27AM +0100, Pedro Caetano wrote: > > Hi bugs@ > > > > I spent some time reading afterboot.8 and noticed a few discrepancies with > > reality. > > Output from netstat(1

Re: ddb(4): p[rint] man page example vs. result.

2018-05-19 Thread Jason McIntyre
On Wed, May 16, 2018 at 12:41:01PM +0300, Artturi Alm wrote: > On Wed, May 09, 2018 at 11:35:42AM +0200, Martin Pieuchot wrote: > > On 09/05/18(Wed) 12:13, Artturi Alm wrote: > > > On Wed, May 09, 2018 at 10:23:41AM +0200, Martin Pieuchot wrote: > > > > On 09/05/18(Wed) 07:48, Artturi Alm wrote: >

Re: -soii not documented in hostname.if(5)

2018-04-07 Thread Jason McIntyre
On Tue, Apr 03, 2018 at 01:17:06PM +0200, Harald Dunkel wrote: > Hi folks, > > according to the upgrade guide I added "-soii" to hostname.re1. > It seems to work as expected, but it is not documented in > hostname.if(5). > > Would you mind to add this option to the man page? > > Except for

Re: Add "dummy" man page for the X dummy driver? ("void" kbd driver has a man page.)

2018-03-31 Thread Jason McIntyre
On Thu, Mar 29, 2018 at 11:17:33AM -0400, Tinker wrote: > Hi, > > The dummy X graphics driver may be slightly outdated but it exists and > works. > > The keyboard and mouse driver void(4) does have a man page, and is > referenced in x.org(5)'s SEE ALSO section. > > Shouldn't "dummy" have a man

Re: setlocale() bugs

2018-03-20 Thread Jason McIntyre
On Tue, Mar 20, 2018 at 03:54:00PM +0100, Ingo Schwarze wrote: > Hi Stefan, > > Stefan Sperling wrote on Tue, Mar 20, 2018 at 10:09:39AM +0100: > > On Tue, Mar 20, 2018 at 02:42:31AM +0100, Ingo Schwarze wrote: > > >> So here is a rewrite of our setlocale(3) manual page. No idea why > >> i

Re: gpioctl.8: "0x01" given as an example flag, and parsed w/strtonum.

2018-03-12 Thread Jason McIntyre
On Fri, Mar 09, 2018 at 09:08:15AM +0200, Artturi Alm wrote: > Hi, > > i don't see how that would work, so before anyone fixes gpioctl to > accept base 16, maybe diff below to fix the man page instead..? > (came up while adding more [flags] usage to the man page.) > > -Artturi > fixed, thanks.

Re: (Minor, in the unbound man pages, "SEE ALSO" refs don't hyperlink)

2018-02-26 Thread Jason McIntyre
On Tue, Feb 27, 2018 at 02:01:30AM -0500, Tinker wrote: > The links in the unbound documentation e.g. > http://man.openbsd.org/unbound#SEE_ALSO do not share format with the other > OpenBSD docs http://man.openbsd.org/cat#SEE_ALSO , so that the references not > are hyperlinks in the web version.

Re: Document "machine video" command in the boot(8) man page (offered in 6.2 EFI BOOTX64)

2018-02-17 Thread Jason McIntyre
On Sat, Feb 10, 2018 at 02:23:35AM -0500, Tinker wrote: > Hi, > > The "OpenBSD/amd64 BOOTX64 3.35" EFI boot console bundled with OpenBSD 6.2 > offers the "video" subcommand to the "machine" command. > > Please add it to boot(8). > > (The command is not offered by 6.2's MBR boot console.) > >

Re: amd64/machdep knob: forceukb forcing wrong encoding.

2018-02-04 Thread Jason McIntyre
On Sun, Feb 04, 2018 at 11:28:31AM +0200, Artturi Alm wrote: > Hi, > > machdep.forceukbd=1 feels broken to me, as i use "sv", and it doesn't respect > /etc/kbdtype. > caused nothing but my time being (not-so-well-)wasted, because i forgot having > just added forceukbd=1 && this 'quirk' being

Re: is vic driver supported from OpenBSD 3.9 ?

2018-01-04 Thread Jason McIntyre
On Sun, Dec 31, 2017 at 11:48:04AM +0100, Jiri Navratil wrote: > Hello, > > May I propose to extend VIC(4) man page > https://man.openbsd.org/vic.4 > > with this line > > The vic driver first appeared in OpenBSD 3.9. > > See > https://man.openbsd.org/OpenBSD-3.8/vic.4 > vs >

Re: PF - Getting Started docs suggestion

2017-11-09 Thread Jason McIntyre
On Sun, Nov 05, 2017 at 12:11:57AM -0700, Jonathan Berger wrote: > On this page: > https://www.openbsd.org/faq/pf/config.html > > I would suggest changing: > > also manually activate and deactivate > > to > also manually enable and disable > > > This would match the language in the man page

Re: expand(1) manual documents non-existant "-a" option

2017-10-19 Thread Jason McIntyre
On Thu, Oct 19, 2017 at 09:20:25PM +0200, Andreas Kusalananda K?h?ri wrote: > >Synopsis:expand(1) manual documents non-existant "-a" option > >Category:documentation > >Environment: > System : OpenBSD 6.2 > Details : OpenBSD 6.2 (GENERIC.MP) #0: Thu Oct 12 19:53:18

Re: sftp(1) Received message too long when sshrc sends to stdout

2017-10-16 Thread Jason McIntyre
On Mon, Oct 16, 2017 at 12:31:00PM +0300, Lars Nood??n wrote: > Apologies for the non-bug. I misread the manual page as a combined > result of skimming visually and use of search with a / which is case > sensitive. I found the right section after starting at the beginning > and reading through

Re: ksh.1: two typos

2017-08-19 Thread Jason McIntyre
On Fri, Aug 18, 2017 at 05:32:21PM -0500, Scott Cheloha wrote: > > On Aug 18, 2017, at 1:18 AM, Jason McIntyre <j...@kerhand.co.uk> wrote: > > > > [...] > > > >> -- > >&g

Re: mandoc -Tlint and Mdocdate

2017-06-23 Thread Jason McIntyre
On Fri, Jun 23, 2017 at 07:24:31PM +0200, Ingo Schwarze wrote: > Hi Jason, > > Jason McIntyre wrote on Thu, Jun 22, 2017 at 07:31:49AM +0100: > > On Thu, Jun 22, 2017 at 01:18:05AM +0200, Ingo Schwarze wrote: > >> Jason McIntyre wrote on Wed, Jun 21, 2017 at 11:10:

Re: mandoc -Tlint and Mdocdate

2017-06-22 Thread Jason McIntyre
On Thu, Jun 22, 2017 at 01:18:05AM +0200, Ingo Schwarze wrote: > Hi Jason, > > Jason McIntyre wrote on Wed, Jun 21, 2017 at 11:10:55PM +0100: > > On Wed, Jun 21, 2017 at 05:22:12PM +0200, Ingo Schwarze wrote: > > >> As there is no fully satisfactory option, i propose t

Re: mandoc -Tlint and Mdocdate

2017-06-21 Thread Jason McIntyre
On Wed, Jun 21, 2017 at 05:22:12PM +0200, Ingo Schwarze wrote: > Hi Sebastien and Jeremie, > > Sebastien Marie wrote on Wed, Jun 21, 2017 at 12:26:14PM +0200: > > On Wed, Jun 21, 2017 at 11:39:53AM +0200, Jeremie Courreges-Anglas wrote: > >> Sebastien Marie writes: > > >>>

Re: mandoc -Tlint and Mdocdate

2017-06-21 Thread Jason McIntyre
On Wed, Jun 21, 2017 at 09:04:19AM +0200, Sebastien Marie wrote: > Hi, > > With latest commits on mandoc (particulary mdoc_validate.c r1.252), I > have a problem with mandoc -Tlint regarding Dd macro. > > Some days ago, I started to validate the man page of sysclean using > mandoc -Tlint. > >

Re: pledge.2: missed rename: request -> promises

2017-06-11 Thread Jason McIntyre
On Sun, Jun 11, 2017 at 11:00:11AM -0500, Scott Cheloha wrote: > Hi, > > The pledge(2) "request" parameter is now called "promises". > > -- > Scott Cheloha > fixed, thanks. jmc > Index: lib/libc/sys/pledge.2 > === > RCS file:

Re: usb(4) man page in curret: Please add "/RTL8153 ... /Gigabit" to the ure(4) entry.

2017-03-22 Thread Jason McIntyre
On Wed, Mar 22, 2017 at 06:00:09AM +, Tinker wrote: > The ure(4) man page in current ( http://man.openbsd.org/ure.4 ) says that > its for the "RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device". > > The usb(4) man page in current ( http://man.openbsd.org/usb.4 ) says > "RealTek

Re: Seeming inconsistencies regarding ulimit between getrlimit(2), sh(1), POSIX.1-2008

2017-03-16 Thread Jason McIntyre
On Wed, Mar 15, 2017 at 06:46:54PM -0500, Scott Cheloha wrote: > Hi, > > getrlimit(2) says: > > > Because this information is stored in the per-process information, this > > system call must be executed directly by the shell if it is to affect all > > future processes created by the shell; limit

Re: mount(2) man page missing Dv for MNT_WXALLOWED

2017-02-27 Thread Jason McIntyre
On Mon, Feb 27, 2017 at 05:07:13PM +0100, Bruno Flueckiger wrote: > Hi, > > I've read the man page mount(2) in Firefox today. The formating > of MNT_WXALLOWED looks different than the formatting of the other > flags. This is only visible in a graphical browswer, on my terminal I > cannot see any

Re: dhclient(8) man page typo: "is" should be "are"

2017-02-02 Thread Jason McIntyre
On Fri, Feb 03, 2017 at 03:45:32AM +0800, Tinker wrote: > Hi, > > http://man.openbsd.org/dhclient.8 says: > > "It does this only when one or both of the options domain-name and > domain-name-servers is present". > > To the best of my grammar awareness, it should rather be "are present". > >

Re: Possible typo in manpage http://man.openbsd.org/OpenBSD-current/man3p/Getopt::Std.3p

2017-01-24 Thread Jason McIntyre
On Mon, Jan 23, 2017 at 04:57:12PM +0100, Harald Hellmuth wrote: > Dear Team, > > i wonder if this in Getopt::Std(3p) is a typo: > > Use of "getopts()" is not recommended. > ^ > > Because the same manpage at perldoc.perl.org states: > > Use of getopt() is not recommended. > >

Re: wcscpy.3 mentions nonexistent EXAMPLES section in strcpy.3

2016-11-11 Thread Jason McIntyre
On Fri, Nov 11, 2016 at 09:10:50PM -0600, Scott Cheloha wrote: > Hi, > > The end of lib/libc/string/wcscpy.3 reads: > > CAVEATS > Using the functions wcscpy() and wcsncpy() is very error-prone > with > respect to buffer overflows; see the EXAMPLES section in

Re: documentation incomplete; mount(8) man page; 5.9/6.0

2016-08-27 Thread Jason McIntyre
On Sat, Aug 27, 2016 at 05:33:19PM +, Manuel Jose Blanca Molinos wrote: > > The mount command supports the options -o ro (for read only) and -o rw (for > read write), However this is not indicated in the manual page. In addition, > there are currently two examples on the page where the -o

Re: minor wording in man release.8

2016-07-22 Thread Jason McIntyre
On Fri, Jul 22, 2016 at 06:45:35PM +0200, Tim Kuijsten wrote: > Index: release.8 > === > RCS file: /cvs/src/share/man/man8/release.8,v > retrieving revision 1.70 > diff -u -p -r1.70 release.8 > --- release.8 31 Jul 2015 11:30:12

Re: Patch ssh-keygen manual: -c flag works for keys stored in the new format (-o)

2016-06-16 Thread Jason McIntyre
On Sat, May 28, 2016 at 10:22:32PM -0400, Yonas Yanfa wrote: > Hi, > > Keys stored in the new format (-o) can have their comments modified, along > with RSA1 keys. I've attached a patch to mention this. > > Cheers, > Yonas > fixed, thanks, though i altered the wording a little. jmc Index:

Re: Grammar fix for httpd.8

2016-06-10 Thread Jason McIntyre
On Fri, Jun 10, 2016 at 11:43:18AM +0300, Nick Permyakov wrote: > Or maybe "Specifying multiple -v options increases the verbosity". > i just went with your diff. note that vmd(8) had exactly the same issue, so i fixed them both. jmc > Index: src/usr.sbin/httpd/httpd.8 >

Re: Error in sh man page

2016-05-04 Thread Jason McIntyre
On Wed, May 04, 2016 at 06:01:10AM +, Andras Farkas wrote: > In the man page for sh in OpenBSD 5.9 (originally installed as 5.8 and > then upgraded), in the section COMMAND HISTORY AND COMMAND LINE > EDITING there is an error. > > The man page mentions [count]b twice. > The second mention of

Re: Wrong documentation of chmod(2) wrt. S_ISVTX on non-directories

2016-01-28 Thread Jason McIntyre
On Wed, Jan 27, 2016 at 08:24:09PM +0100, f...@fuz.su wrote: > The manual page chmod(2) states about the chmod() system call: > > If mode ISVTX (the sticky bit) is set on a file, it is ignored. > > However, attempting to set S_ISVTX on a plain file, the system call > fails with EFTYPE unless

Re: Minor text reference error in isakmpd.policy(5)

2016-01-11 Thread Jason McIntyre
On Mon, Jan 11, 2016 at 01:33:05AM -0800, Julian Hsiao wrote: > Sorry, found another one: > fixed, thanks. jmc > Index: isakmpd.policy.5 > === > RCS file: /cvs/src/sbin/isakmpd/isakmpd.policy.5,v > retrieving revision 1.47 > diff

Re: Minor text reference error in isakmpd.policy(5)

2016-01-07 Thread Jason McIntyre
On Thu, Jan 07, 2016 at 08:53:44PM -0800, Julian Hsiao wrote: > In isakmpd.policy.5, the snippet on line 309 ~ 310 > > "[...] see the pfs attribute above [...]" > ^ > should be > > "[...] see the pfs attribute below [...]" > ^ >

Re: fortune(6) attribute

2015-12-28 Thread Jason McIntyre
On Mon, Dec 28, 2015 at 12:39:01AM +, Andy Finkel wrote: > > > David Coppa gmail.com> writes: > > > > > On Sun, Dec 7, 2014 at 9:47 AM, Jason McIntyre > kerhand.co.uk> wrote: > > > On Sat, Dec 06, 2014 at 09:26:39AM +0001, Jason McIntyre wrot

Re: /usr.bin/calendar - Picasso was born on Oct 25

2015-10-05 Thread Jason McIntyre
On Mon, Oct 05, 2015 at 07:04:53AM -0700, Richard wrote: > Hello, > > Pablo Picasso was born on October 25 not on October 5. > > Please change /usr/src/usr.bin/calendar/calendars/calendar.birthday > > See the FreeBSD bug report: > >

Re: man release still refers to sudo in -current

2015-07-09 Thread Jason McIntyre
On Thu, Jul 09, 2015 at 07:00:30PM +1200, Peter Kane wrote: Hello Just a note to mention that man release in -current still refers to sudo in a number of places. Peter we decided to leave the references to sudo for now. we'll adjust them and tidy up the references once there's a

Re: Add example to ifconfig(8) for wireless monitor mode

2015-02-02 Thread Jason McIntyre
On Sun, Feb 01, 2015 at 06:37:28AM +0100, Bradain Foley wrote: Description: It would be helpful to add an example of how to put a wireless card into monitor (rfmon) mode. The man pages for various wireless cards (such as athn(4), urtwn(4)) mention monitor mode but not how to

Re: Add example to ifconfig(8) for wireless monitor mode

2015-01-29 Thread Jason McIntyre
On Thu, Jan 29, 2015 at 12:19:26PM +0100, Stefan Sperling wrote: On Thu, Jan 29, 2015 at 09:02:52AM +0100, Bradain Foley wrote: Synopsis: Add example to ifconfig(8) for wireless monitor mode Category: documentation Environment: System : OpenBSD 5.6 Details : OpenBSD

Re: documentation: ipsec man page reference about manual SAs incorrect

2015-01-28 Thread Jason McIntyre
On Wed, Jan 28, 2015 at 07:52:58PM -0500, Paul Gorman wrote: The OpenBSD 5.6 ipsec man page says: Further information on manual SA establishment is described in ipsecctl(8). ipsecctl(8) does not mention manual SA establishment. Manual SAs are instead covered in ipsec.conf(5). fixed,

Re: documentation error in man page

2015-01-13 Thread Jason McIntyre
On Tue, Jan 13, 2015 at 11:23:08AM +, Stuart Henderson wrote: On 2015/01/13 07:08, Jason McIntyre wrote: On Sun, Jan 11, 2015 at 12:13:09AM -0700, Shane Manjarres wrote: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/unbound.conf.5?query=unbound%2econfsec=5

Re: documentation error in man page

2015-01-12 Thread Jason McIntyre
On Sun, Jan 11, 2015 at 12:13:09AM -0700, Shane Manjarres wrote: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/unbound.conf.5?query=unbound%2econfsec=5 uncounf.conf(5) In Openbsd the default directory for unbound.conf file is /var/unbound/etc/ but in the man page in the

  1   2   >