CVS commit: [netbsd-9] src/share/man/man4

2024-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jun 17 18:03:43 UTC 2024

Modified Files:
src/share/man/man4 [netbsd-9]: eap.4

Log Message:
Pull up following revision(s) (requested by nia in ticket #1844):

share/man/man4/eap.4: revision 1.20
share/man/man4/eap.4: revision 1.18
share/man/man4/eap.4: revision 1.19

Note that EAP_USE_BOTH_DACS is deprecated in the eap(4) manual page.

eap(4): touch up markup a bit

add additional details about how EAP_USE_BOTH_DACS works and is used
requested by uwe


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.66.1 src/share/man/man4/eap.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man4

2024-06-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jun 17 18:03:43 UTC 2024

Modified Files:
src/share/man/man4 [netbsd-9]: eap.4

Log Message:
Pull up following revision(s) (requested by nia in ticket #1844):

share/man/man4/eap.4: revision 1.20
share/man/man4/eap.4: revision 1.18
share/man/man4/eap.4: revision 1.19

Note that EAP_USE_BOTH_DACS is deprecated in the eap(4) manual page.

eap(4): touch up markup a bit

add additional details about how EAP_USE_BOTH_DACS works and is used
requested by uwe


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.66.1 src/share/man/man4/eap.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/eap.4
diff -u src/share/man/man4/eap.4:1.17 src/share/man/man4/eap.4:1.17.66.1
--- src/share/man/man4/eap.4:1.17	Wed Apr 30 13:10:53 2008
+++ src/share/man/man4/eap.4	Mon Jun 17 18:03:43 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: eap.4,v 1.17 2008/04/30 13:10:53 martin Exp $
+.\" $NetBSD: eap.4,v 1.17.66.1 2024/06/17 18:03:43 martin Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,18 +27,19 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 22, 2006
+.Dd May 16, 2024
 .Dt EAP 4
 .Os
 .Sh NAME
 .Nm eap
 .Nd AudioPCI audio device driver
 .Sh SYNOPSIS
-.Cd "eap*   at pci? dev ? function ?"
-.Cd "audio* at audiobus?"
-.Cd "joy*   at eap?"
-.Cd "midi*  at eap?"
+.Cd "eap*at pci? dev ? function ?"
 .Cd "options EAP_USE_BOTH_DACS"
+.Pp
+.Cd "audio*  at audiobus?"
+.Cd "joy*at eap?"
+.Cd "midi*   at eap?"
 .Sh DESCRIPTION
 The
 .Nm
@@ -47,14 +48,14 @@ SoundBlaster PCI series of audio cards.
 All models based on the ES1370, ES1371, and ES1373 chips are supported.
 .Pp
 By specifying:
-.Bd -unfilled -offset indent
-options EAP_USE_BOTH_DACS
-.Ed
+.Pp
+.D1 Cd options EAP_USE_BOTH_DACS
 .Pp
 a second audio device is attached.
-You can use it simply by directing audio output to it.
-This way it is possible for two different programs to use the "same"
-audio device simultaneously.
+This can be used for audio output simultaneously with the primary DAC.
+You can use it simply by directing audio output to the additional
+.Pa /dev/audioX
+device associated with it.
 .Sh SEE ALSO
 .Xr ac97 4 ,
 .Xr audio 4 ,
@@ -76,3 +77,18 @@ This is unlikely to work on PCI busses o
 There is also a possibility for conflicts with real ISA devices
 because the PCI bus is probed before ISA.
 Use with caution.
+.Pp
+The
+.Dv EAP_USE_BOTH_DACS
+option is rather redundant after the introduction of the in-kernel audio
+mixer, and may be removed in a future release.
+It is possible that it could be used to accelerate mixing streams by
+taking advantage of the hardware's features, but currently the
+additional (small) overhead of the kernel mixer is impossible to bypass,
+since
+.Nx
+no longer allows userspace software to write directly to audio hardware.
+The
+.Nm
+hardware only features one clock, so generally the second audio device
+must be configured in the same way as the first.



CVS commit: [netbsd-9] src/share/man/man4

2023-05-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 13 11:30:45 UTC 2023

Modified Files:
src/share/man/man4 [netbsd-9]: video.4

Log Message:
Pull up following revision(s) (requested by khorben in ticket #1631):

share/man/man4/video.4: revision 1.11

video(4): fix a typo (PR misc/57364)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.28.1 src/share/man/man4/video.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/video.4
diff -u src/share/man/man4/video.4:1.10 src/share/man/man4/video.4:1.10.28.1
--- src/share/man/man4/video.4:1.10	Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/video.4	Sat May 13 11:30:45 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: video.4,v 1.10 2014/03/18 18:20:39 riastradh Exp $
+.\"	$NetBSD: video.4,v 1.10.28.1 2023/05/13 11:30:45 martin Exp $
 .\"
 .\" Copyright (c) 2008 Patrick Mahoney
 .\" All rights reserved.
@@ -92,7 +92,7 @@ filled by the driver:
 describes the driver used by this device,
 .Va card
 describes the video capture card or camera, and
-.Va buf_info
+.Va bus_info
 represents the bus to which the hardware device is attached.
 .Pp
 The



CVS commit: [netbsd-9] src/share/man/man4

2023-05-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 13 11:30:45 UTC 2023

Modified Files:
src/share/man/man4 [netbsd-9]: video.4

Log Message:
Pull up following revision(s) (requested by khorben in ticket #1631):

share/man/man4/video.4: revision 1.11

video(4): fix a typo (PR misc/57364)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.28.1 src/share/man/man4/video.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man7

2019-11-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 19 13:20:08 UTC 2019

Modified Files:
src/share/man/man7 [netbsd-9]: ascii.7

Log Message:
Pull up following revision(s) (requested by sevan in ticket #454):

share/man/man7/ascii.7: revision 1.14
share/man/man7/ascii.7: revision 1.15

Document standards and correct history.
via Free / OpenBSD.

Sync with FreeBSD which capitalizes the control character names, and adds
a binary set.

Add a table with the full names for the control character set.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.6.1 src/share/man/man7/ascii.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/ascii.7
diff -u src/share/man/man7/ascii.7:1.13 src/share/man/man7/ascii.7:1.13.6.1
--- src/share/man/man7/ascii.7:1.13	Sun Feb 11 13:31:17 2018
+++ src/share/man/man7/ascii.7	Tue Nov 19 13:20:07 2019
@@ -1,5 +1,4 @@
-.\"	$NetBSD: ascii.7,v 1.13 2018/02/11 13:31:17 wiz Exp $
-.\"
+.\" $NetBSD: ascii.7,v 1.13.6.1 2019/11/19 13:20:07 martin Exp $
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -28,23 +27,26 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	@(#)ascii.7	8.1 (Berkeley) 6/5/93
+.\" $FreeBSD: head/share/man/man7/ascii.7 325217 2017-10-31 06:43:37Z eadler $
 .\"
-.Dd February 8, 2017
+.Dd November 19, 2019
 .Dt ASCII 7
 .Os
 .Sh NAME
 .Nm ascii
-.Nd octal, hexadecimal and decimal ASCII character sets
+.Nd octal, hexadecimal, decimal and binary
+.Tn ASCII
+character sets
 .Sh DESCRIPTION
 The
 .Nm octal
 set:
 .Bd -literal -offset left
-000 nul  001 soh  002 stx  003 etx  004 eot  005 enq  006 ack  007 bel
-010 bs   011 ht   012 nl   013 vt   014 np   015 cr   016 so   017 si
-020 dle  021 dc1  022 dc2  023 dc3  024 dc4  025 nak  026 syn  027 etb
-030 can  031 em   032 sub  033 esc  034 fs   035 gs   036 rs   037 us
-040 sp   041  !   042  "   043  #   044  $   045  %   046  &   047  '
+000 NUL  001 SOH  002 STX  003 ETX  004 EOT  005 ENQ  006 ACK  007 BEL
+010 BS   011 HT   012 LF   013 VT   014 FF   015 CR   016 SO   017 SI
+020 DLE  021 DC1  022 DC2  023 DC3  024 DC4  025 NAK  026 SYN  027 ETB
+030 CAN  031 EM   032 SUB  033 ESC  034 FS   035 GS   036 RS   037 US
+040 SP   041  !   042  "   043  #   044  $   045  %   046  &   047  '
 050  (   051  )   052  *   053  +   054  ,   055  -   056  .   057  /
 060  0   061  1   062  2   063  3   064  4   065  5   066  6   067  7
 070  8   071  9   072  :   073  ;   074  <   075  =   076  >   077  ?
@@ -55,18 +57,18 @@ set:
 140  `   141  a   142  b   143  c   144  d   145  e   146  f   147  g
 150  h   151  i   152  j   153  k   154  l   155  m   156  n   157  o
 160  p   161  q   162  r   163  s   164  t   165  u   166  v   167  w
-170  x   171  y   172  z   173  {   174  |   175  }   176  ~   177 del
+170  x   171  y   172  z   173  {   174  |   175  }   176  ~   177 DEL
 .Ed
 .Pp
 The
 .Nm hexadecimal
 set:
 .Bd -literal -offset left
-00 nul   01 soh   02 stx   03 etx   04 eot   05 enq   06 ack   07 bel
-08 bs09 ht0a nl0b vt0c np0d cr0e so0f si
-10 dle   11 dc1   12 dc2   13 dc3   14 dc4   15 nak   16 syn   17 etb
-18 can   19 em1a sub   1b esc   1c fs1d gs1e rs1f us
-20 sp21  !22  "23  #24  $25  %26  &27  '
+00 NUL   01 SOH   02 STX   03 ETX   04 EOT   05 ENQ   06 ACK   07 BEL
+08 BS09 HT0a LF0b VT0c FF0d CR0e SO0f SI
+10 DLE   11 DC1   12 DC2   13 DC3   14 DC4   15 NAK   16 SYN   17 ETB
+18 CAN   19 EM1a SUB   1b ESC   1c FS1d GS1e RS1f US
+20 SP21  !22  "23  #24  $25  %26  &27  '
 28  (29  )2a  *2b  +2c  ,2d  -2e  .2f  /
 30  031  132  233  334  435  536  637  7
 38  839  93a  :3b  ;3c  <3d  =3e  >3f  ?
@@ -77,18 +79,18 @@ set:
 60  \`61  a62  b63  c64  d65  e66  f67  g
 68  h69  i6a  j6b  k6c  l6d  m6e  n6f  o
 70  p71  q72  r73  s74  t75  u76  v77  w
-78  x79  y7a  z7b  {7c  |7d  }7e  ~7f del
+78  x79  y7a  z7b  {7c  |7d  }7e  ~7f DEL
 .Ed
 .Pp
 The
 .Nm decimal
 set:
 .Bd -literal -offset left
-  0 nul1 soh2 stx3 etx4 eot5 enq6 ack7 bel
-  8 bs 9 ht10 nl11 vt12 np13 cr14 so15 si
- 16 dle   17 dc1   18 dc2   19 dc3   20 dc4   21 nak   22 syn   23 etb
- 24 can   25 em26 sub   27 esc   28 fs29 gs30 rs31 us
- 32 sp33  !34  "35  #36  $37  %38  &39  '
+  0 NUL1 SOH2 STX3 ETX4 EOT5 ENQ6 ACK7 BEL
+  8 BS 9 HT10 LF11 VT12 FF13 CR14 SO15 SI
+ 16 DLE   17 DC1   18 DC2   19 DC3   20 DC4   21 NAK   22 SYN   23 ETB
+ 

CVS commit: [netbsd-9] src/share/man/man7

2019-11-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 19 13:20:08 UTC 2019

Modified Files:
src/share/man/man7 [netbsd-9]: ascii.7

Log Message:
Pull up following revision(s) (requested by sevan in ticket #454):

share/man/man7/ascii.7: revision 1.14
share/man/man7/ascii.7: revision 1.15

Document standards and correct history.
via Free / OpenBSD.

Sync with FreeBSD which capitalizes the control character names, and adds
a binary set.

Add a table with the full names for the control character set.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.6.1 src/share/man/man7/ascii.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man7

2019-11-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 18 19:45:00 UTC 2019

Modified Files:
src/share/man/man7 [netbsd-9]: sysctl.7

Log Message:
Pull up following revision(s) (requested by nia in ticket #440):

share/man/man7/sysctl.7: revision 1.142

Document usage of KERN_ARND


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.139.2.1 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man7

2019-11-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 18 19:45:00 UTC 2019

Modified Files:
src/share/man/man7 [netbsd-9]: sysctl.7

Log Message:
Pull up following revision(s) (requested by nia in ticket #440):

share/man/man7/sysctl.7: revision 1.142

Document usage of KERN_ARND


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.139.2.1 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.139 src/share/man/man7/sysctl.7:1.139.2.1
--- src/share/man/man7/sysctl.7:1.139	Sat Jun  1 19:54:34 2019
+++ src/share/man/man7/sysctl.7	Mon Nov 18 19:45:00 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.139 2019/06/01 19:54:34 kamil Exp $
+.\"	$NetBSD: sysctl.7,v 1.139.2.1 2019/11/18 19:45:00 martin Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -382,8 +382,10 @@ the variable may be created and removed 
 upon loading or unloading the corresponding kernel module.
 .It Li kern.aio_max
 The maximum number of asynchronous I/O operations.
-.It Li kern.arandom
-This variable picks a random number each time it is queried.
+.It Li kern.arandom ( Dv KERN_ARND )
+This variable returns up to 256 bytes of random data.
+Multiple queries can be used to obtain an infinite amount of
+non-blocking cryptographically secure random data.
 The used random number generator
 .Pf ( RNG )
 is based on



CVS commit: [netbsd-9] src/share/man/man4

2019-09-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Sep 24 02:48:51 UTC 2019

Modified Files:
src/share/man/man4 [netbsd-9]: mcx.4

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #234):

share/man/man4/mcx.4: revision 1.2

mcx(4) will appear in 9.0


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/share/man/man4/mcx.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/mcx.4
diff -u src/share/man/man4/mcx.4:1.1.2.2 src/share/man/man4/mcx.4:1.1.2.3
--- src/share/man/man4/mcx.4:1.1.2.2	Mon Sep 23 07:04:40 2019
+++ src/share/man/man4/mcx.4	Tue Sep 24 02:48:51 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mcx.4,v 1.1.2.2 2019/09/23 07:04:40 martin Exp $
+.\" $NetBSD: mcx.4,v 1.1.2.3 2019/09/24 02:48:51 martin Exp $
 .\"
 .\" Copyright (c) 2019 David Gwynne 
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd September 21, 2019
+.Dd September 23, 2019
 .Dt MCX 4
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@ The
 driver first appeared in
 .Ox 6.6
 and in
-.Nx 10.0 .
+.Nx 9.0 .
 .Sh AUTHORS
 The
 .Nm



CVS commit: [netbsd-9] src/share/man/man4

2019-09-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Sep 24 02:48:51 UTC 2019

Modified Files:
src/share/man/man4 [netbsd-9]: mcx.4

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #234):

share/man/man4/mcx.4: revision 1.2

mcx(4) will appear in 9.0


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/share/man/man4/mcx.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man5

2019-09-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep 22 12:22:23 UTC 2019

Modified Files:
src/share/man/man5 [netbsd-9]: mk.conf.5

Log Message:
Pull up following revision(s) (requested by gson in ticket #219):

share/man/man5/mk.conf.5: revision 1.79

MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.2.1 src/share/man/man5/mk.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.78 src/share/man/man5/mk.conf.5:1.78.2.1
--- src/share/man/man5/mk.conf.5:1.78	Wed Feb 20 17:48:31 2019
+++ src/share/man/man5/mk.conf.5	Sun Sep 22 12:22:23 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mk.conf.5,v 1.78 2019/02/20 17:48:31 wiz Exp $
+.\"	$NetBSD: mk.conf.5,v 1.78.2.1 2019/09/22 12:22:23 martin Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 19, 2019
+.Dd September 16, 2019
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -852,7 +852,7 @@ Indicates whether the YP (NIS) infrastru
 Indicates whether the ZFS kernel module and the utilities and
 libraries used to manage the ZFS system are to be built.
 .DFLTy
-on i386 and amd64,
+on amd64,
 .Dq no
 on other architectures.
 .



CVS commit: [netbsd-9] src/share/man/man5

2019-09-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep 22 12:22:23 UTC 2019

Modified Files:
src/share/man/man5 [netbsd-9]: mk.conf.5

Log Message:
Pull up following revision(s) (requested by gson in ticket #219):

share/man/man5/mk.conf.5: revision 1.79

MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.2.1 src/share/man/man5/mk.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man4

2019-09-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Sep  5 09:00:22 UTC 2019

Modified Files:
src/share/man/man4 [netbsd-9]: options.4

Log Message:
Pull up following revision(s) (requested by gson in ticket #178):

share/man/man4/options.4: revision 1.507

Don't say that makeoptions DEBUG="-g" also turns on options DEBUG,
because it does not.  Fixes PR kern/54438.


To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.506.2.1 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.506 src/share/man/man4/options.4:1.506.2.1
--- src/share/man/man4/options.4:1.506	Wed May 22 15:17:48 2019
+++ src/share/man/man4/options.4	Thu Sep  5 09:00:22 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: options.4,v 1.506 2019/05/22 15:17:48 wiz Exp $
+.\"	$NetBSD: options.4,v 1.506.2.1 2019/09/05 09:00:22 martin Exp $
 .\"
 .\" Copyright (c) 1996
 .\" 	Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd May 21, 2019
+.Dd August 20, 2019
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -604,9 +604,6 @@ is useful for debugging kernel crash dum
 See
 .Xr gdb 1
 for details.
-This also turns on
-.Em options DEBUG
-(which see).
 .It Cd options DEBUG
 Turns on miscellaneous kernel debugging.
 Since options are turned into preprocessor defines (see above),



CVS commit: [netbsd-9] src/share/man/man4

2019-09-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Sep  5 09:00:22 UTC 2019

Modified Files:
src/share/man/man4 [netbsd-9]: options.4

Log Message:
Pull up following revision(s) (requested by gson in ticket #178):

share/man/man4/options.4: revision 1.507

Don't say that makeoptions DEBUG="-g" also turns on options DEBUG,
because it does not.  Fixes PR kern/54438.


To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.506.2.1 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man

2019-09-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Sep  2 17:17:12 UTC 2019

Modified Files:
src/share/man/man1/man1.atari [netbsd-9]: edahdi.1 msconfig.1
src/share/man/man1/man1.x68k [netbsd-9]: aout2hux.1 bellctrl.1
loadfont.1 loadkmap.1 palette.1 tvctrl.1
src/share/man/man4 [netbsd-9]: null.4
src/share/man/man8/man8.next68k [netbsd-9]: boot.8
src/share/man/man9 [netbsd-9]: arp.9

Log Message:
Pull up following revision(s) (requested by sevan in tickets
 #154 - #164):

share/man/man1/man1.x68k/tvctrl.1: revision 1.6
share/man/man1/man1.x68k/aout2hux.1: revision 1.6
share/man/man1/man1.x68k/palette.1: revision 1.7
share/man/man9/arp.9: revision 1.27
share/man/man1/man1.atari/edahdi.1: revision 1.12
share/man/man1/man1.x68k/loadkmap.1: revision 1.7
share/man/man1/man1.atari/msconfig.1: revision 1.9
share/man/man1/man1.x68k/bellctrl.1: revision 1.16
share/man/man1/man1.x68k/bellctrl.1: revision 1.17
share/man/man4/null.4: revision 1.5
share/man/man4/null.4: revision 1.6
share/man/man1/man1.x68k/loadfont.1: revision 1.10
share/man/man8/man8.next68k/boot.8: revision 1.5

Provide history.
Improve grammar and readability. Minor cosmetics.
Update arpresolve arguments


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.48.1 src/share/man/man1/man1.atari/edahdi.1
cvs rdiff -u -r1.8 -r1.8.48.1 src/share/man/man1/man1.atari/msconfig.1
cvs rdiff -u -r1.5 -r1.5.102.1 src/share/man/man1/man1.x68k/aout2hux.1 \
src/share/man/man1/man1.x68k/tvctrl.1
cvs rdiff -u -r1.15 -r1.15.8.1 src/share/man/man1/man1.x68k/bellctrl.1
cvs rdiff -u -r1.9 -r1.9.102.1 src/share/man/man1/man1.x68k/loadfont.1
cvs rdiff -u -r1.6 -r1.6.102.1 src/share/man/man1/man1.x68k/loadkmap.1 \
src/share/man/man1/man1.x68k/palette.1
cvs rdiff -u -r1.4 -r1.4.102.1 src/share/man/man4/null.4
cvs rdiff -u -r1.4 -r1.4.62.1 src/share/man/man8/man8.next68k/boot.8
cvs rdiff -u -r1.26 -r1.26.28.1 src/share/man/man9/arp.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man1/man1.atari/edahdi.1
diff -u src/share/man/man1/man1.atari/edahdi.1:1.11 src/share/man/man1/man1.atari/edahdi.1:1.11.48.1
--- src/share/man/man1/man1.atari/edahdi.1:1.11	Tue Oct 20 19:10:10 2009
+++ src/share/man/man1/man1.atari/edahdi.1	Mon Sep  2 17:17:12 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: edahdi.1,v 1.11 2009/10/20 19:10:10 snj Exp $
+.\"	$NetBSD: edahdi.1,v 1.11.48.1 2019/09/02 17:17:12 martin Exp $
 .\"
 .\" Copyright (c) 1996 Leo Weppelman
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 16, 1996
+.Dd September 1, 2019
 .Dt EDAHDI 1 atari
 .Os
 .Sh NAME
@@ -35,16 +35,16 @@
 .Sh DESCRIPTION
 .Nm
 allows you to modify the partition identifiers on a disk partitioned with
-AHDI or an AHDI compatible formatter. An AHDI partition format is usually
-only present on disks shared between
+AHDI or an AHDI compatible formatter.
+An AHDI partition format is usually only present on disks shared between
 .Nx
-and some other OS. The partition identifiers are used by
+and some other OS.
+The partition identifiers are used by
 .Nx
 as a guideline to emulate a disklabel on such a disk.
 .Pp
 .Nm
 supports the following options:
-.Pp
 .Bl -tag -width device
 .It Ar device
 The name of the raw device you want to edit.
@@ -52,13 +52,12 @@ The name of the raw device you want to e
 .Pp
 The following partition identifiers are recognized by
 .Nx :
-.Pp
 .Bl -tag -width "GEM or BGM" -compact
 .It NBD
 Partition is reserved for
 .Nx .
-This can be either a root or an user partition. The first NBD
-partition on a disk will be mapped to partition
+This can be either a root or an user partition.
+The first NBD partition on a disk will be mapped to partition
 .Em a
 in
 .Nx .
@@ -72,7 +71,8 @@ The first SWP partition is mapped to par
 .It GEM or BGM
 These partitions are mapped from
 .Em d
-up. The filesystem type is msdos.
+up.
+The filesystem type is msdos.
 .It NBR
 .Nx
 root partition (deprecated).
@@ -84,8 +84,7 @@ user partition (deprecated).
 swap partition (deprecated).
 .El
 .Sh EXAMPLES
-Say, you have a disk with that is partitioned like:
-.Pp
+Say, you have a disk that is partitioned like:
 .Bl -column Number   Id
 .It Sy "Number" Ta Sy "Id"
 .It 1 Ta GEM
@@ -97,7 +96,6 @@ Say, you have a disk with that is partit
 This partitioning will show up in
 .Nx
 as (Number refers to the first table):
-.Pp
 .Bl -column "c (whole disk)" "Fstype" "Number"
 .It Sy Partition Ta Sy Fstype Ta Sy Number
 .It c (whole disk) Ta unused Ta ""
@@ -107,10 +105,10 @@ as (Number refers to the first table):
 .It g (user part) Ta MSDOS Ta 4
 .El
 .Pp
-Now you decide to change the id of partition 

CVS commit: [netbsd-9] src/share/man

2019-09-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Sep  2 17:17:12 UTC 2019

Modified Files:
src/share/man/man1/man1.atari [netbsd-9]: edahdi.1 msconfig.1
src/share/man/man1/man1.x68k [netbsd-9]: aout2hux.1 bellctrl.1
loadfont.1 loadkmap.1 palette.1 tvctrl.1
src/share/man/man4 [netbsd-9]: null.4
src/share/man/man8/man8.next68k [netbsd-9]: boot.8
src/share/man/man9 [netbsd-9]: arp.9

Log Message:
Pull up following revision(s) (requested by sevan in tickets
 #154 - #164):

share/man/man1/man1.x68k/tvctrl.1: revision 1.6
share/man/man1/man1.x68k/aout2hux.1: revision 1.6
share/man/man1/man1.x68k/palette.1: revision 1.7
share/man/man9/arp.9: revision 1.27
share/man/man1/man1.atari/edahdi.1: revision 1.12
share/man/man1/man1.x68k/loadkmap.1: revision 1.7
share/man/man1/man1.atari/msconfig.1: revision 1.9
share/man/man1/man1.x68k/bellctrl.1: revision 1.16
share/man/man1/man1.x68k/bellctrl.1: revision 1.17
share/man/man4/null.4: revision 1.5
share/man/man4/null.4: revision 1.6
share/man/man1/man1.x68k/loadfont.1: revision 1.10
share/man/man8/man8.next68k/boot.8: revision 1.5

Provide history.
Improve grammar and readability. Minor cosmetics.
Update arpresolve arguments


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.48.1 src/share/man/man1/man1.atari/edahdi.1
cvs rdiff -u -r1.8 -r1.8.48.1 src/share/man/man1/man1.atari/msconfig.1
cvs rdiff -u -r1.5 -r1.5.102.1 src/share/man/man1/man1.x68k/aout2hux.1 \
src/share/man/man1/man1.x68k/tvctrl.1
cvs rdiff -u -r1.15 -r1.15.8.1 src/share/man/man1/man1.x68k/bellctrl.1
cvs rdiff -u -r1.9 -r1.9.102.1 src/share/man/man1/man1.x68k/loadfont.1
cvs rdiff -u -r1.6 -r1.6.102.1 src/share/man/man1/man1.x68k/loadkmap.1 \
src/share/man/man1/man1.x68k/palette.1
cvs rdiff -u -r1.4 -r1.4.102.1 src/share/man/man4/null.4
cvs rdiff -u -r1.4 -r1.4.62.1 src/share/man/man8/man8.next68k/boot.8
cvs rdiff -u -r1.26 -r1.26.28.1 src/share/man/man9/arp.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man9

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 19:34:16 UTC 2019

Modified Files:
src/share/man/man9 [netbsd-9]: copy.9 intro.9 uiomove.9

Log Message:
Pull up following revision(s) (requested by oster in ticket #167):

share/man/man9/copy.9: revision 1.21
share/man/man9/intro.9: revision 1.25
share/man/man9/uiomove.9: revision 1.19

s/Xr store/Xr ustore/ to fix cross-references in these man-pages.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.6.1 src/share/man/man9/copy.9
cvs rdiff -u -r1.24 -r1.24.2.1 src/share/man/man9/intro.9
cvs rdiff -u -r1.18 -r1.18.8.1 src/share/man/man9/uiomove.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man9

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 19:34:16 UTC 2019

Modified Files:
src/share/man/man9 [netbsd-9]: copy.9 intro.9 uiomove.9

Log Message:
Pull up following revision(s) (requested by oster in ticket #167):

share/man/man9/copy.9: revision 1.21
share/man/man9/intro.9: revision 1.25
share/man/man9/uiomove.9: revision 1.19

s/Xr store/Xr ustore/ to fix cross-references in these man-pages.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.6.1 src/share/man/man9/copy.9
cvs rdiff -u -r1.24 -r1.24.2.1 src/share/man/man9/intro.9
cvs rdiff -u -r1.18 -r1.18.8.1 src/share/man/man9/uiomove.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/copy.9
diff -u src/share/man/man9/copy.9:1.20 src/share/man/man9/copy.9:1.20.6.1
--- src/share/man/man9/copy.9:1.20	Thu Feb  8 09:03:23 2018
+++ src/share/man/man9/copy.9	Sun Sep  1 19:34:16 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: copy.9,v 1.20 2018/02/08 09:03:23 dholland Exp $
+.\"	$NetBSD: copy.9,v 1.20.6.1 2019/09/01 19:34:16 martin Exp $
 .\"
 .\" Copyright (c) 1996, 2002 Jason R. Thorpe.
 .\" All rights reserved.
@@ -177,4 +177,4 @@ if the string is longer than
 bytes.
 .Sh SEE ALSO
 .Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9

Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.24 src/share/man/man9/intro.9:1.24.2.1
--- src/share/man/man9/intro.9:1.24	Wed May  8 14:25:39 2019
+++ src/share/man/man9/intro.9	Sun Sep  1 19:34:16 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.24 2019/05/08 14:25:39 isaki Exp $
+.\" $NetBSD: intro.9,v 1.24.2.1 2019/09/01 19:34:16 martin Exp $
 .\"
 .\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -322,7 +322,7 @@ See
 .Pp
 Store data to user-space.
 See
-.Xr store 9 .
+.Xr ustore 9 .
 .Pp
 Fetch data from user-space.
 See

Index: src/share/man/man9/uiomove.9
diff -u src/share/man/man9/uiomove.9:1.18 src/share/man/man9/uiomove.9:1.18.8.1
--- src/share/man/man9/uiomove.9:1.18	Mon Jul  3 21:28:48 2017
+++ src/share/man/man9/uiomove.9	Sun Sep  1 19:34:16 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uiomove.9,v 1.18 2017/07/03 21:28:48 wiz Exp $
+.\"	$NetBSD: uiomove.9,v 1.18.8.1 2019/09/01 19:34:16 martin Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -151,4 +151,4 @@ is returned.
 .Sh SEE ALSO
 .Xr copy 9 ,
 .Xr fetch 9 ,
-.Xr store 9
+.Xr ustore 9



CVS commit: [netbsd-9] src/share/man/man9

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 19:31:44 UTC 2019

Modified Files:
src/share/man/man9 [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by oster in ticket #166):

share/man/man9/Makefile: revision 1.439

oops. i must have deleted the 'u' in 'ustore.9' when partially
fixing the alphabeta ordering here.  fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.437.2.1 -r1.437.2.2 src/share/man/man9/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/share/man/man9

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 19:31:44 UTC 2019

Modified Files:
src/share/man/man9 [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by oster in ticket #166):

share/man/man9/Makefile: revision 1.439

oops. i must have deleted the 'u' in 'ustore.9' when partially
fixing the alphabeta ordering here.  fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.437.2.1 -r1.437.2.2 src/share/man/man9/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.437.2.1 src/share/man/man9/Makefile:1.437.2.2
--- src/share/man/man9/Makefile:1.437.2.1	Sun Sep  1 13:00:37 2019
+++ src/share/man/man9/Makefile	Sun Sep  1 19:31:43 2019
@@ -1,4 +1,4 @@
-#   $NetBSD: Makefile,v 1.437.2.1 2019/09/01 13:00:37 martin Exp $
+#   $NetBSD: Makefile,v 1.437.2.2 2019/09/01 19:31:43 martin Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -53,14 +53,13 @@ MAN=	accept_filter.9 accf_data.9 accf_ht
 	SET.9 setbit.9 setjmp.9 shutdownhook_establish.9 \
 	signal.9 skpc.9 sockopt.9 softintr.9 spl.9 specificdata.9 \
 	spi.9 splraiseipl.9 \
-	store.9 \
 	suspendsched.9 \
 	sysctl.9 sysmon_envsys.9 sysmon_pswitch.9 sysmon_taskq.9 tc.9 \
 	tcp_congctl.9 threadpool.9 timecounter.9 time_second.9 todr.9 \
 	ts2timo.9 tvtohz.9 \
 	ubc.9 ucas.9 ucom.9 ufetch.9 uiomove.9 \
 	usbd_status.9 usbdi.9 usbnet.9 \
-	userret.9 \
+	userret.9 ustore.9 \
 	uvm.9 uvm_hotplug.9 uvm_km.9 uvm_map.9 \
 	vattr.9 veriexec.9 vcons.9 vfs.9 vfs_hooks.9 vfsops.9 vfssubr.9 \
 	video.9 vme.9 vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 vmem.9  \



CVS commit: [netbsd-9] src/share/man/man1

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 14:20:00 UTC 2019

Modified Files:
src/share/man/man1 [netbsd-9]: cd.1

Log Message:
Pull up following revision(s) (requested by sevan in ticket #153):

share/man/man1/cd.1: revision 1.10
share/man/man1/cd.1: revision 1.9

Direct reader to shell documentation generally, rather than csh(1)
specifically.

Mention variables OLDPWD and PWD.

Move the text that explains that cd(1) is a shell built-in to the very
beginning of the description where it can be seen prominently.

Improve formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.8.1 src/share/man/man1/cd.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man1/cd.1
diff -u src/share/man/man1/cd.1:1.8 src/share/man/man1/cd.1:1.8.8.1
--- src/share/man/man1/cd.1:1.8	Tue Jul  4 06:33:13 2017
+++ src/share/man/man1/cd.1	Sun Sep  1 14:20:00 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cd.1,v 1.8 2017/07/04 06:33:13 wiz Exp $
+.\"	$NetBSD: cd.1,v 1.8.8.1 2019/09/01 14:20:00 martin Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" @(#)cd.1	8.1 (Berkeley) 6/5/93
 .\"
-.Dd June 5, 1993
+.Dd August 31, 2019
 .Dt CD 1
 .Os
 .Sh NAME
@@ -40,24 +40,42 @@
 .Nd change working directory
 .Sh SYNOPSIS
 .Nm cd
-.Ar directory
+.Op Ar directory
 .Sh DESCRIPTION
-.Ar Directory
-is an absolute or relative pathname which becomes the new working
-directory.
-The interpretation of a relative pathname by cd depends on the
+Since
+.Nm
+affects the current shell execution environment, it is always provided
+as a shell regular built-in.
+For more information consult the manual page for the shell in use.
+.Pp
+The
+.Ar directory
+operand is an absolute or relative pathname which becomes the new
+working directory.
+The interpretation of a relative pathname by
+.Nm
+depends on the
 .Ev CDPATH
 environment variable (see below).
 .Sh ENVIRONMENT
-The following environment variables affect the execution of cd:
-.Bl -tag -width indent
+The following environment variables affect the execution of
+.Nm :
+.Bl -tag -width Ev
 .It Ev CDPATH
+A colon-separated list of pathnames that refer to directories.
 If the
 .Ar directory
-operand does not begin with a slash (/) character, and the first
-component is not dot (.) or dot-dot (..),
-.Nm cd
-searches for the directory relative to each directory named in the
+operand does not begin with a slash
+.Pq Ql \&/
+character, and the first
+component is not dot
+.Pq Ql \&.
+or dot-dot
+.Pq Ql \&.. ,
+.Nm
+searches for the
+.Ar directory
+relative to each directory named in the
 .Ev CDPATH
 variable, in the order listed.
 The new working directory is set to the first matching directory found.
@@ -73,15 +91,18 @@ is invoked without arguments and the
 .Ev HOME
 environment variable exists and contains a directory name, that directory
 becomes the new working directory.
+.It Ev OLDPWD
+Set to the previous working directory after a directory change.
+Not supported by
+.Xr csh 1 .
+.It Ev PWD
+Set to the current working directory.
 .El
-.Pp
-See
-.Xr csh 1
-for more information on environment variables.
 .Sh EXIT STATUS
 .Ex -std cd
 .Sh SEE ALSO
 .Xr csh 1 ,
+.Xr ksh 1 ,
 .Xr pwd 1 ,
 .Xr sh 1 ,
 .Xr chdir 2



CVS commit: [netbsd-9] src/share/man/man1

2019-09-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Sep  1 14:20:00 UTC 2019

Modified Files:
src/share/man/man1 [netbsd-9]: cd.1

Log Message:
Pull up following revision(s) (requested by sevan in ticket #153):

share/man/man1/cd.1: revision 1.10
share/man/man1/cd.1: revision 1.9

Direct reader to shell documentation generally, rather than csh(1)
specifically.

Mention variables OLDPWD and PWD.

Move the text that explains that cd(1) is a shell built-in to the very
beginning of the description where it can be seen prominently.

Improve formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.8.1 src/share/man/man1/cd.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.