summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/locale/wcstod.32
-rw-r--r--lib/libc/stdlib/insque.324
-rw-r--r--share/man/man4/cardbus.45
-rw-r--r--share/man/man4/pccard.47
-rw-r--r--usr.sbin/getfmac/getfmac.813
-rw-r--r--usr.sbin/setfmac/setfmac.813
6 files changed, 32 insertions, 32 deletions
diff --git a/lib/libc/locale/wcstod.3 b/lib/libc/locale/wcstod.3
index 4fd4e48..970dd4b 100644
--- a/lib/libc/locale/wcstod.3
+++ b/lib/libc/locale/wcstod.3
@@ -50,5 +50,5 @@ for details.
.Sh STANDARDS
The
.Fn wcstod
-function conform to
+function conforms to
.St -isoC-99 .
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index 7df48f0..53c5ee6 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -4,7 +4,7 @@
.\" All rights reserved.
.\"
.\" As long as the above copyright statement and this notice remain
-.\" unchanged, you can do what ever you want with this file.
+.\" unchanged, you can do what ever you want with this file.
.\"
.\" $FreeBSD$
.\"
@@ -24,21 +24,30 @@
.Ft void
.Fn remque "void *element"
.Sh DESCRIPTION
-.Pp
The
.Fn insque
and
.Fn remque
functions encapsulate the ever-repeating task of doing insertion and
-removal operations on doubly linked lists. The functions expect their
+removal operations on doubly linked lists.
+The functions expect their
arguments to point to a structure whose first and second members are
pointers to the next and previous element, respectively.
The
.Fn insque
functions also allows the
.Fa pred
-argument to be a NULL pointer for the initialization of a new list's
+argument to be a
+.Dv NULL
+pointer for the initialization of a new list's
head element.
+.Sh STANDARDS
+The
+.Fn insque
+and
+.Fn remque
+functions conform to
+.St -p1003.1-2001 .
.Sh HISTORY
The
.Fn insque
@@ -50,10 +59,3 @@ In
.Fx 5.0 ,
they reappeared conforming to
.St -p1003.1-2001 .
-.Sh STANDARDS
-The
-.Fn insque
-and
-.Fn remque
-functions conform to
-.St -p1003.1-2001 .
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
index 65dea44..28c5b4a 100644
--- a/share/man/man4/cardbus.4
+++ b/share/man/man4/cardbus.4
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD$
.\"
.Dd July 9, 2002
.Dt CARDBUS 4
@@ -41,7 +41,6 @@ The
driver supports all cardbus bridges in the system.
.Sh SEE ALSO
.Xr pccard 4 ,
-.Xr pccbb 4 .
+.Xr pccbb 4
.Sh BUGS
There is no way cause a program to run when a card is inserted.
-
diff --git a/share/man/man4/pccard.4 b/share/man/man4/pccard.4
index 3319bc1..7ccd17a 100644
--- a/share/man/man4/pccard.4
+++ b/share/man/man4/pccard.4
@@ -41,10 +41,9 @@ The
driver supports all pccard bridges in the system.
.Sh SEE ALSO
.Xr cardbus 4 ,
-.Xr pccbb 4 ,
-.Xr pcic 4 .
.\" .Xr mecia 4 ,
-.\" .Xr tcic 4 .
+.Xr pccbb 4 ,
+.Xr pcic 4
+.\" .Xr tcic 4
.Sh BUGS
There is no way cause a program to run when a card is inserted.
-
diff --git a/usr.sbin/getfmac/getfmac.8 b/usr.sbin/getfmac/getfmac.8
index 14332e6..e57cd1f 100644
--- a/usr.sbin/getfmac/getfmac.8
+++ b/usr.sbin/getfmac/getfmac.8
@@ -1,12 +1,12 @@
.\" Copyright (c) 2002 Networks Associates Technology, Inc.
.\" All rights reserved.
-.\"
+.\"
.\" This software was developed for the FreeBSD Project by Chris
.\" Costello at Safeport Network Services and NAI Labs, the Security
.\" Research Division of Network Associates, Inc. under DARPA/SPAWAR
.\" contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
.\" research program.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -18,7 +18,7 @@
.\" 3. The names of the authors may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -30,8 +30,9 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
+.\"
.Dd June 27, 2002
.Dt GETFMAC 8
.Sh NAME
@@ -40,13 +41,13 @@
.Sh SYNOPSIS
.Nm
.Op Fl h
-.Op Fl l list,of,labels
+.Op Fl l Ar list,of,labels
.Op Ar
.Sh DESCRIPTION
The
.Nm
utility prints the text representation of the MAC label associated with the
-specified file or files.
+specified files.
.Sh SEE ALSO
.Xr mac 3 ,
.Xr mac_get_file 3 ,
diff --git a/usr.sbin/setfmac/setfmac.8 b/usr.sbin/setfmac/setfmac.8
index 457be20..7d22ba6 100644
--- a/usr.sbin/setfmac/setfmac.8
+++ b/usr.sbin/setfmac/setfmac.8
@@ -1,12 +1,12 @@
.\" Copyright (c) 2002 Networks Associates Technology, Inc.
.\" All rights reserved.
-.\"
+.\"
.\" This software was developed for the FreeBSD Project by Chris
.\" Costello at Safeport Network Services and NAI Labs, the Security
.\" Research Division of Network Associates, Inc. under DARPA/SPAWAR
.\" contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
.\" research program.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -18,7 +18,7 @@
.\" 3. The names of the authors may not be used to endorse or promote
.\" products derived from this software without specific prior written
.\" permission.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -30,7 +30,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.Dd June 27, 2002
.Dt SETFMAC 8
@@ -40,12 +40,11 @@
.Sh SYNOPSIS
.Nm
.Ar label
-.Ar file
-.Op Ar file ...
+.Ar
.Sh DESCRIPTION
The
.Nm
-utility associates the specified MAC label to the specified file or files.
+utility associates the specified MAC label to the specified files.
.Sh SEE ALSO
.Xr mac 3 ,
.Xr mac_set_file 3 ,
OpenPOWER on IntegriCloud