diff options
59 files changed, 233 insertions, 435 deletions
diff --git a/games/fish/fish.6 b/games/fish/fish.6 index 214a0956d28..19a344c78a4 100644 --- a/games/fish/fish.6 +++ b/games/fish/fish.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fish.6,v 1.7 2007/05/31 19:19:17 jmc Exp $ +.\" $OpenBSD: fish.6,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,13 +29,12 @@ .\" .\" @(#)fish.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt FISH 6 .Os .Sh NAME .Nm fish -.Nd play -.Dq Go Fish +.Nd play ``Go Fish'' .Sh SYNOPSIS .Nm fish .Op Fl p diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 53722a62534..b520e2bc4a1 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atof.3,v 1.7 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: atof.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOF 3 .Os .Sh NAME .Nm atof -.Nd convert -.Tn ASCII -string to double +.Nd convert ASCII string to double .Sh SYNOPSIS .In stdlib.h .Ft double diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3 index fd5c720e02a..0cd90ccffb9 100644 --- a/lib/libc/stdlib/atoi.3 +++ b/lib/libc/stdlib/atoi.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoi.3,v 1.11 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: atoi.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOI 3 .Os .Sh NAME .Nm atoi -.Nd convert -.Tn ASCII -string to integer +.Nd convert ASCII string to integer .Sh SYNOPSIS .In stdlib.h .Ft int diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index 171ce12b626..c80f61f754b 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atol.3,v 1.9 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: atol.3,v 1.10 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOL 3 .Os .Sh NAME .Nm atol -.Nd convert -.Tn ASCII -string to long integer +.Nd convert ASCII string to long integer .Sh SYNOPSIS .In stdlib.h .Ft long diff --git a/lib/libc/stdlib/atoll.3 b/lib/libc/stdlib/atoll.3 index 46fd249dbd5..0cf8e40f8ec 100644 --- a/lib/libc/stdlib/atoll.3 +++ b/lib/libc/stdlib/atoll.3 @@ -29,16 +29,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.7 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: atoll.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ATOLL 3 .Os .Sh NAME .Nm atoll -.Nd convert -.Tn ASCII -string to long long integer +.Nd convert ASCII string to long long integer .Sh SYNOPSIS .In stdlib.h .Ft long long diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3 index d8a3489b1f9..86f37dfdaee 100644 --- a/lib/libc/stdlib/ecvt.3 +++ b/lib/libc/stdlib/ecvt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ecvt.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: ecvt.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,16 +18,14 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ECVT 3 .Os .Sh NAME .Nm ecvt , .Nm fcvt , .Nm gcvt -.Nd convert double to -.Tn ASCII -string +.Nd convert double to ASCII string .Sh SYNOPSIS .In stdlib.h .Ft char * diff --git a/lib/libutil/getrawpartition.3 b/lib/libutil/getrawpartition.3 index c0a0b8427cd..939a3638795 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrawpartition.3,v 1.7 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: getrawpartition.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: getrawpartition.3,v 1.1 1996/05/16 07:03:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,14 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt GETRAWPARTITION 3 .Os .Sh NAME .Nm getrawpartition -.Nd get the system -.Dq raw -partition +.Nd get the system raw partition .Sh SYNOPSIS .In util.h .Ft int diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3 index e362f15d49c..4088a286678 100644 --- a/lib/libutil/opendisk.3 +++ b/lib/libutil/opendisk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendisk.3,v 1.8 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: opendisk.3,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: opendisk.3,v 1.4 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,14 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt OPENDISK 3 .Os .Sh NAME .Nm opendisk -.Nd open a disk's -.Dq raw -partition +.Nd open a disk's raw partition .Sh SYNOPSIS .In sys/types.h .In util.h diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index d82b23f0854..64a647ec552 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.18 2014/07/12 17:38:19 jmc Exp $ +.\" $OpenBSD: nfsd.8,v 1.19 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,29 +30,25 @@ .\" .\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: July 12 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt NFSD 8 .Os .Sh NAME .Nm nfsd -.Nd remote -.Tn NFS -server +.Nd remote NFS server .Sh SYNOPSIS .Nm nfsd .Op Fl rtu .Op Fl n Ar num_servers .Sh DESCRIPTION .Nm -runs on a server machine to service -.Tn NFS +runs on a server machine to service NFS requests from client machines. At least one .Nm must be running for a machine to operate as a server. .Pp -Unless otherwise specified, four servers for -.Tn UDP +Unless otherwise specified, four servers for UDP transport are started. .Pp The options are as follows: @@ -60,9 +56,7 @@ The options are as follows: .It Fl n Ar num_servers Specifies how many servers to create (max 20). .It Fl r -Register the -.Tn NFS -service with +Register the NFS service with .Xr portmap 8 without creating any servers. This option can be used along with the @@ -71,30 +65,21 @@ or .Fl t options to re-register NFS if the portmap server is restarted. .It Fl t -Serve -.Tn TCP NFS -clients. +Serve TCP NFS clients. .It Fl u -Serve -.Tn UDP NFS -clients. +Serve UDP NFS clients. .El .Pp For example, .Dq Li "nfsd -u -t -n 6" -serves -.Tn UDP -and -.Tn TCP -transports using six daemons. +serves UDP and TCP transports using six daemons. .Pp A server should run enough daemons to handle the maximum level of concurrency from its clients, typically four to six. .Pp .Nm -listens for service requests at the port indicated in the -.Tn NFS +listens for service requests at the port indicated in the NFS server specification; see RFCs 1094 and 1813. .Sh EXIT STATUS .Ex -std nfsd diff --git a/share/man/man4/it.4 b/share/man/man4/it.4 index 4c84c36024e..a01b9b10d68 100644 --- a/share/man/man4/it.4 +++ b/share/man/man4/it.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: it.4,v 1.24 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: it.4,v 1.25 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2007-2008 Oleg Safiullin <form@pdp-11.org.ru> .\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org> @@ -24,12 +24,12 @@ .\" (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 $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt IT 4 .Os .Sh NAME .Nm it -.Nd ITE IT87xxF and SiS SiS950 temperature, voltage, and fan sensor with +.Nd ITE IT87xxF and SiS SiS950 temperature, voltage, and fan sensor with \ watchdog timer .Sh SYNOPSIS .Cd "it* at isa? port 0x2e" diff --git a/share/man/man4/man4.alpha/cia.4 b/share/man/man4/man4.alpha/cia.4 index 2fd6cbea20d..07f6d3261c3 100644 --- a/share/man/man4/man4.alpha/cia.4 +++ b/share/man/man4/man4.alpha/cia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cia.4,v 1.5 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: cia.4,v 1.6 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD$ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,13 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 10 2015 $ .Dt CIA 4 alpha .Os .Sh NAME .Nm cia -.Nd -DECchip 2117x Core Logic chipset +.Nd DECchip 2117x Core Logic chipset .Sh SYNOPSIS .Cd "cia* at mainbus?" .Cd "pci* at cia?" diff --git a/share/man/man4/man4.alpha/irongate.4 b/share/man/man4/man4.alpha/irongate.4 index e0ba8dde962..4d7b36f7eee 100644 --- a/share/man/man4/man4.alpha/irongate.4 +++ b/share/man/man4/man4.alpha/irongate.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: irongate.4,v 1.5 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: irongate.4,v 1.6 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD$ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,13 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 10 2015 $ .Dt IRONGATE 4 alpha .Os .Sh NAME .Nm irongate -.Nd -API UP1000 AMD751 Core Logic + AGP Chipset +.Nd API UP1000 AMD751 Core Logic + AGP Chipset .Sh SYNOPSIS .Cd "irongate* at mainbus?" .Cd "pci* at irongate?" diff --git a/share/man/man4/man4.alpha/lca.4 b/share/man/man4/man4.alpha/lca.4 index 4a068ad5c9b..6bcf1cb8aa1 100644 --- a/share/man/man4/man4.alpha/lca.4 +++ b/share/man/man4/man4.alpha/lca.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lca.4,v 1.5 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: lca.4,v 1.6 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD$ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,13 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 10 2015 $ .Dt LCA 4 alpha .Os .Sh NAME .Nm lca -.Nd -DECchip 21066 Core Logic chipset +.Nd DECchip 21066 Core Logic chipset .Sh SYNOPSIS .Cd "lca* at mainbus?" .Cd "pci* at lca?" diff --git a/share/man/man4/man4.alpha/tcasic.4 b/share/man/man4/man4.alpha/tcasic.4 index 38c81b4ad6c..2525e530ce4 100644 --- a/share/man/man4/man4.alpha/tcasic.4 +++ b/share/man/man4/man4.alpha/tcasic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcasic.4,v 1.5 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: tcasic.4,v 1.6 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: tcasic.4,v 1.1 2001/09/21 09:11:44 gmcgarry Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,13 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 10 2015 $ .Dt TCASIC 4 alpha .Os .Sh NAME .Nm tcasic -.Nd -TURBOchannel host bus support +.Nd TURBOchannel host bus support .Sh SYNOPSIS .Cd "tcasic* at mainbus0" .Cd "tc* at tcasic?" diff --git a/share/man/man4/man4.alpha/tsc.4 b/share/man/man4/man4.alpha/tsc.4 index e36ad540442..f0c6b658097 100644 --- a/share/man/man4/man4.alpha/tsc.4 +++ b/share/man/man4/man4.alpha/tsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsc.4,v 1.8 2014/12/24 18:46:14 miod Exp $ +.\" $OpenBSD: tsc.4,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,13 +27,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 24 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt TSC 4 alpha .Os .Sh NAME .Nm tsc -.Nd -DECchip 21272 and 21274 Core Logic chipset +.Nd DECchip 21272 and 21274 Core Logic chipset .Sh SYNOPSIS .Cd "tsc* at mainbus?" .Cd "tsciic* at tsc?" diff --git a/share/man/man4/man4.hppa/asp.4 b/share/man/man4/man4.hppa/asp.4 index ab532c41721..dd34b5a37a5 100644 --- a/share/man/man4/man4.hppa/asp.4 +++ b/share/man/man4/man4.hppa/asp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asp.4,v 1.16 2007/05/31 19:19:54 jmc Exp $ +.\" $OpenBSD: asp.4,v 1.17 2015/09/10 15:16:43 schwarze Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -24,14 +24,12 @@ .\" (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 $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ASP 4 hppa .Os .Sh NAME .Nm asp -.Nd core bus controller as present on older -.Tn HP 9000/700 -machines +.Nd core bus controller as present on older HP 9000/700 machines .Sh SYNOPSIS .Cd "asp0 at mainbus? irq 28" .Cd "gsc* at asp?" diff --git a/share/man/man4/man4.hppa/lasi.4 b/share/man/man4/man4.hppa/lasi.4 index 4493a5fd94f..c3cba5b5dba 100644 --- a/share/man/man4/man4.hppa/lasi.4 +++ b/share/man/man4/man4.hppa/lasi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lasi.4,v 1.25 2007/05/31 19:19:54 jmc Exp $ +.\" $OpenBSD: lasi.4,v 1.26 2015/09/10 15:16:43 schwarze Exp $ .\" .\" .\" Copyright (c) 1999 Michael Shalayeff @@ -24,14 +24,12 @@ .\" (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 $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt LASI 4 hppa .Os .Sh NAME .Nm lasi -.Nd core bus controller and I/O subsystem as present on -newer -.Tn HP 9000/700 +.Nd core bus controller and I/O subsystem as present on newer HP 9000/700 \ workstations and single-board computers .Sh SYNOPSIS .Cd "lasi0 at mainbus? irq 28" diff --git a/share/man/man4/man4.sparc/rfx.4 b/share/man/man4/man4.sparc/rfx.4 index 11baca6cc58..cd4a076e65b 100644 --- a/share/man/man4/man4.sparc/rfx.4 +++ b/share/man/man4/man4.sparc/rfx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfx.4,v 1.7 2013/09/15 12:18:35 miod Exp $ +.\" $OpenBSD: rfx.4,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2004, Miodrag Vallat. .\" All rights reserved. @@ -24,29 +24,24 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 15 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RFX 4 sparc .Os .Sh NAME .Nm rfx -.Nd Vitec/Connectware/AP&D -.Tn RasterFlex -framebuffer series +.Nd Vitec/Connectware/AP&D RasterFlex framebuffer series .Sh SYNOPSIS .Cd "rfx* at sbus?" .Cd "wsdisplay* at rfx?" .Sh DESCRIPTION -The -.Tn RasterFlex +The RasterFlex series, originally manufactured by Vitec, later bought by Connectware, then by Advanced Products & Design, are high-performance frame buffers and frame grabber devices. .Pp The .Nm -driver only supports the -.Tn RasterFlex -frame buffers: +driver only supports the RasterFlex frame buffers: .Bl -tag -width RasterFLEX-HR -offset indent -compact .It RasterFlex-24 .It RasterFlex-32 @@ -63,12 +58,10 @@ but makes its functions available via the internal .Xr wsdisplay 4 interface. .Sh DISPLAY RESOLUTION -The -.Tn RasterFlex +The RasterFlex frame buffers will adapt their resolution to the monitor they are connected to. -However, when not connected to a -.Tn Sun +However, when not connected to a Sun monitor, the device will default to the 1152x900 resolution, with a refresh rate of 66Hz. A different resolution can be forced using the jumpers J2 to J4, located @@ -114,11 +107,8 @@ drives the card in PROM-compatible, 8 bit, mode only. .Pp The .Nm -cards will not function in the third SBus slot of the -.Tn Sun +cards will not function in the third SBus slot of the Sun SPARCstation 1, 1+ and 2 machines .Pq and their clones , -as well as the second SBus slot of the -.Tn Sun -SPARCengine 1E, +as well as the second SBus slot of the Sun SPARCengine 1E, due to hardware limitations. diff --git a/share/man/man4/man4.vax/asc.4 b/share/man/man4/man4.vax/asc.4 index 2b086e13aa2..de75a535303 100644 --- a/share/man/man4/man4.vax/asc.4 +++ b/share/man/man4/man4.vax/asc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asc.4,v 1.8 2012/08/14 01:08:19 dlg Exp $ +.\" $OpenBSD: asc.4,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1996 Jonathan Stone. .\" Copyright (c) 2000 Matt Thomas. @@ -31,13 +31,12 @@ .\" .\" $NetBSD: asc.4,v 1.7 2002/01/15 02:03:42 wiz Exp $ .\" -.Dd $Mdocdate: August 14 2012 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ASC 4 vax .Os .Sh NAME .Nm asc -.Nd -VAXstation 4000 SCSI controller +.Nd VAXstation 4000 SCSI controller .Sh SYNOPSIS .Cd "asc* at vsbus? csr 0x200c0080" Pq VS4000/60 or VLC .Cd "asc* at vsbus? csr 0x25000080" Pq VS4000/9x diff --git a/share/man/man4/man4.vax/dhu.4 b/share/man/man4/man4.vax/dhu.4 index f977886f884..f414680982c 100644 --- a/share/man/man4/man4.vax/dhu.4 +++ b/share/man/man4/man4.vax/dhu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhu.4,v 1.12 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: dhu.4,v 1.13 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: dhu.4,v 1.4 1996/03/05 15:28:48 ragge Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. @@ -30,28 +30,22 @@ .\" .\" from: @(#)dhu.4 6.3 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt DHU 4 vax .Os .Sh NAME .Nm dhu -.Nd -.Tn DHU-11/DHV-11 -communications multiplexer +.Nd DHU-11/DHV-11 communications multiplexer .Sh SYNOPSIS .Cd "dhu0 at uba0 csr 0160440" .Sh DESCRIPTION -A -.Tn DHU-11 -provides 16 communication lines. +A DHU-11 provides 16 communication lines. .Pp Normal I/O control parameters for individual lines are managed by .Xr ioctl 2 calls. -Individual -.Tn DHU-11 -lines may be configured to run at any of 13 speeds +Individual DHU-11 lines may be configured to run at any of 13 speeds (50, 200 and 38400 baud are not available); the speed may be set via .Xr getty 8 @@ -65,9 +59,7 @@ such as see .Xr tty 4 . .Pp -The -.Tn DHU-11 -driver normally uses input silos +The DHU-11 driver normally uses input silos and delays receiver interrupts by 20 milliseconds rather than taking an interrupt on each input character. .Sh FILES @@ -76,19 +68,12 @@ rather than taking an interrupt on each input character. .El .Sh NOTES The driver currently does not make full use of the hardware -capabilities of the -.Tn DHU-11 , -for dealing with -.Tn XON/XOFF +capabilities of the DHU-11, for dealing with XON/XOFF flow-control or hard-wired lines for example. .Pp -Although the devices are not the same, a -.Tn DHU-11 -can convince the -.Tn DH-11 -autoconfiguration code that it is a -.Tn DH-11 . +Although the devices are not the same, a DHU-11 can convince the DH-11 +autoconfiguration code that it is a DH-11. .Pp The 4 40-way cables are a pain. .Sh SEE ALSO @@ -106,6 +91,4 @@ driver showed up in .Sh BUGS Even if the .Nm -hardware supports -.Tn DMA , -the driver cannot make use of this capability. +hardware supports DMA, the driver cannot make use of this capability. diff --git a/share/man/man4/man4.vax/dz.4 b/share/man/man4/man4.vax/dz.4 index 46d4a4d3e96..a717d5d97f5 100644 --- a/share/man/man4/man4.vax/dz.4 +++ b/share/man/man4/man4.vax/dz.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dz.4,v 1.13 2013/06/02 20:42:27 tedu Exp $ +.\" $OpenBSD: dz.4,v 1.14 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: dz.4,v 1.3 1996/03/03 17:13:29 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -30,14 +30,12 @@ .\" .\" from: @(#)dz.4 6.3 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: June 2 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt DZ 4 vax .Os .Sh NAME .Nm dz -.Nd -.Tn DZ-11 -multiplexer device interface +.Nd DZ-11 multiplexer device interface .Sh SYNOPSIS .Cd "dz0 at uba0 csr 0160100" .Cd "dz0 at vsbus0 csr 0x200a0000" Pq "DC-367" @@ -46,9 +44,7 @@ multiplexer device interface .Cd "lkkbd0 at dz0 line 0" .Cd "lkms0 at dz0 line 1" .Sh DESCRIPTION -A -.Tn DZ-11 -provides 4 or 8 communication lines with partial modem control, +A DZ-11 provides 4 or 8 communication lines with partial modem control, adequate for .Ox dialup use. @@ -107,8 +103,7 @@ dialups .It dz0: silo overflow. The 64 character input silo overflowed before it could be serviced. -This can happen if a hard error occurs when the -.Tn CPU +This can happen if a hard error occurs when the CPU is running with elevated priority, as the system will then print a message on the console with interrupts disabled. It is not serious. diff --git a/share/man/man4/man4.vax/mt.4 b/share/man/man4/man4.vax/mt.4 index 956544684db..fba520f2b26 100644 --- a/share/man/man4/man4.vax/mt.4 +++ b/share/man/man4/man4.vax/mt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mt.4,v 1.12 2013/06/02 20:42:27 tedu Exp $ +.\" $OpenBSD: mt.4,v 1.13 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: mt.4,v 1.3 1996/03/03 17:13:52 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -30,29 +30,19 @@ .\" .\" from: @(#)mt.4 6.4 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: June 2 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt MT 4 vax .Os .Sh NAME .Nm mt -.Nd -.Tn TM78 Ns / Tn TU-78 -.Tn MASSBUS -magtape interface +.Nd TM78/TU-78 MASSBUS magtape interface .Sh SYNOPSIS .Cd "mt* at mscpbus? drive?" .Sh DESCRIPTION -The -.Tn TM78 Ns / Tn TU-78 -combination provides a standard tape drive +The TM78/TU-78 combination provides a standard tape drive interface as described in .Xr mtio 4 . -Only 1600 and 6250 -.Tn BPI -are supported; the -.Tn TU-78 -runs at 125 -.Tn IPS +Only 1600 and 6250 BPI are supported; the TU-78 runs at 125 IPS and autoloads tapes. .Sh DIAGNOSTICS .Bl -diag @@ -98,9 +88,7 @@ If a physical error (non-data) occurs, .Nm may hang ungracefully. .Pp -Because 800 -.Tn BPI +Because 800 BPI tapes are not supported, the numbering of minor devices is inconsistent with triple-density tape units. -Unit 0 is drive 0, 1600 -.Tn BPI . +Unit 0 is drive 0, 1600 BPI. diff --git a/share/man/man4/man4.vax/mtc.4 b/share/man/man4/man4.vax/mtc.4 index 373530d1fff..dd114e38465 100644 --- a/share/man/man4/man4.vax/mtc.4 +++ b/share/man/man4/man4.vax/mtc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtc.4,v 1.8 2015/02/15 22:26:45 bentley Exp $ +.\" $OpenBSD: mtc.4,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: mtc.4,v 1.4 2001/04/11 19:23:01 wiz Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -30,14 +30,12 @@ .\" .\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: February 15 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt MTC 4 vax .Os .Sh NAME .Nm mtc -.Nd -.Tn UNIBUS -MSCP tape controller driver +.Nd UNIBUS MSCP tape controller driver .Sh SYNOPSIS .Cd "mtc0 at uba? csr 0174500" .Cd "mscpbus* at mtc?" @@ -56,8 +54,7 @@ Among these controllers are: The .Nm communicates with the host through -a packet protocol known as the Mass Storage Control Protocol -.Pq Tn MSCP . +a packet protocol known as the Mass Storage Control Protocol (MSCP). Consult the file .In mscp/mscp.h for a detailed description of this protocol. diff --git a/share/man/man4/man4.vax/ncr.4 b/share/man/man4/man4.vax/ncr.4 index 85fb9b9589d..a4f02b20077 100644 --- a/share/man/man4/man4.vax/ncr.4 +++ b/share/man/man4/man4.vax/ncr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncr.4,v 1.7 2012/08/14 01:08:19 dlg Exp $ +.\" $OpenBSD: ncr.4,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,13 +24,12 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 14 2012 $ +.Dd $Mdocdate: September 10 2015 $ .Dt NCR 4 vax .Os .Sh NAME .Nm ncr -.Nd -VAXstation 2000/3100 SCSI controller +.Nd VAXstation 2000/3100 SCSI controller .Sh SYNOPSIS .Cd "ncr0 at vsbus0 csr 0x200c0080" .Cd "ncr1 at vsbus0 csr 0x200c0180" diff --git a/share/man/man4/man4.vax/rx.4 b/share/man/man4/man4.vax/rx.4 index 4fd34b7f306..fd47894d2ce 100644 --- a/share/man/man4/man4.vax/rx.4 +++ b/share/man/man4/man4.vax/rx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rx.4,v 1.17 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: rx.4,v 1.18 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: rx.4,v 1.3 1996/03/03 17:14:03 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -30,53 +30,33 @@ .\" .\" from: @(#)rx.4 6.2 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RX 4 vax .Os .Sh NAME .Nm rx -.Nd -.Tn DEC -.Tn RX02 -floppy disk interface +.Nd DEC RX02 floppy disk interface .Sh SYNOPSIS .Cd "rx* at mscpbus? drive?" .Sh DESCRIPTION The .Nm rx -device provides access to a -.Tn DEC -.Tn RX02 -floppy disk -unit with M8256 interface module -.Pf ( Tn RX211 -configuration). -The -.Tn RX02 -uses 8-inch, single-sided, soft-sectored floppy +device provides access to a DEC RX02 floppy disk +unit with M8256 interface module (RX211 configuration). +The RX02 uses 8-inch, single-sided, soft-sectored floppy disks (with pre-formatted industry-standard headers) in either single or double density. .Pp -Floppy disks handled by the -.Tn RX02 -contain 77 tracks, each with 26 +Floppy disks handled by the RX02 contain 77 tracks, each with 26 sectors (for a total of 2,002 sectors). The sector size is 128 bytes for single density, 256 bytes for double density. -Single density disks are compatible with the -.Tn RX01 -floppy disk unit and with -.Tn IBM -3740 Series Diskette 1 systems. +Single density disks are compatible with the RX01 +floppy disk unit and with IBM 3740 Series Diskette 1 systems. .Pp -In addition to normal (`block' and `raw') -.Tn I/O , -the driver supports +In addition to normal (`block' and `raw') I/O, the driver supports formatting of disks for either density and the ability to invoke a 2 for 1 interleaved sector mapping -compatible with the -.Tn DEC -operating system -.Tn RT-11 . +compatible with the DEC operating system RT-11. .Pp The minor device number is interpreted as follows: .Bl -column "Other" "Description" -offset indent @@ -87,15 +67,9 @@ The minor device number is interpreted as follows: .It Other Ta "Drive number" .El .Pp -The two drives in a single -.Tn RX02 -unit are treated as +The two drives in a single RX02 unit are treated as two disks attached to a single controller. -Thus, if there are two -.Tn RX02 Ns 's -on a system, the drives on the first -.Tn RX02 -are +Thus, if there are two RX02's on a system, the drives on the first RX02 are .Dq Li rx0 and .Dq Li rx1 , diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index c07bc33e32a..4bf2ab59386 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.23 2015/02/15 22:26:45 bentley Exp $ +.\" $OpenBSD: uda.4,v 1.24 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -30,28 +30,21 @@ .\" .\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: February 15 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt UDA 4 vax .Os .Sh NAME .Nm uda -.Nd -.Tn UDA50 -disk controller interface +.Nd UDA50 disk controller interface .Sh SYNOPSIS .Cd "uda0 at uba? csr 0172150" .Cd "uda1 at uba? csr 0160334" .Cd "mscpbus* at uda?" .Sh DESCRIPTION -This is a driver for the -.Tn DEC UDA50 -disk controller and other +This is a driver for the DEC UDA50 disk controller and other compatible controllers. -The -.Tn UDA50 -communicates with the host through -a packet protocol known as the Mass Storage Control Protocol -.Pq Tn MSCP . +The UDA50 communicates with the host through +a packet protocol known as the Mass Storage Control Protocol (MSCP). Consult the file .In vax/mscp.h for a detailed description of this protocol. @@ -262,10 +255,7 @@ The controller reported an error. The error code is printed in octal, along with a short description if the code is known (see the .%T UDA50 Maintenance Guide , -.Tn DEC -part number -.Tn AA-M185B-TC , -pp. 18-22). +DEC part number AA-M185B-TC, pp. 18-22). If this occurs during normal operation, the driver will reset it and retry pending I/O. If @@ -279,9 +269,7 @@ The driver will retry initialization later. .It "uda0: version X model Y" An informational message giving the revision level of the controller. .It "uda0: DMA burst size set to N" -An informational message showing the -.Tn DMA -burst size, in words. +An informational message showing the DMA burst size, in words. .It "uda0: SETCTLRC failed: `detail'" The Set Controller Characteristics command (the last part of the controller initialization sequence) failed. @@ -302,12 +290,8 @@ The .Em detail message should tell why. .It "panic: udareplace" -The controller reported completion of a -.Tn REPLACE -operation. -The driver never issues any -.Tn REPLACE Ns s , -so something is wrong. +The controller reported completion of a REPLACE operation. +The driver never issues any REPLACE operations, so something is wrong. .It "panic: udabb" The controller reported completion of bad block related I/O. The @@ -385,8 +369,7 @@ read. A typical disk error; the retry count and error recovery levels are printed, along with the block type (`lbn', or logical block; or `rbn', or replacement block) and number. -If the string is something else, -.Tn DEC +If the string is something else, DEC has been clever, or your hardware has gone to Australia for vacation (unless you live there; then it might be in New Zealand, or Brazil). .It unit N: ... N @@ -443,11 +426,7 @@ The Format Control Table cannot be read (`fct unread - edc'), there is a bad sector header (`invalid sector header'), the drive is not set for 512-byte sectors (`not 512 sectors'), the drive is not formatted (`not formatted'), -or the -.Tn FCT -has an uncorrectable -.Tn ECC -error (`fct ecc'). +or the FCT has an uncorrectable ECC error (`fct ecc'). .It "write protected (...) (code 6, subcode N)" The drive is write protected, either by the front panel switch (`hardware') or via the driver (`software'). @@ -466,13 +445,9 @@ no bad block replacement, so these should not occur. A `header compare' error probably means the block is shot. A `sync timeout' presumably has something to do with sector synchronisation. An `uncorrectable ecc' error is an ordinary data error that cannot -be fixed via -.Tn ECC -logic. +be fixed via ECC logic. A `N symbol ecc' error is a data error -that can be (and presumably has been) corrected by the -.Tn ECC -logic. +that can be (and presumably has been) corrected by the ECC logic. It might indicate a sector that is imperfect but usable, or that is starting to go bad. If any of these errors recur, the sector diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4 index 7cedd7861b7..ce117d06645 100644 --- a/share/man/man4/pgt.4 +++ b/share/man/man4/pgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pgt.4,v 1.40 2013/04/16 16:29:30 jmc Exp $ +.\" $OpenBSD: pgt.4,v 1.41 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -30,13 +30,12 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 16 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt PGT 4 .Os .Sh NAME .Nm pgt -.Nd Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g wireless network -device +.Nd Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g wireless network device .Sh SYNOPSIS .Cd "pgt* at cardbus?" .Cd "pgt* at pci?" diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4 index 3fe2f9a8319..ed21a04faff 100644 --- a/share/man/man4/puc.4 +++ b/share/man/man4/puc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: puc.4,v 1.50 2015/09/06 17:40:54 sf Exp $ +.\" $OpenBSD: puc.4,v 1.51 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $ .\" .\" Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -29,14 +29,12 @@ .\" (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 $Mdocdate: September 6 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt PUC 4 .Os .Sh NAME .Nm puc -.Nd PCI -.Dq universal -communications card driver +.Nd PCI universal communications card driver .Sh SYNOPSIS .Cd "puc* at pci?" .Cd "puc* at cardbus?" diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4 index 03b515d6ec6..40fc36d7b44 100644 --- a/share/man/man4/upgt.4 +++ b/share/man/man4/upgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: upgt.4,v 1.23 2014/02/15 20:28:19 tedu Exp $ +.\" $OpenBSD: upgt.4,v 1.24 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" Copyright (c) 2005-2007 @@ -48,13 +48,12 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 15 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt UPGT 4 .Os .Sh NAME .Nm upgt -.Nd Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network -device +.Nd Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network device .Sh SYNOPSIS .Cd "upgt* at uhub? port ?" .Sh DESCRIPTION diff --git a/share/man/man4/we.4 b/share/man/man4/we.4 index fb91de2979c..16f7d6ebc80 100644 --- a/share/man/man4/we.4 +++ b/share/man/man4/we.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: we.4,v 1.15 2011/12/03 23:01:21 schwarze Exp $ +.\" $OpenBSD: we.4,v 1.16 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: we.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,13 +29,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 3 2011 $ +.Dd $Mdocdate: September 10 2015 $ .Dt WE 4 .Os .Sh NAME .Nm we -.Nd Western Digital/SMC WD80x3, SMC Elite Ultra, -and SMC EtherEZ Ethernet device +.Nd Western Digital/SMC WD80x3, SMC Elite Ultra, and SMC EtherEZ Ethernet device .Sh SYNOPSIS .Cd "we0 at isa? port 0x280 iomem 0xd0000 irq 9" .Cd "we1 at isa? port 0x300 iomem 0xcc000 irq 10" diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8 index 80c97dfbbb7..8fcd724a131 100644 --- a/share/man/man8/man8.sparc/boot_sparc.8 +++ b/share/man/man8/man8.sparc/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.14 2010/01/03 16:43:46 schwarze Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.15 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -30,14 +30,12 @@ .\" .\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 3 2010 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT_SPARC 8 sparc .Os .Sh NAME .Nm boot_sparc -.Nd -.Tn sparc -system bootstrapping procedures +.Nd sparc system bootstrapping procedures .Sh DESCRIPTION .Ss System starts When powered on, after a panic, or if the system is rebooted via @@ -57,9 +55,7 @@ which must currently be an .Dq xd or .Dq xy -disk, or an -.Tn SCSI -CD-ROM +disk, or an SCSI CD-ROM .Pq Dq cd or tape drive .Pq Dq st . diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index a0ff4b72924..3d7481ced33 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.70 2015/07/31 11:30:12 tedu Exp $ +.\" $OpenBSD: release.8,v 1.71 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,14 +9,12 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: July 31 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RELEASE 8 .Os .Sh NAME .Nm release -.Nd building an -.Ox -release +.Nd building an OpenBSD release .Sh DESCRIPTION There are several steps necessary to build a system release. They are: diff --git a/share/man/man9/log.9 b/share/man/man9/log.9 index 8b882e17fae..24f4509df00 100644 --- a/share/man/man9/log.9 +++ b/share/man/man9/log.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: log.9,v 1.9 2013/06/04 19:27:09 schwarze Exp $ +.\" $OpenBSD: log.9,v 1.10 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: log.9,v 1.6 1999/08/17 05:24:06 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,15 +28,13 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt LOG 9 .Os .Sh NAME .Nm log , .Nm addlog -.Nd log a message from the kernel through the -.Pa /dev/klog -device +.Nd log a message from the kernel through the /dev/klog device .Sh SYNOPSIS .In sys/syslog.h .Ft void diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8 index ec1bd95393f..709ccfeae68 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.8 +++ b/sys/arch/amd64/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.11 2013/10/28 15:15:08 stsp Exp $ +.\" $OpenBSD: biosboot.8,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BIOSBOOT 8 amd64 .Os .Sh NAME .Nm biosboot -.Nd -amd64-specific first-stage system bootstrap +.Nd amd64-specific first-stage system bootstrap .Sh DESCRIPTION This small program (roughly 512 bytes of code) is responsible for loading the second-stage diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 5b04f7ed589..cc5faac959d 100644 --- a/sys/arch/amd64/stand/boot/boot.8 +++ b/sys/arch/amd64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.24 2015/06/22 18:31:48 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.25 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 amd64 .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -amd64-specific second-stage bootstrap +.Nd amd64-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the downfalls of the PC BIOS architecture. diff --git a/sys/arch/amd64/stand/cdboot/cdboot.8 b/sys/arch/amd64/stand/cdboot/cdboot.8 index 9789d73b364..430faff0f0a 100644 --- a/sys/arch/amd64/stand/cdboot/cdboot.8 +++ b/sys/arch/amd64/stand/cdboot/cdboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdboot.8,v 1.8 2012/10/29 17:25:29 jmc Exp $ +.\" $OpenBSD: cdboot.8,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2012 $ +.Dd $Mdocdate: September 10 2015 $ .Dt CDBOOT 8 amd64 .Os .Sh NAME .Nm cdboot -.Nd -amd64-specific second-stage CD-specific bootstrap +.Nd amd64-specific second-stage CD-specific bootstrap .Sh DESCRIPTION .Nm is a modified version of the amd64 second-stage bootstrap program, diff --git a/sys/arch/armish/stand/boot/boot.8 b/sys/arch/armish/stand/boot/boot.8 index 932261bf0d4..f116ca59f30 100644 --- a/sys/arch/armish/stand/boot/boot.8 +++ b/sys/arch/armish/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.5 2015/06/22 18:31:48 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.6 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 armish .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -armish-specific bootstrap +.Nd armish-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel. .Pp diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 372d56022f9..83d2e63afed 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.21 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.22 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -26,14 +26,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 hppa .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -hppa-specific bootstrap +.Nd hppa-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware. diff --git a/sys/arch/hppa64/stand/boot/boot.8 b/sys/arch/hppa64/stand/boot/boot.8 index 3ccebfb847f..26764be1f5a 100644 --- a/sys/arch/hppa64/stand/boot/boot.8 +++ b/sys/arch/hppa64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.11 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2005 Michael Shalayeff @@ -26,14 +26,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 hppa64 .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -hppa64-specific bootstrap +.Nd hppa64-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware. diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index b154093d068..0c6364930f8 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.25 2013/10/28 15:15:08 stsp Exp $ +.\" $OpenBSD: biosboot.8,v 1.26 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BIOSBOOT 8 i386 .Os .Sh NAME .Nm biosboot -.Nd -i386-specific first-stage system bootstrap +.Nd i386-specific first-stage system bootstrap .Sh DESCRIPTION This small program (roughly 512 bytes of code) is responsible for loading the second-stage diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index ef64bbb8157..af87c9c7013 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.61 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.62 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 i386 .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -i386-specific second-stage bootstrap +.Nd i386-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the downfalls of the PC BIOS architecture. diff --git a/sys/arch/i386/stand/cdboot/cdboot.8 b/sys/arch/i386/stand/cdboot/cdboot.8 index 1d356af2fc9..52beaec701a 100644 --- a/sys/arch/i386/stand/cdboot/cdboot.8 +++ b/sys/arch/i386/stand/cdboot/cdboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdboot.8,v 1.8 2012/10/29 17:25:29 jmc Exp $ +.\" $OpenBSD: cdboot.8,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2012 $ +.Dd $Mdocdate: September 10 2015 $ .Dt CDBOOT 8 i386 .Os .Sh NAME .Nm cdboot -.Nd -i386-specific second-stage CD-specific bootstrap +.Nd i386-specific second-stage CD-specific bootstrap .Sh DESCRIPTION .Nm is a modified version of the i386 second-stage bootstrap program, diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index 44260173e73..ca453cb8ea5 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.7 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 landisk .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -landisk-specific second-stage bootstrap +.Nd landisk-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel from the root file system of the machine. diff --git a/sys/arch/landisk/stand/mbr/mbr.8 b/sys/arch/landisk/stand/mbr/mbr.8 index ac9bdf5d29c..647a7e4b15b 100644 --- a/sys/arch/landisk/stand/mbr/mbr.8 +++ b/sys/arch/landisk/stand/mbr/mbr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbr.8,v 1.4 2007/05/31 19:20:03 jmc Exp $ +.\" $OpenBSD: mbr.8,v 1.5 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2006 Michael Shalayeff .\" All rights reserved. @@ -15,13 +15,12 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt MBR 8 landisk .Os .Sh NAME .Nm mbr -.Nd -LANDISK-specific Master Boot Record +.Nd LANDISK-specific Master Boot Record .Sh SYNOPSIS .Nm .Sh DESCRIPTION diff --git a/sys/arch/landisk/stand/xxboot/xxboot.8 b/sys/arch/landisk/stand/xxboot/xxboot.8 index 3f27630a08c..8e5a6b82d95 100644 --- a/sys/arch/landisk/stand/xxboot/xxboot.8 +++ b/sys/arch/landisk/stand/xxboot/xxboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xxboot.8,v 1.3 2007/05/31 19:20:04 jmc Exp $ +.\" $OpenBSD: xxboot.8,v 1.4 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2006 Michael Shalayeff .\" All rights reserved. @@ -15,13 +15,12 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt XXBOOT 8 landisk .Os .Sh NAME .Nm xxboot -.Nd -LANDISK-specific primary boot loader +.Nd LANDISK-specific primary boot loader .Sh DESCRIPTION This small program, residing in the reserved sectors at the beginning of the root file system of the system, is responsible for loading diff --git a/sys/arch/socppc/stand/boot/boot.8 b/sys/arch/socppc/stand/boot/boot.8 index 0c1a4dbeacd..1f64f74b908 100644 --- a/sys/arch/socppc/stand/boot/boot.8 +++ b/sys/arch/socppc/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.7 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 socppc .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -socppc-specific bootstrap +.Nd socppc-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel. .Pp diff --git a/sys/arch/zaurus/stand/zboot/boot.8 b/sys/arch/zaurus/stand/zboot/boot.8 index 08ce1dccdbd..166290097a5 100644 --- a/sys/arch/zaurus/stand/zboot/boot.8 +++ b/sys/arch/zaurus/stand/zboot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.12 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.13 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 zaurus .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -zaurus-specific second-stage bootstrap +.Nd zaurus-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the peculiarities of the zaurus machine. diff --git a/usr.bin/bgplg/bgplg.8 b/usr.bin/bgplg/bgplg.8 index a9f08c8a907..d2f0f0d2299 100644 --- a/usr.bin/bgplg/bgplg.8 +++ b/usr.bin/bgplg/bgplg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgplg.8,v 1.14 2014/09/01 13:02:25 reyk Exp $ +.\" $OpenBSD: bgplg.8,v 1.15 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 2005, 2006, 2013 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,14 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 1 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BGPLG 8 .Os .Sh NAME .Nm bgplg -.Nd looking glass for the -.Ox -Border Gateway Protocol daemon +.Nd looking glass for the OpenBSD Border Gateway Protocol daemon .Sh SYNOPSIS .Nm bgplg .Sh DESCRIPTION diff --git a/usr.bin/bgplg/bgplgsh.8 b/usr.bin/bgplg/bgplgsh.8 index 6d6334a8ce9..9401f97a7df 100644 --- a/usr.bin/bgplg/bgplgsh.8 +++ b/usr.bin/bgplg/bgplgsh.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgplgsh.8,v 1.10 2013/07/16 00:07:52 schwarze Exp $ +.\" $OpenBSD: bgplgsh.8,v 1.11 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,14 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BGPLGSH 8 .Os .Sh NAME .Nm bgplgsh -.Nd looking glass shell for the -.Ox -Border Gateway Protocol daemon +.Nd looking glass shell for the OpenBSD Border Gateway Protocol daemon .Sh SYNOPSIS .Nm bgplgsh .Sh DESCRIPTION diff --git a/usr.sbin/dev_mkdb/dev_mkdb.8 b/usr.sbin/dev_mkdb/dev_mkdb.8 index c3278567c8d..26b93bce05c 100644 --- a/usr.sbin/dev_mkdb/dev_mkdb.8 +++ b/usr.sbin/dev_mkdb/dev_mkdb.8 @@ -26,16 +26,14 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dev_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $Id: dev_mkdb.8,v 1.6 2007/05/31 19:20:23 jmc Exp $ +.\" $Id: dev_mkdb.8,v 1.7 2015/09/10 15:16:44 schwarze Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt DEV_MKDB 8 .Os .Sh NAME .Nm dev_mkdb -.Nd create -.Pa /dev -database +.Nd create /dev database .Sh SYNOPSIS .Nm dev_mkdb .Sh DESCRIPTION diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 5e66759e30a..ef1c89c49b1 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inetd.8,v 1.37 2014/10/13 01:56:44 dlg Exp $ +.\" $OpenBSD: inetd.8,v 1.38 2015/09/10 15:16:44 schwarze Exp $ .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,13 +28,12 @@ .\" .\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91 .\" -.Dd $Mdocdate: October 13 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt INETD 8 .Os .Sh NAME .Nm inetd -.Nd internet -.Dq super-server +.Nd internet super-server .Sh SYNOPSIS .Nm inetd .Op Fl d diff --git a/usr.sbin/mailwrapper/mailer.conf.5 b/usr.sbin/mailwrapper/mailer.conf.5 index 82c7cf929b4..4c8095f56a1 100644 --- a/usr.sbin/mailwrapper/mailer.conf.5 +++ b/usr.sbin/mailwrapper/mailer.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mailer.conf.5,v 1.15 2014/09/16 21:24:11 jmc Exp $ +.\" $OpenBSD: mailer.conf.5,v 1.16 2015/09/10 15:16:44 schwarze Exp $ .\" $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $ .\" .\" Copyright (c) 1998 @@ -30,13 +30,12 @@ .\" (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 $Mdocdate: September 16 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt MAILER.CONF 5 .Os .Sh NAME .Nm mailer.conf -.Nd configuration file for -.Xr mailwrapper 8 +.Nd configuration file for mailwrapper(8) .Sh DESCRIPTION The file .Pa /etc/mailer.conf diff --git a/usr.sbin/pkg_add/package.5 b/usr.sbin/pkg_add/package.5 index 477871da212..55ee7d0ce09 100644 --- a/usr.sbin/pkg_add/package.5 +++ b/usr.sbin/pkg_add/package.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: package.5,v 1.23 2015/04/16 20:01:39 jmc Exp $ +.\" $OpenBSD: package.5,v 1.24 2015/09/10 15:16:44 schwarze Exp $ .\" Copyright (c) 2005-2006 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -12,14 +12,12 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: April 16 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt PACKAGE 5 .Os .Sh NAME .Nm package -.Nd format for -.Ox -binary packages +.Nd format for OpenBSD binary packages .Sh DESCRIPTION Binary packages for .Ox diff --git a/usr.sbin/portmap/portmap.8 b/usr.sbin/portmap/portmap.8 index fc9317104f0..86ae2fc2907 100644 --- a/usr.sbin/portmap/portmap.8 +++ b/usr.sbin/portmap/portmap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portmap.8,v 1.8 2010/12/16 20:22:07 jmc Exp $ +.\" $OpenBSD: portmap.8,v 1.9 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 1987 Sun Microsystems .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -30,51 +30,34 @@ .\" .\" from: @(#)portmap.8 5.3 (Berkeley) 3/16/91 .\" -.Dd $Mdocdate: December 16 2010 $ +.Dd $Mdocdate: September 10 2015 $ .Dt PORTMAP 8 .Os .Sh NAME .Nm portmap -.Nd -.Tn DARPA -port to -.Tn RPC -program number mapper +.Nd DARPA port to RPC program number mapper .Sh SYNOPSIS .Nm portmap .Op Fl d .Sh DESCRIPTION .Nm portmap -is a server that converts -.Tn RPC -program numbers into -.Tn DARPA +is a server that converts RPC program numbers into DARPA protocol port numbers. -It must be running in order to make -.Tn RPC -calls. +It must be running in order to make RPC calls. .Pp -When an -.Tn RPC -server is started, it will tell +When an RPC server is started, it will tell .Nm portmap -what port number it is listening to, and what -.Tn RPC +what port number it is listening to, and what RPC program numbers it is prepared to serve. -When a client wishes to make an -.Tn RPC +When a client wishes to make an RPC call to a given program number, it will first contact .Nm portmap on the server machine to determine -the port number where -.Tn RPC -packets should be sent. +the port number where RPC packets should be sent. .Pp .Nm portmap -must be started before any -.Tn RPC -servers are invoked. +must be started before any RPC servers are invoked. .Pp Normally .Nm portmap diff --git a/usr.sbin/smtpd/sendmail.8 b/usr.sbin/smtpd/sendmail.8 index 77b5ff0c2a0..ca425a763a7 100644 --- a/usr.sbin/smtpd/sendmail.8 +++ b/usr.sbin/smtpd/sendmail.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendmail.8,v 1.2 2014/02/04 17:47:02 jmc Exp $ +.\" $OpenBSD: sendmail.8,v 1.3 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (C) 2013 Ryan Kavanagh <rak@debian.org> .\" All rights reserved. @@ -14,13 +14,12 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: February 4 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt SENDMAIL 8 .Os .Sh NAME .Nm sendmail -.Nd a mail enqueuer for -.Xr smtpd 8 +.Nd a mail enqueuer for smtpd(8) .Sh SYNOPSIS .Nm .Op Fl tv diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index b93e9c6ab07..98c684a712f 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -26,17 +26,15 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $OpenBSD: syslog.conf.5,v 1.32 2015/06/29 11:04:28 bluhm Exp $ +.\" $OpenBSD: syslog.conf.5,v 1.33 2015/09/10 15:16:44 schwarze Exp $ .\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" -.Dd $Mdocdate: June 29 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt SYSLOG.CONF 5 .Os .Sh NAME .Nm syslog.conf -.Nd -.Xr syslogd 8 -configuration file +.Nd syslogd(8) configuration file .Sh DESCRIPTION The .Nm syslog.conf diff --git a/usr.sbin/ypserv/ypserv/securenet.5 b/usr.sbin/ypserv/ypserv/securenet.5 index dc8143e989d..ff25573b971 100644 --- a/usr.sbin/ypserv/ypserv/securenet.5 +++ b/usr.sbin/ypserv/ypserv/securenet.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: securenet.5,v 1.11 2007/05/31 19:20:31 jmc Exp $ +.\" $OpenBSD: securenet.5,v 1.12 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -24,14 +24,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt SECURENET 5 .Os .Sh NAME .Nm securenet -.Nd -.Xr ypserv 8 -configuration file for secure networks +.Nd ypserv(8) configuration file for secure networks .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/ypserv/ypserv/ypserv.acl.5 b/usr.sbin/ypserv/ypserv/ypserv.acl.5 index 0dacf85ed46..e3e61a31a4d 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.acl.5 +++ b/usr.sbin/ypserv/ypserv/ypserv.acl.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.acl.5,v 1.22 2013/07/16 11:13:34 schwarze Exp $ +.\" $OpenBSD: ypserv.acl.5,v 1.23 2015/09/10 15:16:44 schwarze Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -24,14 +24,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt YPSERV.ACL 5 .Os .Sh NAME .Nm ypserv.acl -.Nd -.Xr ypserv 8 -configuration file +.Nd ypserv(8) configuration file .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 458e16c9ff7..a4947a90fa9 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypset.8,v 1.10 2014/09/08 01:27:56 schwarze Exp $ +.\" $OpenBSD: ypset.8,v 1.11 2015/09/10 15:16:44 schwarze Exp $ .\" $NetBSD: ypset.8,v 1.2 1996/02/28 01:25:08 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,14 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt YPSET 8 .Os .Sh NAME .Nm ypset -.Nd tell -.Xr ypbind 8 -which YP server process to use +.Nd tell ypbind(8) which YP server process to use .Sh SYNOPSIS .Nm ypset .Op Fl d Ar domain |