.\" $DragonFly: src/games/piano/piano.6,v 1.2 2003/06/17 04:25:24 dillon Exp $
.\"
.Dd February 3, 1995
-.Dt "PIANO" 6
+.Dt PIANO 6
.Os
.Sh NAME
.Nm piano
.Fn execve
had been called by the child process to execute the new process image.
.Pp
-The implementation uses vfork(), thus the fork handlers are not run when
+The implementation uses
+.Fn vfork ,
+thus the fork handlers are not run when
.Fn posix_spawn
or
.Fn posix_spawnp
.Xr jls 8
ca be used to identify all active jails.
.Sh RETURN VALUES
-If successful, jail() returns a non-negative integer, termed the jail
-identifier (JID). It returns -1 on failure, and sets
+If successful,
+.Fn jail
+returns a non-negative integer, termed the jail identifier (JID).
+It returns -1 on failure, and sets
.Va errno
to indicate the error.
.Sh ERRORS
.Sh SEE ALSO
.Xr kill 2 ,
.Xr lwp_create 2 ,
-.Xr raise 3 ,
+.Xr raise 3
.Sh HISTORY
The
.Fn lwp_kill
address returned by the call.
.Pp
The entire area is reserved from the point of view of other
-mmap() calls, even if not faulted in yet.
+.Fn mmap
+calls, even if not faulted in yet.
.Pp
WARNING. We currently allow
.Dv MAP_STACK
.Sh NAME
.Nm set_tls_area ,
.Nm get_tls_area
-.Nd kernel TLS (thread local storage) support.
+.Nd kernel TLS (thread local storage) support
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate$
+.Dd August 30, 2008
.Dt DHCP-OPTIONS 5
.Os
.Sh NAME
.\"
.Dd July 10, 2009
.Os
-.Dt getdevpath 8
+.Dt GETDEVPATH 8
.Sh NAME
.Nm getdevpath
.Nd "translate device partial or label to device path"
.It Fl F
Forces
.Nm
-to fsync() after updating a journaling file prior to acknowledging the
+to
+.Fn fsync
+after updating a journaling file prior to acknowledging the
data or updating a transaction-id-tracking file. If specified twice,
.Nm
-will also fsync() after updating the transaction-id-tracking file.
+will also
+.Fn fsync
+after updating the transaction-id-tracking file.
.It Ar journal_prefix/file
Specify the input to
.Nm .
.Nm
will be forced to buffer meta-transactions (for mirroring) entirely in
memory, which could present a serious problem since a single meta-transaction
-can exceed a gigabyte (e.g. if someone were to do a single write() system
-call writing a gigabyte all in one go).
+can exceed a gigabyte (e.g. if someone were to do a single
+.Fn write
+system call writing a gigabyte all in one go).
.Sh SEE ALSO
.Xr mountctl 8
.Sh CAVEATS
.Nm
exits.
.It Fl f
-Disable the invocation of daemon() to run
+Disable the invocation of
+.Fn daemon
+to run
.Nm
in the background.
.It Fl h
.Xr scsi 4 ,
.Xr atacontrol 8 ,
.Xr camcontrol 8
-.Xr natacontrol 8 ,
+.Xr natacontrol 8
.Sh HISTORY
The ATAPI/CAM driver first appeared in
.Fx 4.8
.Pp
This device may be opened by only one process at a time.
.Pp
-The joystick status is read from a structure via a read()
+The joystick status is read from a structure via a
+.Fn read
call.
The structure is defined in the header file as follows:
.Bd -literal -offset indent
{sysread(JOY,$x,16);@j=unpack("iiii",$x);print "@j\\n";sleep(1);}'
.Ed
.Ss ioctl calls
-Several ioctl() calls are also available.
+Several
+.Fn ioctl
+calls are also available.
They take an argument of
type int *
.Bl -tag -width ".Dv JOY_SET_X_OFFSET"
.Pp
One purpose of this port was to allow parallel port sharing with other
parallel devices.
-Secondly, inb()/outb() calls have been replaced by ppbus
-function calls.
+Secondly,
+.Fn inb / outb
+calls have been replaced by ppbus function calls.
lpt is now arch-independent thanks to the ppbus interface.
See
.Xr ppbus 4
.Os
.Sh NAME
.Nm mmcsd
-.Nd MMC and SD memory card driver.
+.Nd MMC and SD memory card driver
.Sh SYNOPSIS
.Cd device mmcsd
.Sh DESCRIPTION
.Sh SEE ALSO
.Xr cardbus 4 ,
.\" .Xr mecia 4 ,
-.Xr pccbb 4 ,
+.Xr pccbb 4
.\" .Xr tcic 4
.Sh BUGS
There is no way cause a program to run when a card is inserted.
The logical parallel port model chosen for the ppbus system is the PC's
parallel port model.
Consequently, for the i386 implementation of ppbus,
-most of the services provided by ppc are macros for inb()
-and outb() calls.
+most of the services provided by ppc are macros for
+.Fn inb
+and
+.Fn outb
+calls.
But, for an other architecture, accesses to one of our logical
registers (data, status, control...) may require more than one I/O access.
.Ss Description
.Xr loader.conf 5
.Xr boot 8 ,
.Xr kget 8 ,
-.Xr loader 8 ,
+.Xr loader 8
.Sh HISTORY
The
.Nm
.Nm
filesystems are backed by swap space.
Only memory pressure will cause data to be backed to swap.
-Normal filesystem operations such as fsync(), buffer cache flushing,
-and vnode recycling have no effect.
+Normal filesystem operations such as
+.Fn fsync ,
+buffer cache flushing, and vnode recycling have no effect.
.Pp
.Nm
stores meta-data in wired kernel memory.
.Va net.inet.ip.portrange.*
sysctls control the port number ranges automatically bound to TCP and UDP
sockets. There are three ranges: A low range, a default range, and a
-high range, selectable via an IP_PORTRANGE setsockopt() call. Most
-network programs use the default range which is controlled by
+high range, selectable via an IP_PORTRANGE
+.Fn setsockopt
+call.
+Most network programs use the default range which is controlled by
.Va net.inet.ip.portrange.first
and
.Va net.inet.ip.portrange.last ,
.Fn devstat_end_transaction
which pulls all the information from a
.Va "struct buf"
-which is ready for biodone().
+which is ready for
+.Fn biodone .
.Pp
The
.Va devstat
.\"
.Dd March 17, 2010
.Os
-.Dt lwbuf 9
+.Dt LWBUF 9
.Sh NAME
.Nm lwbuf_alloc ,
.Nm lwbuf_free ,
.Fa r .
.Sh SEE ALSO
.\".Xr bus_activate_resource 9 ,
-.Xr bus_alloc_resource 9
-.Xr bus_release_resource 9 ,
+.Xr bus_alloc_resource 9 ,
+.Xr bus_release_resource 9
.\".Xr bus_set_resource 9 ,
.Sh AUTHORS
.An -nosplit
.\" $DragonFly: src/usr.bin/ipcs/ipcs.1,v 1.7 2008/09/02 11:50:45 matthias Exp $
.\"
.Dd September 2, 2008
-.Dt "IPCS" 1
+.Dt IPCS 1
.Os
.Sh NAME
.Nm ipcs
.\" $DragonFly: src/usr.bin/vknet/vknet.1,v 1.4 2008/07/21 23:42:23 swildner Exp $
.\"
.Dd May 27, 2008
-.Dt vknet 1
+.Dt VKNET 1
.Os
.Sh NAME
.Nm vknet
.Os
.Sh NAME
.Nm resident
-.Nd Make a dynamic binary resident.
+.Nd Make a dynamic binary resident
.Sh SYNOPSIS
.Nm
.Op Fl l
.\" $DragonFly: src/usr.sbin/vknetd/vknetd.8,v 1.3 2008/05/31 12:04:15 swildner Exp $
.\"
.Dd May 21, 2009
-.Dt vknetd 8
+.Dt VKNETD 8
.Os
.Sh NAME
.Nm vknetd