mdoc(7) police: sweep.

This commit is contained in:
Ruslan Ermilov 2002-11-29 16:42:23 +00:00
parent 999d9d2bd4
commit 92b1f2f7a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107391
6 changed files with 32 additions and 32 deletions

View File

@ -50,5 +50,5 @@ for details.
.Sh STANDARDS
The
.Fn wcstod
function conform to
function conforms to
.St -isoC-99 .

View File

@ -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 .

View File

@ -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.

View File

@ -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.

View File

@ -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 ,

View File

@ -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 ,