Re: ssh_config.5 sshd_config.5 - update cipher order

2015-08-14 Thread Jason McIntyre
On Mon, Aug 10, 2015 at 10:10:18PM -0500, Brian Conway wrote: > This matches the current myproposal.h ordering with > chacha20-poly1305's promotion (and referenced in various release > notes). Please correct if I've misunderstood or misformatted. Thanks. > fixed, thanks. jmc > Index: usr.bin/ssh

Re: smtpctl(8) - 'sh s' does not appear to be an unambiguous prefix

2015-08-16 Thread Jason McIntyre
On Sun, Aug 16, 2015 at 11:00:42PM +0100, Larry Hynes wrote: > >From the man page: >The smtpctl program controls smtpd(8). Commands may be abbreviated >to the minimum unambiguous prefix; for example, sh s for show stats. > > What I would expect: ># smtpctl sh s > > > What actually

Re: cd.4 new naming

2015-08-27 Thread Jason McIntyre
On Wed, Aug 26, 2015 at 10:13:14PM +0200, Martijn van Duren wrote: > Hello tech@, > > When reading cd.4 and comparing it to sys/cdio.h I see that > CDIOREADTOCENTRYS is an alias to CDIOREADTOCENTRIES, while cd.4 still points > to CDIOREADTOCENTRYS. > > Both definitions are used in tree: > $ grep

Re: remove redundancy in tame(2) man page

2015-09-06 Thread Jason McIntyre
On Sun, Sep 06, 2015 at 02:30:43PM -0400, Rob Pierce wrote: > fstat(2) mentioned twice under wpath. > > utimes(2) referenced twice under fattr. > > Rob > > Index: tame.2 > === > RCS file: /cvs/src/lib/libc/sys/tame.2,v > retrieving

Re: [patch] tame.2 documentation about systrace.4

2015-09-20 Thread Jason McIntyre
On Sun, Sep 20, 2015 at 02:57:47PM +0200, Sebastian Benoit wrote: > Sebastien Marie(sema...@openbsd.org) on 2015.09.20 14:27:01 +0200: > > Hi, > > > > Mentions that using systrace(4) isn't possible when a program has called > > tame(2). > > > > Comments ? OK ? > > -- > > Sebastien Marie > > > >

Re: bsd.port.mk.5: fix an external reference

2015-09-20 Thread Jason McIntyre
On Sat, Sep 19, 2015 at 03:16:01PM -0400, Michael Reed wrote: > Index: bsd.port.mk.5 > === > RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v > retrieving revision 1.420 > diff -u -p -r1.420 bsd.port.mk.5 > --- bsd.port.mk.5 16 Se

Re: rc.conf.8 should ref rcctl(8)

2015-09-21 Thread Jason McIntyre
On Fri, Sep 18, 2015 at 03:07:03PM -0400, Rob Pierce wrote: > Reference the rcctl(8) utility in rc.conf.8 (which discusses rc.conf.local). > > Rob > this and the other rcctl patches committed (though tweaked slightly). thanks, jmc > Index: rc.conf.8 > ==

Re: make caveat consistent with description in md5.1

2015-09-23 Thread Jason McIntyre
On Sat, Sep 19, 2015 at 10:46:23PM -0400, Rob Pierce wrote: > Mention that collisions are theorizied for SHA-1 in the caveat. > > Regards, > > Index: md5.1 > === > RCS file: /cvs/src/bin/md5/md5.1,v > retrieving revision 1.44 > diff

Re: Clarify error/warning reporting in style(9)

2015-09-23 Thread Jason McIntyre
On Mon, Sep 21, 2015 at 10:40:29PM -0400, Michael McConville wrote: > Could also say "Use the err(3) and warn(3) family of functions." That's > what the err(3) man page intro refers to it as. > please some developer commit or reject this. thanks, jmc > Index: share/man/man9/style.9 > ===

Re: banner(1): fix SYNOPSIS

2015-09-23 Thread Jason McIntyre
On Wed, Sep 23, 2015 at 07:42:54PM -0400, Michael Reed wrote: > banner(1) without arguments works fine, so denote it as such > in the manual. > in the context of banner(1), define "works fine". i mean, technically maybe it does but, practically, why try to show this to the reader? is there a use

Re: delete reference to inetd from afterboot.8

2015-09-24 Thread Jason McIntyre
On Thu, Sep 24, 2015 at 10:46:12AM -0400, Rob Pierce wrote: > Since inetd is no longer started by default and inetd.conf has been relegated > to /etc/examples, this sentence can probably be deleted from afterboot.8. > > Regards, > fair enough. i knocked out the following Ss to avoid being left w

Re: Xr radiusd with section number and remove outdated sentence

2015-09-27 Thread Jason McIntyre
On Sun, Sep 27, 2015 at 02:39:39PM +0200, Theo Buehler wrote: > Now that there is radiusd(8) in base, I suggest the following changes: > > * add back the manual section number to 'Xr radiusd' in login_radius.8 > and in login.conf.5 > > * remove a sentence from CAVEATS which is no longer true.

Re: Xr radiusd with section number and remove outdated sentence

2015-10-01 Thread Jason McIntyre
On Sun, Sep 27, 2015 at 02:39:39PM +0200, Theo Buehler wrote: > Now that there is radiusd(8) in base, I suggest the following changes: > > * add back the manual section number to 'Xr radiusd' in login_radius.8 > and in login.conf.5 > > * remove a sentence from CAVEATS which is no longer true.

Re: mk.conf.5: Use Ql where appropriate

2015-10-01 Thread Jason McIntyre
On Sun, Sep 27, 2015 at 03:48:10PM -0400, Michael Reed wrote: > Hi all, > > Instead of using a mix of single and double quotes > to denote command invocations and literal strings, > use Ql instead. This was inspired by revision 1.425 > of bsd.port.mk [1]. > > While doing the above, I also remove

Re: Cleanup options(4) after INET removal

2015-10-01 Thread Jason McIntyre
On Thu, Oct 01, 2015 at 11:07:03AM -0700, Ilya Kaliman wrote: > === > RCS file: /cvs/src/share/man/man4/options.4,v > retrieving revision 1.239 > diff -u -p -r1.239 options.4 > --- options.4 21 Jan 2015 02:23:14 - 1.239 > ++

Re: mention ext4 in mount.8 and mount_ext2fs.8

2015-10-01 Thread Jason McIntyre
On Thu, Oct 01, 2015 at 07:22:20PM +0200, Nils Reu??e wrote: > Hi tech, > > i was a bit confused when i tried to mount my ext4-drive; it was not obvious > to me that i had to pass the -r/-o ro option to mount the disk. The FAQ is > also not very explicit about that: > > "Some of them have li

Re: mk.conf.5: Use Ql where appropriate

2015-10-02 Thread Jason McIntyre
On Thu, Oct 01, 2015 at 11:43:15PM -0400, Michael Reed wrote: > On 10/01/15 16:38, Jason McIntyre wrote: > > On Sun, Sep 27, 2015 at 03:48:10PM -0400, Michael Reed wrote: > >> Hi all, > >> > >> Instead of using a mix of single and double quotes > >&

Re: acpidump(8): fix usage message

2015-10-04 Thread Jason McIntyre
On Sat, Oct 03, 2015 at 02:30:38AM -0400, Michael Reed wrote: > This brings the usage info in line with most other programs. > > fixed, thanks. jmc > > Index: acpidump.c > === > RCS file: /cvs/src/usr.sbin/acpidump/acpidump.c,v >

Re: missing colon delimiters in style.9

2015-10-05 Thread Jason McIntyre
On Sun, Oct 04, 2015 at 10:56:45PM -0400, Rob Pierce wrote: > > Index: style.9 > === there are many more places in this place you'd have to add colons if you wanted to do it consistently. generally i do use colons for stuff like this

Re: missing colon delimiters in style.9

2015-10-05 Thread Jason McIntyre
On Mon, Oct 05, 2015 at 11:21:24AM -0400, Rob Pierce wrote: > On Mon, Oct 05, 2015 at 03:18:06PM +0100, Jason McIntyre wrote: > > On Sun, Oct 04, 2015 at 10:56:45PM -0400, Rob Pierce wrote: > > > &g

Re: a few style examples don't comply

2015-10-05 Thread Jason McIntyre
On Mon, Oct 05, 2015 at 11:50:49AM -0400, Rob Pierce wrote: > There are some offending braces. I just added leading tabs in the right > places to correct indentation. > > Rob > why are you indenting? the point of "-offset indent" in the list/display is to do just that. jmc > Index: style.9 > =

Re: a few style examples don't comply

2015-10-05 Thread Jason McIntyre
On Mon, Oct 05, 2015 at 04:21:34PM -0400, Rob Pierce wrote: > On Mon, Oct 05, 2015 at 05:38:34PM +0059, Jason McIntyre wrote: > > On Mon, Oct 05, 2015 at 11:50:49AM -0400, Rob Pierce wrote: > > > There are some offending braces. I just added leading tabs in the right >

Re: pkg_(add|delete|info): fix synopses

2015-10-07 Thread Jason McIntyre
On Sun, Oct 04, 2015 at 02:11:49PM -0400, Michael Reed wrote: > The use of an ellipsis in manuals usually seems to already imply > optional arguments, e.g., `.Op Ar file ...', so constructs like > `Ar pkg-name Op Ar ...' seem redundant to me. > > While here, also denote the `pkg-name' argument to

Re: Use proper .Xr syntax in yppush.8

2015-10-09 Thread Jason McIntyre
On Fri, Oct 09, 2015 at 10:46:41AM +0200, Theo Buehler wrote: > Index: usr.sbin/ypserv/yppush/yppush.8 > === > RCS file: /var/cvs/src/usr.sbin/ypserv/yppush/yppush.8,v > retrieving revision 1.16 > diff -u -p -r1.16 yppush.8 > --- usr.s

Re: document that execve(2) reset an ignored SIGCHLD to default

2015-10-11 Thread Jason McIntyre
On Sat, Oct 10, 2015 at 11:34:02PM -0700, Philip Guenther wrote: > POSIX permits the Right Thing (resetting SIGCHLD, as we do), but doesn't > require it. Document both that we do it and that it's not portable to > require it. > > > I'm moderately concerned that the first bit should be merged i

Re: Document lidsuspend in sysctl(8)

2015-10-17 Thread Jason McIntyre
On Tue, Oct 13, 2015 at 09:10:22PM +0200, Mike Burns wrote: > Index: sbin/sysctl/sysctl.8 > === > RCS file: /cvs/src/sbin/sysctl/sysctl.8,v > retrieving revision 1.187 > diff -u -p -r1.187 sysctl.8 > --- sbin/sysctl/sysctl.8 3 Oct

Re: ksh.1: need preceding underscore for macro expansion

2015-10-17 Thread Jason McIntyre
On Sat, Oct 17, 2015 at 04:28:20PM +0200, Theo Buehler wrote: > An alias must be called `_c' in order for it to be executed upon > entering `@c' in ksh's vi command mode, not jsut `c'. > > The markup is taken from the corresponding line 900 in sh.1 > fixed, thanks. jmc > Index: bin/ksh/ksh.1 >

Re: aucat.1: small cleanup

2015-10-17 Thread Jason McIntyre
On Fri, Oct 16, 2015 at 09:27:15PM -0400, Michael Reed wrote: > The use of Bk/Ek and Xo/Xc was not needed, as confirmed by > "diff <{mandoc old.1} <{mandoc new.1} | less". The only visible > changes should be the Ar -> Cm conversions. > > fixed, thanks. i converted the list to -compact while in

Re: sync bioctl manual

2015-10-21 Thread Jason McIntyre
On Wed, Oct 21, 2015 at 11:19:12PM +0300, Kirill Bychkov wrote: > Hi! > After halex@ removed a restriction to use passfile for creation of > crypto volume, man page wasn't changed to explain new behaviour. > OK? > why not just remove the sentence? if you really want to keep it, i suggest using "c

Re: sync bioctl manual

2015-10-21 Thread Jason McIntyre
On Thu, Oct 22, 2015 at 12:35:53AM +0300, Kirill Bychkov wrote: > On Thu, October 22, 2015 00:16, Jason McIntyre wrote: > > On Wed, Oct 21, 2015 at 11:19:12PM +0300, Kirill Bychkov wrote: > >> Hi! > >> After halex@ removed a restriction to use passfile for creation of &

Re: sync bioctl manual

2015-10-22 Thread Jason McIntyre
On Thu, Oct 22, 2015 at 11:10:53AM +0300, Kirill Bychkov wrote: > > Index: bioctl.8 > === > RCS file: /cvs/src/sbin/bioctl/bioctl.8,v > retrieving revision 1.97 > diff -u -r1.97 bioctl.8 > --- bioctl.8 12 Sep 2015 14:21:25 -

Re: documenting multiple standards

2015-10-25 Thread Jason McIntyre
On Sun, Oct 25, 2015 at 01:58:21AM -0600, Anthony J. Bentley wrote: > >From wcrtomb(3): > > The wcrtomb() function conforms to ISO/IEC 9899/AMD1:1995 (``ISO C90, > Amendment 1''). The restrict qualifier is added at ISO/IEC 9899/1999 > (``ISO C99''). > > This wording is confusing.

Re: magic.5: Add missing types

2017-09-20 Thread Jason McIntyre
On Sat, Sep 16, 2017 at 01:44:06AM +0200, Klemens Nanni wrote: > Here's an updated diff I simply forgot to send back then. > > Feedback, more comments or improvements? > now committed, thanks. jmc > > diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 > index 812c4c31095..b2f3a27671a 100

Re: man page update for bgpctl

2017-09-21 Thread Jason McIntyre
On Thu, Sep 21, 2017 at 01:07:26PM +0100, Tom Smyth wrote: > Hello > minor Grammar Correction on manual page for bgpctl > > - line144 > Take the BGP session to the specified neighbor up. > +line144 > Bring the BGP session to the specified neighbor up. fixed, thanks. jmc

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Jason McIntyre
On Mon, Sep 25, 2017 at 04:50:42PM +0100, Stuart Henderson wrote: > On 2017/09/25 13:03, Lars Nood?n wrote: > > I would propose the following change, or something similar, to sshd_config.5 > > > > It is then more clear which options are accepted and how the directive is > > used. > > Saying that

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Jason McIntyre
On Mon, Sep 25, 2017 at 05:00:34PM +0100, Stuart Henderson wrote: > On 2017/09/25 15:53, Jason McIntyre wrote: > > On Mon, Sep 25, 2017 at 04:50:42PM +0100, Stuart Henderson wrote: > > > On 2017/09/25 13:03, Lars Nood?n wrote: > > > > I would propose the following ch

Re: Xr cos(3) in sin(3)

2017-09-26 Thread Jason McIntyre
On Wed, Sep 27, 2017 at 12:21:07AM +0200, Jan Stary wrote: > Every trigonometric function's manpage references every other, > with a single exception: sin(3) does not Xr cos 3. > > Jan > committed, thanks. jmc > Index: sin.3 > ==

Re: ExposeAuthInfo in sshd_config.5

2017-09-26 Thread Jason McIntyre
On Mon, Sep 25, 2017 at 04:03:11PM +0300, Lars Nood??n wrote: > I would propose the following change, or something similar, to sshd_config.5 > > It is then more clear which options are accepted and how the directive is > used. > > /Lars > morning. tweaked version committed/. jmc > Index: src

Re: ASCII Drawings in Manual Pages ?

2017-09-26 Thread Jason McIntyre
On Wed, Sep 27, 2017 at 02:41:42AM +0100, Tom Smyth wrote: > Hello Lads, Ladies > what is the consensus about ascii drawings > for Manual pages ? > eg for point to point adddressing could we include > > inet 10.3.4.5 0x 10.1.2.3 > + >

Re: ssh_config.5: Clarify that %C token is hashed

2017-10-05 Thread Jason McIntyre
On Sun, Oct 01, 2017 at 07:26:46PM +0200, Klemens Nanni wrote: > "Shorthand" suggests %C will yield the same as %l%h%p%r. Stating > that it's in fact a hashed version (SHA1) of it without being too > precise makes things clearer, especially for readers of the ControlPath > bits: > > It is re

Re: bc -l wording

2017-10-08 Thread Jason McIntyre
On Fri, Oct 06, 2017 at 02:27:33PM +0200, Jan Stary wrote: > Currently, the bc(1) manpage describes "-l" as > > Allow specification of an arbitrary precision math library > > I am not a native speaker, but "specification of a library" > seems unclear here. It loads /usr/share/misc/bc.librar

Re: [Patch] style(9) improvements for sample code in pf(4)

2017-10-12 Thread Jason McIntyre
On Mon, Oct 09, 2017 at 11:56:03AM +1100, Ross L Richardson wrote: > Improved version, with thanks to anton@ > > [Should usage() be __dead?] > > Ross > fixed, thanks. jmc > Index: pf.4 > === > RCS file: /cvs/src/share/man/man4/pf.

Re: Proposal for sshd_config(5) man page

2017-10-13 Thread Jason McIntyre
On Fri, Oct 13, 2017 at 02:01:17PM +0100, Stuart Henderson wrote: > On 2017/10/13 12:57, Walter Alejandro Iglesias wrote: > > In sshd_config(5), to avoid confusion with PermitRootLogin options. > > > > Original: > > > > If this option is set to *prohibit-password* or *without-password*, > > p

Re: Proposal for sshd_config(5) man page

2017-10-13 Thread Jason McIntyre
On Fri, Oct 13, 2017 at 05:51:49PM +0200, Walter Alejandro Iglesias wrote: > In article <20171013145400.GA82524@harkle> Jason McIntyre > wrote: > > On Fri, Oct 13, 2017 at 02:01:17PM +0100, Stuart Henderson wrote: > > > On 2017/10/13 12:57, Walter Alejandro Iglesias wr

Re: [patch] Mention pf(4) and pf.conf(5) in afterboot(8)

2017-10-14 Thread Jason McIntyre
On Sat, Oct 14, 2017 at 10:46:55AM +0200, Jesper Wallin wrote: > Hi > > So, some background... I raised my concerns to phessler@ about the low > default configuration values. This was about a year ago when I noticed > how quick I could fill all states and stop the machine from accepting > new con

Re: apmd: manual tweak

2017-10-16 Thread Jason McIntyre
On Mon, Oct 16, 2017 at 04:06:59PM +0200, Anton Lindqvist wrote: > Hi, > A proposal on improving the `-t` option documentation. Most importantly, > remove the recursive reference to the option being documented. > > Comments? OK? > > Index: apmd.8 >

Re: apmd: manual tweak

2017-10-16 Thread Jason McIntyre
On Mon, Oct 16, 2017 at 06:38:31PM +0200, Anton Lindqvist wrote: > > Good call. Without knowing too much about the apmd internals, here's a > first stab. As I read the code, the period polling is also used by > auto{suspend,hibernate}. Is this worth mentioning? Since a more frequent > interval wil

Re: spamdb: allow keys to be specified in list mode

2017-10-18 Thread Jason McIntyre
On Wed, Oct 18, 2017 at 10:22:00AM -0600, Todd C. Miller wrote: > I often want to query a specific key instead of dumping out the > entire database. This lets you do things like: > > $ spamdb 180.124.41.143 > TRAPPED|180.124.41.143|1508373987 > > or: > > $ spamdb 74.125.198.26 180.124.41.143 10

Re: rm exits 0

2017-10-27 Thread Jason McIntyre
On Fri, Oct 27, 2017 at 11:42:30AM +0200, Jan Stary wrote: > "rm exits 0" does not seem right (though I'm not a native speaker). > > Jan > > Index: rm.1 > === > RCS file: /cvs/src/bin/rm/rm.1,v > retrieving revision 1.42 > diff

Re: forbid config reloads in ospf6d

2017-11-05 Thread Jason McIntyre
On Sun, Nov 05, 2017 at 06:19:12PM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Nov 05 2017, Jeremie Courreges-Anglas wrote: > > ospf6d consistently fails when I ask it to reload its config, even > > though I have a very basic test setup: > > > > area 0.0.0.0 { > > interface em0 { pass

Re: document how ospfd interacts with carp

2017-11-06 Thread Jason McIntyre
On Mon, Nov 06, 2017 at 01:26:27PM +0100, Remi Locherer wrote: > Hi, > > ospfd.conf(5) should mention what ospfd does automatically when > configured on carp interfaces. > > ok? > > Remi > > > Index: ospfd.conf.5 > === > RCS file:

Re: Sh FILES without Pa

2017-11-09 Thread Jason McIntyre
On Thu, Nov 09, 2017 at 12:36:29PM +0100, Jan Stary wrote: > Hi Ingo, > > currently, mandoc DIAGNOSTICS recognizes an AUTHORS section without An. > Would it be similarly useful to recognize a FILES section without Pa? > personally this is one warning that i don;t like from mandoc. it flags up th

Re: README patch

2017-11-09 Thread Jason McIntyre
On Wed, Nov 08, 2017 at 08:14:24PM -0600, Edgar Pettijohn wrote: > EADME.orig 2017-11-08 20:11:47.091955000 -0600 > +++ README 2017-11-08 20:12:19.787639000 -0600 > @@ -49,8 +49,8 @@ > > No major funding or cost-sharing of the project comes from any company > or educational institution. Th

Re: README patch

2017-11-09 Thread Jason McIntyre
On Thu, Nov 09, 2017 at 08:42:32PM +0100, Ingo Schwarze wrote: > Hi, > > Jason McIntyre wrote on Thu, Nov 09, 2017 at 07:26:32PM +: > > On Wed, Nov 08, 2017 at 08:14:24PM -0600, Edgar Pettijohn wrote: > > >> --- README.orig 2017-11-08 20:11:47.091955000 -0600 >

Re: mandoc warning tweak

2017-11-10 Thread Jason McIntyre
On Fri, Nov 10, 2017 at 10:02:12PM +0100, Ingo Schwarze wrote: > Hi Jeremie, > > Jeremie Courreges-Anglas wrote on Fri, Nov 10, 2017 at 07:18:54PM +0100: > > > I hit this while reviewing a recent diff: > > > > ritchie /usr/src/usr.sbin/ospf6d$ mandoc -Tlint ospf6d.conf.5 > > mandoc: ospf6d.c

Re: isakmpd.8: define "SA" abbreviation before use

2017-11-23 Thread Jason McIntyre
On Thu, Nov 23, 2017 at 01:19:51PM -0600, Scott Cheloha wrote: > Hi, > > This makes parts of isakmpd(8) more immediately intelligible to > a beginner. > > -- > Scott Cheloha > > Index: sbin/isakmpd/isakmpd.8 > === > RCS file: /cvs/s

Re: dc.1: document non-portability of `e'

2017-11-27 Thread Jason McIntyre
On Sun, Nov 26, 2017 at 07:18:33PM +, kshe wrote: > Hi, > > The manual page for dc(1) is very careful about signalling which > commands are non-portable extensions, with the exception of the `e' > command, which is a more recent addition. > > Index: dc.1 >

Re: sed.1: miscellaneous corrections

2017-11-27 Thread Jason McIntyre
On Sun, Nov 26, 2017 at 07:47:01PM +, kshe wrote: > Hi, > > I noticed a certain number of inaccuracies within the manual page for > sed. The diff below corrects to most obvious ones, although further > improvements are certainly possible. > > Additionally, the script given in the EXAMPLES se

Re: dc.1: document non-portability of `e'

2017-11-27 Thread Jason McIntyre
On Mon, Nov 27, 2017 at 07:00:51PM +0100, Otto Moerbeek wrote: > On Mon, Nov 27, 2017 at 10:34:50AM +0000, Jason McIntyre wrote: > > > On Sun, Nov 26, 2017 at 07:18:33PM +, kshe wrote: > > > Hi, > > > > > > The manual page for dc(1) is very careful ab

Re: ifconfig.8: removing arp as a valid load balancing mode

2017-11-29 Thread Jason McIntyre
On Thu, Nov 30, 2017 at 01:42:22AM +0100, Martin Rettberg wrote: > Hi, > > mpi@ removed ARP as a load balancing mode from carp(4) on November 2, > 2015. The manual page of ifconfig(8) never reflected this change. > > Regards, > Martin > fixed, thanks. jmc > > Index: ifconfig.8 > =

Re: gre(4): remove linkX from example

2017-12-01 Thread Jason McIntyre
On Thu, Nov 30, 2017 at 08:37:31PM -0300, Lucas Gabriel Vuotto wrote: > Hi tech@, > > According rev 1.45, linkX in gre(4) is a deprecated style and isn't > documented in ifconfig(8) (couldn't find it ever was, but I'm not to used to > cvs so I couldn't search properly). This removes linkX from t

Re: sshd_config.5.patch

2017-12-01 Thread Jason McIntyre
On Thu, Nov 30, 2017 at 09:00:26PM -0600, Edgar Pettijohn wrote: > While playing with sftp-server I noticed that sshd_config.5 claims there > are no Subsystems enabled by default. I could be wrong, but my > sshd_config had sftp-server enabled by default. > > --- sshd_config.5.orig Thu Nov 30 20:5

Re: Include hostname in shell prompts by default

2017-12-09 Thread Jason McIntyre
On Sat, Dec 09, 2017 at 06:44:44PM +0100, Theo Buehler wrote: > This was discussed in a smaller circle and has been in snaps for two > days, but I'd like to show this to a wider audience. > > Theo asked me to make sure that all our shells print a prompt including > the hostname by default. The rea

Re: Include hostname in shell prompts by default

2017-12-09 Thread Jason McIntyre
On Sat, Dec 09, 2017 at 11:10:03AM -0700, Theo de Raadt wrote: > > the default prompt works exactly because it doesn;t try to second guess > > what the user wants, or what is or isn;t good for them. the mechanism > > for changing the prompt is trivial. > > > > i don;t think it makes sense to chang

Re: [Patch] man cdce(4) added ZTE MF831 LTE USB Modem

2017-12-09 Thread Jason McIntyre
On Sun, Dec 10, 2017 at 12:42:32AM +0100, Christoph R. Murauer wrote: > Hello ! > morning. fixed, thanks. jmc > > Index: cdce.4 > === > RCS file: /cvs/src/share/man/man4/cdce.4,v > retrieving revision 1.23 > diff -u -p -r1.23 cdce

Re: Fix mg(1) man page

2017-12-10 Thread Jason McIntyre
On Mon, Dec 11, 2017 at 07:30:03AM +0200, MazoComp wrote: > diff --git usr.bin/mg/mg.1 usr.bin/mg/mg.1 > index 96bc62ae8f8..a20b026a32c 100644 > --- usr.bin/mg/mg.1 > +++ usr.bin/mg/mg.1 > @@ -496,8 +496,8 @@ Delete trailing whitespace on the current line. > Delete all lines after dot that contain

Re: Add "-c command" option to script(1)

2017-12-13 Thread Jason McIntyre
On Wed, Dec 13, 2017 at 05:45:25PM +0100, Paul de Weerd wrote: > > Index: script.1 > === > RCS file: /cvs/src/usr.bin/script/script.1,v > retrieving revision 1.14 > diff -u -p -r1.14 script.1 > --- script.1 15 Jan 2012 20:06:40 -

Re: Add "-c command" option to script(1)

2017-12-14 Thread Jason McIntyre
On Thu, Dec 14, 2017 at 09:23:29AM +0100, Paul de Weerd wrote: > Another use I personally find very convenient is this: > > [weerd@pom] $ script -c "vmctl start test -c" > > Hope others see value here too :) > > Paul > you could add this as an EXAMPLES section, since it nicely describes anothe

Re: fix a typo in roff(7)

2017-12-15 Thread Jason McIntyre
On Fri, Dec 15, 2017 at 11:47:36PM +0600, Alexander Kuleshov wrote: > Hello, > > I've just noticed a little typo in the roff(7) man page (s/agument/argument). > The diff is below. > fixed, thanks. jmc > Index: roff.7 > === > RCS fi

Re: cpu.4: VIA amd64 compatible CPUs support Enhanced SpeedStep

2017-12-28 Thread Jason McIntyre
On Thu, Dec 28, 2017 at 11:39:09AM +0100, Frederic Cambus wrote: > Hi tech@, > > VIA amd64 compatible CPUs support Enhanced SpeedStep, so reflect that > in cpu.4. > > On my VIA Nano U3500: > > cpu0: VIA Nano U3500@1000MHz, 997.66 MHz > cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,M

Re: sh.1: backslash within double quotes

2017-12-29 Thread Jason McIntyre
On Sat, Dec 30, 2017 at 06:01:56AM +, kshe wrote: > Hi, > > Within double quotes, backslashes also escape newlines. This is > correctly documented in ksh.1, but not in sh.1. > fixed, thanks. jmc > Index: sh.1 > === > RCS file:

Re: cross ref ocspcheck in httpd.conf(5)

2018-01-04 Thread Jason McIntyre
On Wed, Dec 20, 2017 at 08:43:35AM +0100, Paul de Weerd wrote: > I've been playing a bit with OCSP stapling in httpd and found the > documentation a bit lacking / confusing. httpd says: > > ocsp file > Specify an OCSP response to be stapled during TLS > handshake

Re: [PATCH] usr.bin/calendar/calendars/calendar.uk - Burns' Night -> Burns Night

2018-01-12 Thread Jason McIntyre
On Fri, Jan 12, 2018 at 07:38:47PM +, Raf Czlonka wrote: > Hi all, > > According to the most[0] prominent[1] websites[2][3][4], there's no > apostrophe (') in Burns Night. > > [0] > https://www.gov.uk/government/news/uk-government-leads-burns-night-celebrations-around-the-world > [1] https:/

Re: [PATCH] usr.bin/calendar/calendars/calendar.uk - Burns' Night -> Burns Night

2018-01-12 Thread Jason McIntyre
On Fri, Jan 12, 2018 at 08:05:47PM +, Jason McIntyre wrote: > On Fri, Jan 12, 2018 at 07:38:47PM +, Raf Czlonka wrote: > > Hi all, > > > > According to the most[0] prominent[1] websites[2][3][4], there's no > > apostrophe (') in Burns Night. > >

Re: remove link from oce.4

2018-01-28 Thread Jason McIntyre
On Sun, Jan 28, 2018 at 12:34:55PM +0100, Denis Fondras wrote: > Hi, > > The link to Emulex website is not available anymore. Remove it. > > Denis > fixed, thanks. jmc > Index: oce.4 > === > RCS file: /cvs/src/share/man/man4/oce.4

Re: typo hcreate.3

2018-01-30 Thread Jason McIntyre
On Mon, Jan 29, 2018 at 05:47:14PM -0600, Edgar Pettijohn wrote: > Index: hcreate.3 > == > RCS file: /cvs/src/lib/libc/stdlib/hcreate.3,v > retrieving revision 1.7 > diff -u -p -u -r1.7 hcreate.3 > --- hcreate.3 12 Mar 2016 21:31:22 -000

Re: sleep(1): support longer naps

2018-01-30 Thread Jason McIntyre
On Wed, Jan 31, 2018 at 05:52:35AM +0100, Theo Buehler wrote: > On Thu, Jan 25, 2018 at 09:35:33PM -0600, Scott Cheloha wrote: > > Hi, > > > > This increases the range for sleep(1) from 100 million seconds up to > > 9223372036854775807. > > > > POSIX.1-2001 added a stipulation (which POSIX.1-2008

Re: pidfile()

2015-10-28 Thread Jason McIntyre
On Tue, Oct 27, 2015 at 02:28:51PM +0100, Jan Stary wrote: > > usr.sbin/rbootd: rbootd.c > > usr.sbin/rarpd : rarpd.c > > usr.sbin/mrouted: main.c > > usr.bin/usbhidaction: usbhidaction.c > > usr.sbin/wsmoused: wsmoused.8 wsmoused.c wsmoused.h > > usr.sbin/ypserv/ypserv

Re: wc does not count last line if no trailing newline present

2015-11-03 Thread Jason McIntyre
On Wed, Nov 04, 2015 at 01:05:38AM -0500, dan mclaughlin wrote: > On Tue, 3 Nov 2015 21:01:36 -0800 Philip Guenther wrote: > > On Tue, Nov 3, 2015 at 8:35 PM, dan mclaughlin > > wrote > > > i was writing a script when i ran across this. > > > > > > $ echo "hello world" | wc > > >1

Re: [PATCH] intro(8) - corrections and update

2015-11-03 Thread Jason McIntyre
On Wed, Nov 04, 2015 at 03:14:56AM +, Raf Czlonka wrote: > Hi all, > > Some explanation regarding the changes: > > - might -> "needs to" - it has to be there, no "might" about it :^) > - I've added the additional httpd_flags example back - without it, the > following sentence doesn't make s

Re: [PATCH] intro(8) - corrections and update

2015-11-04 Thread Jason McIntyre
On Wed, Nov 04, 2015 at 10:56:58AM +, Raf Czlonka wrote: > > I've attached an updated patch, with only the "undisputed" parts :^) > > Raf > committed, slightly tweaked, with one notable change: > Index: share/man/man8/intro.8 > ==

Re: wc does not count last line if no trailing newline present

2015-11-04 Thread Jason McIntyre
On Wed, Nov 04, 2015 at 12:09:45PM +0100, Ingo Schwarze wrote: > Hi, > > Jason McIntyre wrote on Wed, Nov 04, 2015 at 07:51:30AM +: > > > the clarity is good, but i worry that you're making a clear sentence > > harder to grasp. posix spec itself says -l counts &q

Re: cvs.1: document annotate command

2015-11-05 Thread Jason McIntyre
On Thu, Nov 05, 2015 at 03:11:38PM +0100, Frederic Nowak wrote: > Hi there, > > it seems the documentation for cvs(1) is missing a few commands: > annotate, edit, editors, login, logout, pserver, rannotate, rlog, > server, version, watch, watchers, unedit > The patch below adds a description for a

Re: cvs.1: document annotate command

2015-11-05 Thread Jason McIntyre
On Thu, Nov 05, 2015 at 04:59:21PM +0100, Frederic Nowak wrote: > > On 05 November 2015 at 16:08 Jason McIntyre wrote: > > > > > > On Thu, Nov 05, 2015 at 03:11:38PM +0100, Frederic Nowak wrote: > > > Hi there, > > > > > > it seems the

Re: cvs.1: document annotate command

2015-11-05 Thread Jason McIntyre
On Thu, Nov 05, 2015 at 11:26:19AM -0700, Todd C. Miller wrote: > On Thu, 05 Nov 2015 17:12:28 +0000, Jason McIntyre wrote: > > > however it's generated, we don;t have local changes in this file (as far > > as i'm aware). if gnu cvs have some doc bugs, you can ping th

Re: tls_init.3 add small info

2015-11-09 Thread Jason McIntyre
On Thu, Nov 05, 2015 at 02:11:06PM +0100, Jan Klemkow wrote: > Hi, > > I'm playing around with client-side certificates[1] and saw that the > manpage of tls_init.3 recommend to uses the functions: > tls_config_set_ca_{file,path,mem} only in client context. > > But to check client-side certificate

Re: printf(3) wording

2015-11-17 Thread Jason McIntyre
On Tue, Nov 17, 2015 at 10:38:41AM +0100, Jan Stary wrote: > I am not a native speaker, but the conversion specifiers > are "interpreted" by printf, not "interpolated", right? > > Jan > i don;t know how these implementations work, so it's hard to say. perhaps they are interpolated. maybe u

Re: printf(3) wording

2015-11-17 Thread Jason McIntyre
On Tue, Nov 17, 2015 at 06:14:33PM +0100, Jan Stary wrote: > On Nov 17 17:06:11, j...@kerhand.co.uk wrote: > > On Tue, Nov 17, 2015 at 10:38:41AM +0100, Jan Stary wrote: > > > I am not a native speaker, but the conversion specifiers > > > are "interpreted" by printf, not "interpolated", right? > >

Re: fdisk(8) -l -c -h -s manpage bits

2015-11-17 Thread Jason McIntyre
On Tue, Nov 17, 2015 at 09:36:26AM +0100, Jan Stary wrote: > On Nov 14 14:17:08, k...@openbsd.org wrote: > > Modified files: > > sbin/fdisk : disk.c fdisk.c > > > > Log message: > > Since -l is ignored if -c/-h/-s are specified, make that combination > > invalid and mention the constraint

Re: fdisk(8) -l -c -h -s manpage bits

2015-11-17 Thread Jason McIntyre
On Tue, Nov 17, 2015 at 06:38:06PM +0100, Jan Stary wrote: > On Nov 17 17:21:42, j...@kerhand.co.uk wrote: > > On Tue, Nov 17, 2015 at 09:36:26AM +0100, Jan Stary wrote: > > > On Nov 14 14:17:08, k...@openbsd.org wrote: > > > > Modified files: > > > > sbin/fdisk : disk.c fdisk.c > > >

Re: sndio.1 vs -L

2015-11-18 Thread Jason McIntyre
On Wed, Nov 18, 2015 at 12:18:00PM +0100, Jan Stary wrote: > On Nov 18 01:30:08, ratc...@openbsd.org wrote: > > usr.bin/sndiod : sndiod.1 > > say that network communication is not secure > > "listen _on_" an address, > even if -L is disabled for now. > > Jan > fixed, thanks. jmc > I

Re: [patch] fortune(6): fix missing negative in manpage

2015-11-20 Thread Jason McIntyre
On Thu, Nov 19, 2015 at 08:10:08AM -0800, Serguey Parkhomovsky wrote: > If you are willing to be offended, then quit using -o? It should be the > opposite. > > Index: fortune.6 > === > RCS file: /cvs/src/games/fortune/fortune/fortune.

Re: [PATCH] typo in vmm.conf(5)

2015-11-23 Thread Jason McIntyre
On Mon, Nov 23, 2015 at 09:13:10PM +0100, Frank Groeneveld wrote: > I've been testing vmm(8) and it seems to work great so far. Keep up the good > work! > > I found a small typo in one of the man pages. A diff to fix it below. > > Frank > fixed, thanks. jmc > Index: usr.sbin/vmmctl/vmm.conf.5

Re: rm bge supported devices

2015-12-02 Thread Jason McIntyre
On Wed, Dec 02, 2015 at 06:37:19AM -0500, Ted Unangst wrote: > There are many other product lists, but starting with the two big broadcom > flavors here. I've had a dozen machines with bge, but none of them were listed > in the man page. I don't think these product lists are helpful. > > 1. If you

Re: rm bge supported devices

2015-12-02 Thread Jason McIntyre
On Wed, Dec 02, 2015 at 07:07:03AM -0500, Ted Unangst wrote: > Jason McIntyre wrote: > > i disagree. it takes .2 of a second to grep the man pages. if nothing > > shows up, so what. you're no worse off. but if you get a match, great. > > > > why undo what&#

Re: Move ancient ksh bug from README to man page

2015-12-06 Thread Jason McIntyre
On Sun, Dec 06, 2015 at 09:17:21AM +0100, Theo Buehler wrote: > On Sun, Dec 06, 2015 at 12:00:36AM -0500, Michael McConville wrote: > > Thoughts? ok? > > > > It makes sense to me to document this in the manual, and not in a README > file that no-one reads, so ok from me, but please wait for jmc@'

Re: Move ancient ksh bug from README to man page

2015-12-06 Thread Jason McIntyre
On Sun, Dec 06, 2015 at 04:03:16AM -0500, Ted Unangst wrote: > Jason McIntyre wrote: > > the trouble is i think there are some known bugs with ksh. i think it > > probably would be better to keep a note of them in a separate file, as > > is done now. i'm not really

Re: ksh.1: simplify SYNOPSIS a bit

2015-12-25 Thread Jason McIntyre
On Fri, Dec 25, 2015 at 01:23:06PM -0500, Michael Reed wrote: > Literal pipe characters are easier to read and there isn't any > difference in the output for mandoc(1) -Thtml and -Tutf8. > > \*(Ba is still used elsewhere in ksh.1, although I didn't touch > those as I'm unsure if this change is eve

Re: Clarify factor(6)

2015-12-26 Thread Jason McIntyre
On Sat, Dec 26, 2015 at 10:01:34AM +0100, Michal Mazurek wrote: > Index: factor.6 > === > RCS file: /cvs/src/games/factor/factor.6,v > retrieving revision 1.12 > diff -u -p -r1.12 factor.6 > --- factor.6 24 Jan 2011 00:42:44 -

Re: Hint to video(1) in the video(4) man page.

2016-01-05 Thread Jason McIntyre
On Tue, Jan 05, 2016 at 02:56:00PM +, Gerald Hanuer wrote: > Hello tech@, > > There's is no mention of the user land program "video(1)" in video(4) > or uvideo(4) for that matter, > so add a link in the chain. > > Regards, > > Gerald Hanuer > taken, thanks. but note that SEE ALSO sort

<    4   5   6   7   8   9   10   11   12   13   >