From 0280bae0c3563d08eee88da095100ae655a27027 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 18 Jan 2010 07:24:36 +0100 Subject: [PATCH] Some manual page cleanup. In *.9 manual pages, change references to files in /usr/src to be relative to /usr/src. --- share/man/man9/VFS.9 | 3 +-- share/man/man9/VOP_LOOKUP.9 | 3 +-- share/man/man9/buf.9 | 5 ++--- share/man/man9/ifnet.9 | 4 ++-- share/man/man9/objcache.9 | 2 +- share/man/man9/sysctl_add_oid.9 | 3 +-- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9 index 7cb96930f9..8dfc3c08cd 100644 --- a/share/man/man9/VFS.9 +++ b/share/man/man9/VFS.9 @@ -25,7 +25,6 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/VFS.9,v 1.4.2.3 2002/03/19 18:24:16 schweikh Exp $ -.\" $DragonFly: src/share/man/man9/VFS.9,v 1.4 2006/03/21 04:24:28 swildner Exp $ .\" .Dd July 24, 1996 .Os @@ -39,7 +38,7 @@ Calls used to set or query filesystems for settings or information. Filesystems that don't implement a VFS operation should use the appropriate .Fa vfs_std function from -.Pa src/sys/kern/vfs_default.c +.Pa sys/kern/vfs_default.c rather than implementing empty functions or casting to .Fa eopnotsupp . .Sh SEE ALSO diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index dbfa9504cb..7d3a2f598e 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -25,7 +25,6 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/VOP_LOOKUP.9,v 1.8.2.5 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/VOP_LOOKUP.9,v 1.6 2008/04/15 22:22:24 swildner Exp $ .\" .Dd November 24, 1997 .Os @@ -445,4 +444,4 @@ appeared in This man page was written by .An Doug Rabson , with some text from comments in -.Pa ufs_lookup.c . +.Pa sys/vfs/ufs/ufs_lookup.c . diff --git a/share/man/man9/buf.9 b/share/man/man9/buf.9 index 3e8dd665d8..4b7a1164f0 100644 --- a/share/man/man9/buf.9 +++ b/share/man/man9/buf.9 @@ -30,7 +30,6 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/buf.9,v 1.5.2.5 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/buf.9,v 1.8 2007/09/13 10:55:55 swildner Exp $ .\" .Dd December 21, 2004 .Dt BUF 9 @@ -48,9 +47,9 @@ This abstraction supports block sizes from It also supports a relatively primitive byte-granular valid range and dirty range currently hardcoded for use by NFS. The code implementing the VM Buffer abstraction is mostly concentrated in -.Pa /usr/src/sys/kern/vfs_bio.c +.Pa sys/kern/vfs_bio.c and -.Pa /usr/src/sys/sys/buf.h . +.Pa sys/sys/buf.h . .Pp One of the most important things to remember when dealing with buffer pointers .Ft ( struct buf ) diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 7aeadf23bc..06ca9abe37 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ifnet.9,v 1.9.2.10 2003/06/15 02:22:30 hmp Exp $ -.\" $DragonFly: src/share/man/man9/ifnet.9,v 1.10 2008/05/11 07:11:47 swildner Exp $ +.\" .Dd May 10, 2008 .Os .Dt IFNET 9 @@ -127,7 +127,7 @@ structures in and .In net/if_var.h and the functions named above and defined in -.Pa /sys/net/if.c . +.Pa sys/net/if.c . Those interfaces which are intended to be used by user programs are defined in .In net/if.h ; diff --git a/share/man/man9/objcache.9 b/share/man/man9/objcache.9 index 2cd0032fc8..0e9ad8c16f 100644 --- a/share/man/man9/objcache.9 +++ b/share/man/man9/objcache.9 @@ -124,7 +124,7 @@ The describes the capacity of the magazine, that is the largest number of objects it can hold. If set to 0, the default value is used as defined in -.Pa kern/kern_objcache.c . +.Pa sys/kern/kern_objcache.c . Currently, the default value is 64. The object caching system itself may adjust the cluster limit and/or magazines' capacity based on the number of available CPUs. diff --git a/share/man/man9/sysctl_add_oid.9 b/share/man/man9/sysctl_add_oid.9 index 59ab2bc5ce..e1d13edff0 100644 --- a/share/man/man9/sysctl_add_oid.9 +++ b/share/man/man9/sysctl_add_oid.9 @@ -26,7 +26,6 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/sysctl_add_oid.9,v 1.3.2.10 2001/12/17 11:30:19 ru Exp $ -.\" $DragonFly: src/share/man/man9/sysctl_add_oid.9,v 1.8 2008/05/01 23:36:43 swildner Exp $ .\" .Dd June 22, 2006 .Dt SYSCTL_ADD_OID 9 @@ -209,7 +208,7 @@ based on linker sets (see .In sys/linker_set.h and .\" XXX Manual pages should avoid referencing source files -.Pa src/sys/kern/kern_sysctl.c +.Pa sys/kern/kern_sysctl.c for details), only allows creation and deletion on module load and unload respectively. .Pp -- 2.11.4.GIT