summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-03-28 12:57:48 +0000
committerdd <dd@FreeBSD.org>2002-03-28 12:57:48 +0000
commitf868de51601b0be7012ee07210d984f978cf94b2 (patch)
tree6eb68f382cabb4414640de37a78de80f7a08151f
parent8edb7b74a061f44bd362d83fb1d82362cd72ee11 (diff)
downloadFreeBSD-src-f868de51601b0be7012ee07210d984f978cf94b2.zip
FreeBSD-src-f868de51601b0be7012ee07210d984f978cf94b2.tar.gz
mdoc(7) police: remove whitespace at EOL.
-rw-r--r--share/man/man4/geom.42
-rw-r--r--share/man/man5/drivers.conf.52
-rw-r--r--share/man/man7/sdoc.78
-rw-r--r--share/man/man7/sec-doc.78
-rw-r--r--share/man/man9/VOP_ACCESS.92
-rw-r--r--share/man/man9/VOP_ATTRIB.92
-rw-r--r--share/man/man9/VOP_FSYNC.92
-rw-r--r--share/man/man9/VOP_GETACL.92
-rw-r--r--share/man/man9/VOP_IOCTL.92
9 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4
index 005aefc..3571141 100644
--- a/share/man/man4/geom.4
+++ b/share/man/man4/geom.4
@@ -52,7 +52,7 @@ protection of the stored data.
.Pp
Compared to traditional "volume management", GEOM differs from most
and in some cases all previous implementations in the following ways:
-.Bl -bullet
+.Bl -bullet
.It
GEOM is extensible. It is trivially simple to write a new class
of transformation and it will not be given stepchild treatment. If
diff --git a/share/man/man5/drivers.conf.5 b/share/man/man5/drivers.conf.5
index 0f4bba1..e8491c4 100644
--- a/share/man/man5/drivers.conf.5
+++ b/share/man/man5/drivers.conf.5
@@ -69,7 +69,7 @@ file that are included as modules on the mfsroot floppy.
.Pp
The second field,
.Ar filename ,
-is the name of the associated kernel module (without the
+is the name of the associated kernel module (without the
.Pa .ko
extension).
.Pp
diff --git a/share/man/man7/sdoc.7 b/share/man/man7/sdoc.7
index 8ca5a36..eb19069 100644
--- a/share/man/man7/sdoc.7
+++ b/share/man/man7/sdoc.7
@@ -39,11 +39,11 @@ This document presents guidelines for
adding security considerations sections to manual pages.
It provides two typical examples.
.Pp
-The guidelines for writing
+The guidelines for writing
.Fx
manual pages in
.Xr groff_mdoc 7
-mandate that each manual page describing a feature of the
+mandate that each manual page describing a feature of the
.Fx
system should contain a security considerations section
describing what security requirements can be broken
@@ -70,7 +70,7 @@ there are four classes of security requirements:
.Bl -hang -offset indent
.It Em integrity
(example: non-administrators should not modify system binaries),
-.It Em confidentiality
+.It Em confidentiality
(example: non-administrators should not view the shadow password file),
.It Em availability
(example: the web server should respond to client requests in a timely
@@ -187,7 +187,7 @@ the FSA.)
Avoid using
.Fn strcpy .
Instead, use
-.Fn strncpy
+.Fn strncpy
and ensure that no more characters are copied to the destination buffer
than it can hold.
Do not forget to NUL-terminate the destination buffer,
diff --git a/share/man/man7/sec-doc.7 b/share/man/man7/sec-doc.7
index 8ca5a36..eb19069 100644
--- a/share/man/man7/sec-doc.7
+++ b/share/man/man7/sec-doc.7
@@ -39,11 +39,11 @@ This document presents guidelines for
adding security considerations sections to manual pages.
It provides two typical examples.
.Pp
-The guidelines for writing
+The guidelines for writing
.Fx
manual pages in
.Xr groff_mdoc 7
-mandate that each manual page describing a feature of the
+mandate that each manual page describing a feature of the
.Fx
system should contain a security considerations section
describing what security requirements can be broken
@@ -70,7 +70,7 @@ there are four classes of security requirements:
.Bl -hang -offset indent
.It Em integrity
(example: non-administrators should not modify system binaries),
-.It Em confidentiality
+.It Em confidentiality
(example: non-administrators should not view the shadow password file),
.It Em availability
(example: the web server should respond to client requests in a timely
@@ -187,7 +187,7 @@ the FSA.)
Avoid using
.Fn strcpy .
Instead, use
-.Fn strncpy
+.Fn strncpy
and ensure that no more characters are copied to the destination buffer
than it can hold.
Do not forget to NUL-terminate the destination buffer,
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index 5d217e1..ee95032 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -39,7 +39,7 @@
.In sys/param.h
.In sys/vnode.h
.Ft int
-.Fn VOP_ACCESS "struct vnode *vp" "int mode" "struct ucred *cred" "struct thread *td"
+.Fn VOP_ACCESS "struct vnode *vp" "int mode" "struct ucred *cred" "struct thread *td"
.Sh DESCRIPTION
This entry point checks the access permissions of the file against the
given credentials.
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index 5a7c334..51c80a0 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -56,7 +56,7 @@ the attributes of the file
.It Ar cred
the user credentials of the calling process
.It Ar td
-the thread
+the thread
.El
.Pp
Attributes which are not being modified by
diff --git a/share/man/man9/VOP_FSYNC.9 b/share/man/man9/VOP_FSYNC.9
index cf20f85..eabba32 100644
--- a/share/man/man9/VOP_FSYNC.9
+++ b/share/man/man9/VOP_FSYNC.9
@@ -65,7 +65,7 @@ start all I/O, but do not wait for it
push data not written by filesystem syncer
.El
.It Ar td
-the calling thread
+the calling thread
.El
.Pp
The argument
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 0ee0d38..7846fa0 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -51,7 +51,7 @@ the type of ACL to retrieve
a pointer to an ACL structure to receive the ACL data
.It Fa cred
the user credentials to use in authorizing the request
-.It Fa td
+.It Fa td
the thread requesting the ACL
.El
.Pp
diff --git a/share/man/man9/VOP_IOCTL.9 b/share/man/man9/VOP_IOCTL.9
index 22af41c..f25787a 100644
--- a/share/man/man9/VOP_IOCTL.9
+++ b/share/man/man9/VOP_IOCTL.9
@@ -55,7 +55,7 @@ some flags ???
.It Ar cred
the caller's credentials
.It Ar td
-the calling thread
+the calling thread
.El
.Pp
Most filesystems do not implement this entry point.
OpenPOWER on IntegriCloud