summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-13 09:33:06 +0000
committerru <ru@FreeBSD.org>2005-01-13 09:33:06 +0000
commit007d29aae3800b1cb6b79bf59467a4f71082a6c8 (patch)
treec01a82dbda87b47c9a7ac4e3f471d9d2d4009baf /share
parent1bca40ec75a09c971533b92869bb3969ce142f37 (diff)
downloadFreeBSD-src-007d29aae3800b1cb6b79bf59467a4f71082a6c8.zip
FreeBSD-src-007d29aae3800b1cb6b79bf59467a4f71082a6c8.tar.gz
Nits.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/DECLARE_GEOM_CLASS.92
-rw-r--r--share/man/man9/DECLARE_MODULE.94
-rw-r--r--share/man/man9/VFS_START.94
-rw-r--r--share/man/man9/VFS_STATFS.96
-rw-r--r--share/man/man9/VFS_SYNC.92
-rw-r--r--share/man/man9/VFS_VGET.92
-rw-r--r--share/man/man9/style.92
7 files changed, 10 insertions, 12 deletions
diff --git a/share/man/man9/DECLARE_GEOM_CLASS.9 b/share/man/man9/DECLARE_GEOM_CLASS.9
index 2a9d165..8a7a336 100644
--- a/share/man/man9/DECLARE_GEOM_CLASS.9
+++ b/share/man/man9/DECLARE_GEOM_CLASS.9
@@ -105,7 +105,7 @@ The fields of
.Vt g_class
should always be initialized using C99-style field naming
(see the initialization of
-.Dv example_class
+.Va example_class
below).
.Sh EXAMPLES
Example class declaration.
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9
index d88da96..d33c18e 100644
--- a/share/man/man9/DECLARE_MODULE.9
+++ b/share/man/man9/DECLARE_MODULE.9
@@ -55,9 +55,7 @@ and
Of course, it can also be called directly, for example in
order to implement dynamic sysctls.
.Pp
-The arguments to
-.Fn DECLARE_MODULE
-expects are:
+The arguments it expects are:
.Bl -tag -width indent
.It Fa name
The module name, which will be used in the
diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9
index 7985f48..0c3ea87d 100644
--- a/share/man/man9/VFS_START.9
+++ b/share/man/man9/VFS_START.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2004
+.Dd January 7, 2005
.Os
.Dt VFS_START 9
.Sh NAME
@@ -53,7 +53,7 @@ The arguments it expects are:
The file system.
.It Fa flags
Flags passed to the
-.Dv vfs_start
+.Va vfs_start
method of the file system.
.It Fa td
Thread which is starting the file system.
diff --git a/share/man/man9/VFS_STATFS.9 b/share/man/man9/VFS_STATFS.9
index 8fdd075..dd8dcc7 100644
--- a/share/man/man9/VFS_STATFS.9
+++ b/share/man/man9/VFS_STATFS.9
@@ -52,7 +52,7 @@ The arguments it expects are:
The file system.
.It Fa sbp
A
-.Dt statfs
+.Vt statfs
structure, as defined by
.In sys/mount.h ,
into which information is placed about the file system.
@@ -61,9 +61,9 @@ The thread which is querying the file system.
.El
.Pp
The fields of
-.Ft "struct statfs"
+.Vt "struct statfs"
related to the file system are as follows:
-.Bl -tag -width ".Fa f_mntfromname"
+.Bl -tag -width ".Va f_mntfromname"
.It Va f_type
Type of file system.
.It Va f_flags
diff --git a/share/man/man9/VFS_SYNC.9 b/share/man/man9/VFS_SYNC.9
index bd3fdfe..24733094 100644
--- a/share/man/man9/VFS_SYNC.9
+++ b/share/man/man9/VFS_SYNC.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2004
+.Dd January 7, 2005
.Os
.Dt VFS_SYNC 9
.Sh NAME
diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9
index 0950fba..4a4ce97 100644
--- a/share/man/man9/VFS_VGET.9
+++ b/share/man/man9/VFS_VGET.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2004
+.Dd January 7, 2005
.Os
.Dt VFS_VGET 9
.Sh NAME
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 8ea25b6..c0cd9af 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -72,7 +72,7 @@ An automatic script collects license information from the tree for
all comments that start in the first column with
.Dq Li "/*-" .
If you desire to flag
-.Xr indent 1
+.Xr indent 1
to not reformat a comment that starts in the first column which is not a
license or copyright notice, change the dash to a star for those
comments.
OpenPOWER on IntegriCloud