From 6b13dcc062382ebe439b8500596dfc257b86ae49 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 13 Jan 2005 09:33:06 +0000 Subject: [PATCH] Nits. --- share/man/man9/DECLARE_GEOM_CLASS.9 | 2 +- share/man/man9/DECLARE_MODULE.9 | 4 +--- share/man/man9/VFS_START.9 | 4 ++-- share/man/man9/VFS_STATFS.9 | 6 +++--- share/man/man9/VFS_SYNC.9 | 2 +- share/man/man9/VFS_VGET.9 | 2 +- share/man/man9/style.9 | 2 +- 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 2a9d1658ee01..8a7a33617f1a 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 d88da96aeea7..d33c18ed6081 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 7985f483b04e..0c3ea87d4959 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 8fdd075e34e2..dd8dcc7c52f3 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 bd3fdfeaa8c3..24733094e5db 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 0950fba5c734..4a4ce97d0983 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 8ea25b64b1a8..c0cd9afc696e 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.