.\"
.\" @(#)battlestar.6 8.1 (Berkeley) 5/31/93
.\" $FreeBSD: src/games/battlestar/battlestar.6,v 1.4.2.1 2001/07/22 11:32:34 dd Exp $
-.\" $DragonFly: src/games/battlestar/battlestar.6,v 1.4 2007/03/12 17:12:11 swildner Exp $
+.\" $DragonFly: src/games/battlestar/battlestar.6,v 1.5 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd May 31, 1993
.Dt BATTLESTAR 6
Directions printed in room descriptions are
always printed in R, L, A, and B relative directions.
.Sh HISTORY
-I wrote Battlestar in 1979 in order to experiment with the niceties of
-the C Language.
+I wrote
+.Nm Battlestar
+in 1979 in order to experiment with the niceties of the C Language.
Most interesting things that happen in the game are hardwired into the
code, so don't send me any hate mail about it!
Instead, enjoy art for art's sake!
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libvgl/vgl.3,v 1.12.2.8 2001/12/17 10:08:35 ru Exp $
-.\" $DragonFly: src/lib/libvgl/vgl.3,v 1.6 2007/04/07 19:29:51 swildner Exp $
+.\" $DragonFly: src/lib/libvgl/vgl.3,v 1.7 2007/05/19 17:32:12 swildner Exp $
.Dd November 7, 1999
.Dt VGL 3
.Os
.Sh DESCRIPTION
.Nm Libvgl
is a library that enables the programmer access to the graphics
-modes supported by the console driver (syscons). The library takes care of
+modes supported by the console driver
+.Xr ( syscons 4 ) .
+The library takes care of
programming the actual video hardware, and provides a number of simple
functions to do various graphic operations.
There is also support for a
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/sbin/ccdconfig/ccdconfig.8,v 1.9.2.10 2003/01/26 03:38:39 keramida Exp $
-.\" $DragonFly: src/sbin/ccdconfig/ccdconfig.8,v 1.3 2006/02/17 19:33:32 swildner Exp $
+.\" $DragonFly: src/sbin/ccdconfig/ccdconfig.8,v 1.4 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd July 17, 1995
.Dt CCDCONFIG 8
of strings, or the word
.Dq none .
The flags are as follows:
-.Bd -unfilled -offset indent
-CCDF_SWAP 0x01 Interleave should be dmmax
+.Bd -literal -offset indent
+CCDF_SWAP 0x01 Interleave should be dmmax
CCDF_UNIFORM 0x02 Use uniform interleave
CCDF_MIRROR 0x04 Support mirroring
CCDF_PARITY 0x08 Support parity (not implemented yet)
Note that on the command line and in the configuration file, the
.Pa flags
argument is optional.
-.Bd -unfilled -offset indent
+.Bd -literal -offset indent
#
# /etc/ccd.conf
# Configuration file for concatenated disk devices
to a two disk stripe of da4e and da5e. The last example is a simple
mirror. /dev/da2e is mirrored with /dev/da4e and assigned to ccd0.
.Pp
-.Bd -unfilled -offset
+.Bd -literal
# ccdconfig ccd0 64 none /dev/da2e /dev/da3e /dev/da4e /dev/da5e
# ccdconfig ccd0 128 CCDF_MIRROR /dev/da2e /dev/da3e /dev/da4e /dev/da5e
# ccdconfig ccd0 128 CCDF_MIRROR /dev/da2e /dev/da4e
you have A ccd disk with 10000 sectors you might create a 'd' partition
with offset 16 and size 9984.
.Pp
-.Bd -unfilled -offset
+.Bd -literal
# disklabel -r -w ccd0c auto
# disklabel -e ccd0c
.Ed
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.15 2007/05/17 16:36:31 swildner Exp $
+.\" $DragonFly: src/sbin/jscan/jscan.8,v 1.16 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd March 6, 2005
.Dt JSCAN 8
.Nm
will also fsync() after updating the transaction-id-tracking file.
.It Ar journal_prefix/file
-Specify the input to jscan. This can be a journaling file set prefix
+Specify the input to
+.Nm .
+This can be a journaling file set prefix
or it can be a plain file. If no input file is specified, stdin is
assumed. Note that when generating a mirror from a stdin stream, the
mirror will not be restartable unless
can directly attach a TCP connection to the kernel's journaling output.
.Pp
The LAN backup box typically buffers gigabytes worth of data by running
-multiple jscan's. The jscan on the receiving end of the TCP or pipe (for
+multiple jscans. The
+.Nm
+on the receiving end of the TCP or pipe (for
example, via ssh) typically records the data via the
.Fl w
option, and then runs other
.Nm
programs from scripts or cron to take that data and copy it to your
-off-site backup machine. Other jscan programs may use the same data
+off-site backup machine. Other
+.Nm
+programs may use the same data
set to generate mirrors or other backup streams.
.Pp
It should be noted that if
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/sbin/ldconfig/ldconfig.8,v 1.19.2.10 2003/05/13 19:25:19 trhodes Exp $
-.\" $DragonFly: src/sbin/ldconfig/ldconfig.8,v 1.3 2004/11/04 13:14:11 joerg Exp $
+.\" $DragonFly: src/sbin/ldconfig/ldconfig.8,v 1.4 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd October 3, 1993
.Dt LDCONFIG 8
In particular, the
.Ev LD_LIBRARY_PATH
is not used to search for libraries.
-Thus, the role of ldconfig is dual.
-In
-addition to building a set of hints for quick lookup, it also serves to
+Thus, the role of
+.Nm
+is dual.
+In addition to building a set of hints for quick lookup, it also serves to
specify the trusted collection of directories from which shared objects can
be safely loaded.
.Sh FILES
.\" I doubt you would ever notice due to large differences.
.\"
.\" $FreeBSD: src/share/man/man4/miibus.4,v 1.3.2.6 2004/03/01 09:22:11 brueffer Exp $
-.\" $DragonFly: src/share/man/man4/miibus.4,v 1.8 2007/03/11 03:39:25 swildner Exp $
+.\" $DragonFly: src/share/man/man4/miibus.4,v 1.9 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd February 15, 2003
.Dt MIIBUS 4
The
.Nm
driver currently handles all of the media detection,
-selection, and reporting using the ifmedia interface.
+selection, and reporting using the
+.Xr ifmedia 4
+interface.
A generic driver has been included for all PHYs that are not
handled by a specific driver, this is possible because all
10/100 PHYs implement the same general register set along with
.\" $OpenBSD: pf.4,v 1.46 2004/02/19 21:29:51 cedric Exp $
-.\" $DragonFly: src/share/man/man4/pf.4,v 1.4 2006/10/14 23:46:23 swildner Exp $
+.\" $DragonFly: src/share/man/man4/pf.4,v 1.5 2007/05/19 17:32:12 swildner Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
.It Dv DIOCSTOP
Stops the packet filter.
.It Dv DIOCSTARTALTQ
-Starts the ALTQ bandwidth control system.
+Starts the
+.Xr altq 4
+bandwidth control system.
.It Dv DIOCSTOPALTQ
-Stops the ALTQ bandwidth control system.
+Stops the
+.Xr altq 4
+bandwidth control system.
.It Dv DIOCBEGINADDRS Fa "struct pfioc_pooladdr"
.Bd -literal
struct pfioc_pooladdr {
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man4/vn.4,v 1.6.2.4 2002/04/15 05:48:55 asmodai Exp $
-.\" $DragonFly: src/share/man/man4/vn.4,v 1.4 2006/03/26 22:56:57 swildner Exp $
+.\" $DragonFly: src/share/man/man4/vn.4,v 1.5 2007/05/19 17:32:12 swildner Exp $
.\"
.Dd December 30, 1995
.Dt VN 4
.Pp
.Nm
may also exist as a kernel module to be automatically loaded into the
-system when you run the vnconfig command for the first time.
+system when you run the
+.Xr vnconfig 8
+command for the first time.
.Pp
There is a run-time utility that is used for configuring
.Nm Ns 's .
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.197 2003/07/28 13:56:00 mbr Exp $
-.\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.31 2007/05/17 08:19:01 swildner Exp $
+.\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.32 2007/05/19 17:32:13 swildner Exp $
.Dd May 11, 2007
.Dt RC.CONF 5
.Os
.Dx
base system but
.Xr pim6dd 8
-can be installed from the pkgsrc collection.
+can be installed from the
+.Xr pkgsrc 7
+collection.
.It Va mrouted_flags
.Pq Vt str
If
.\"
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\" $FreeBSD: src/share/man/man7/hier.7,v 1.29.2.17 2003/01/13 21:43:50 ceri Exp $
-.\" $DragonFly: src/share/man/man7/hier.7,v 1.10 2007/05/12 21:27:31 swildner Exp $
+.\" $DragonFly: src/share/man/man7/hier.7,v 1.11 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd August 23, 2006
.Dt HIER 7
.Pa /usr/src
tree
.It Pa pkg/
-default destination directory for the pkgsrc collection.
+default destination directory for the
+.Xr pkgsrc 7
+collection.
Within
.Pa pkg/ ,
the general layout sketched out by
.Pa /etc ) .
.It Pa pkgsrc/
The
-.Nx
-pkgsrc collection (optional).
+.Xr pkgsrc 7
+collection (optional).
.It Pa sbin/
system daemons & system utilities (executed by users)
.It Pa share/
.It Pa skel/
example . (dot) files for new accounts
.It Pa syscons/
-files used by syscons;
-see
+files used by
.Xr syscons 4
.Pp
.Bl -tag -width ".It Pa scrnmaps/" -compact
.\" the source tree.
.\"
.\" $FreeBSD: src/share/man/man7/tuning.7,v 1.1.2.30 2002/12/17 19:32:08 dillon Exp $
-.\" $DragonFly: src/share/man/man7/tuning.7,v 1.13 2007/05/17 08:19:01 swildner Exp $
+.\" $DragonFly: src/share/man/man7/tuning.7,v 1.14 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd March 4, 2007
.Dt TUNING 7
a subdirectory within it called
.Pa /usr/pkg
holds the bulk of the files installed from the
-pkgsrc collection.
-If you do not use pkgsrc all that much and do not intend to keep
-system source
+.Xr pkgsrc 7
+collection.
+If you do not use
+.Xr pkgsrc 7
+all that much and do not intend to keep system source
.Pq Pa /usr/src
on the machine, you can get away with
a 1 gigabyte
.\"
.\" @(#)MAKEDEV.8 8.1 (Berkeley) 6/5/93
.\" $FreeBSD: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.15.2.5 2002/05/11 06:15:16 dd Exp $
-.\" $DragonFly: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.9 2007/04/26 17:35:03 swildner Exp $
+.\" $DragonFly: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.10 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd June 5, 1993
.Dt MAKEDEV 8 i386
.It ses#
SCSI SES/SAF-TE environmental devices
.It vty#
-set of 12 virtual console devices for syscons
+set of 12 virtual console devices for
+.Xr syscons 4
.It ad#
.Dq ATAPI
disk drives (IDE).
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $DragonFly: src/share/man/man9/nlookup.9,v 1.9 2007/05/17 08:19:02 swildner Exp $
+.\" $DragonFly: src/share/man/man9/nlookup.9,v 1.10 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd August 6, 2005
.Os
structure.
.Pp
.Fn nlookup_simple
-is a simple all-in-one nlookup.
+is a simple all-in-one
+.Fn nlookup .
It returns a locked namecache structure or NULL if an error
occurred.
Note that the returned ncp
.\"
.\" BSDI doscmd.1,v 2.3 1996/04/08 19:32:29 bostic Exp
.\" $FreeBSD: src/usr.bin/doscmd/doscmd.1,v 1.12.2.11 2002/06/20 23:45:41 charnier Exp $
-.\" $DragonFly: src/usr.bin/doscmd/doscmd.1,v 1.5 2006/04/17 17:40:34 swildner Exp $
+.\" $DragonFly: src/usr.bin/doscmd/doscmd.1,v 1.6 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd January 30, 1995
.Dt DOSCMD 1
.Cm <CR><LF>
format favored in the DOS world. Use
.Xr unix2dos 1
-(part of the pkgsrc collection) or similar tools to convert ASCII files.
+(part of the
+.Xr pkgsrc 7
+collection) or similar tools to convert ASCII files.
.bp
.Sh DISK TYPES
.TS H
.\" is also.
.\"
.\" $FreeBSD: src/usr.bin/enigma/enigma.1,v 1.5.2.2 2002/06/20 23:45:48 charnier Exp $
-.\" $DragonFly: src/usr.bin/enigma/enigma.1,v 1.4 2006/04/17 17:40:34 swildner Exp $
+.\" $DragonFly: src/usr.bin/enigma/enigma.1,v 1.5 2007/05/19 17:32:13 swildner Exp $
.\" "
.Dd October 30, 1998
.Os
.Xr bdes 1
(from the DES distribution package), or
.Xr pgp 1
-(from the pkgsrc collection). However, restrictions for exporting,
+(from the
+.Xr pkgsrc 7
+collection). However, restrictions for exporting,
importing or using such tools might exist in some countries, so those
stronger programs are not being shipped as part of the operating
system by default.
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.sbin/burncd/burncd.8,v 1.6.2.8 2003/03/12 22:08:13 trhodes Exp $
-.\" $DragonFly: src/usr.sbin/burncd/burncd.8,v 1.5 2006/04/17 17:40:34 swildner Exp $
+.\" $DragonFly: src/usr.sbin/burncd/burncd.8,v 1.6 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd December 4, 2001
.Os
In the examples above, the files burned to data CD-Rs are assumed to
be ISO9660 file systems.
.Xr mkisofs 8 ,
-available in the pkgsrc
-Packages Collection, is commonly used to create ISO9660 file system images
+available in the
+.Xr pkgsrc 7
+collection, is commonly used to create ISO9660 file system images
from a given directory tree.
.Sh HISTORY
The
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.1.2.6 2003/05/01 06:35:00 simokawa Exp $
-.\" $DragonFly: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.9 2007/05/17 08:19:03 swildner Exp $
+.\" $DragonFly: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.10 2007/05/19 17:32:13 swildner Exp $
.\"
.\"
.Dd December 30, 2002
The resulting file contains raw DV data excluding isochronous header
and CIP header. It can be handled by
.Ic libdv
-in the pkgsrc collection.
+in the
+.Xr pkgsrc 7
+collection.
.It Fl S Ar filename
Send a DV file as isochronous stream.
.El
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/usr.sbin/mlxcontrol/mlxcontrol.8,v 1.3.2.5 2001/08/16 15:56:07 ru Exp $
-.\" $DragonFly: src/usr.sbin/mlxcontrol/mlxcontrol.8,v 1.3 2006/02/17 19:40:17 swildner Exp $
+.\" $DragonFly: src/usr.sbin/mlxcontrol/mlxcontrol.8,v 1.4 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd April 10, 2000
.Dt MLXCONTROL 8
.Ar command .
.El
.Sh AUTHORS
-The mlxcontrol utility was written by
+The
+.Nm
+utility was written by
.An Michael Smith
.Aq msmith@FreeBSD.org .
.Sh BUGS
.\"
.\" @(#)timedc.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD: src/usr.sbin/timed/timedc/timedc.8,v 1.6.2.6 2003/03/11 22:31:34 trhodes Exp $
-.\" $DragonFly: src/usr.sbin/timed/timedc/timedc.8,v 1.4 2006/04/17 18:01:38 swildner Exp $
+.\" $DragonFly: src/usr.sbin/timed/timedc/timedc.8,v 1.5 2007/05/19 17:32:13 swildner Exp $
.\"
.Dd June 6, 1993
.Dt TIMEDC 8
a time master has been elected.
.Pp
.It Ic quit
-Exit from timedc.
+Exit from
+.Nm .
.El
.Pp
Other commands may be included for use in testing and debugging
the help command and
the program source may be consulted for details.
.Sh FILES
-.Bl -tag -width /var/log/timed.masterlog -compact
+.Bl -tag -width ".Pa /var/log/timed.masterlog" -compact
.It Pa /var/log/timed.log
-tracing file for timed
+tracing file for
+.Xr timed 8
.It Pa /var/log/timed.masterlog
-log file for master timed
+log file for master
+.Xr timed 8
.El
.Sh DIAGNOSTICS
.Bl -diag