summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-13 09:09:52 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-13 09:09:52 +0000
commite8b02a428dcde07c037dfedfe1d90fa18fa6876a (patch)
tree0a98eeb48574a1566a9735f523683d6de46e4f74 /share/man/man9
parent3cdf42d23a7214a672f54c8a9cd89d2b8f96ce2e (diff)
Notes
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/BUF_LOCK.92
-rw-r--r--share/man/man9/BUF_LOCKFREE.92
-rw-r--r--share/man/man9/BUF_LOCKINIT.92
-rw-r--r--share/man/man9/BUF_REFCNT.92
-rw-r--r--share/man/man9/BUF_TIMELOCK.92
-rw-r--r--share/man/man9/BUF_UNLOCK.92
-rw-r--r--share/man/man9/cdevsw_add.92
-rw-r--r--share/man/man9/cdevsw_remove.92
-rw-r--r--share/man/man9/devsw.92
-rw-r--r--share/man/man9/lockcount.92
-rw-r--r--share/man/man9/lockdestroy.92
-rw-r--r--share/man/man9/lockmgr.94
-rw-r--r--share/man/man9/lockmgr_printinfo.92
-rw-r--r--share/man/man9/lockstatus.94
-rw-r--r--share/man/man9/major.92
-rw-r--r--share/man/man9/minor.92
-rw-r--r--share/man/man9/umajor.92
-rw-r--r--share/man/man9/uminor.92
-rw-r--r--share/man/man9/vfs_busy.94
-rw-r--r--share/man/man9/vfs_mount.92
-rw-r--r--share/man/man9/vfs_unbusy.92
-rw-r--r--share/man/man9/vinvalbuf.92
-rw-r--r--share/man/man9/vn_isdisk.92
23 files changed, 26 insertions, 26 deletions
diff --git a/share/man/man9/BUF_LOCK.9 b/share/man/man9/BUF_LOCK.9
index 6686ba4e70bd..900550c16090 100644
--- a/share/man/man9/BUF_LOCK.9
+++ b/share/man/man9/BUF_LOCK.9
@@ -47,7 +47,7 @@ call will block until it can aquire the lock unless
is set.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa locktype"
+.Bl -tag -width ".Fa locktype"
.It Fa bp
The buffer to lock.
.It Fa locktype
diff --git a/share/man/man9/BUF_LOCKFREE.9 b/share/man/man9/BUF_LOCKFREE.9
index 423d25d57988..47106cc47ad8 100644
--- a/share/man/man9/BUF_LOCKFREE.9
+++ b/share/man/man9/BUF_LOCKFREE.9
@@ -45,7 +45,7 @@ The lock must not be held when
this macro is called or a panic will result.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa bp"
+.Bl -tag -width ".Fa bp"
.It Fa bp
The buffer whose lock is to be destroyed.
.El
diff --git a/share/man/man9/BUF_LOCKINIT.9 b/share/man/man9/BUF_LOCKINIT.9
index a5f388cfa762..3e18c3b6d5c1 100644
--- a/share/man/man9/BUF_LOCKINIT.9
+++ b/share/man/man9/BUF_LOCKINIT.9
@@ -43,7 +43,7 @@ The
macro initializes a buffer lock.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa bp"
+.Bl -tag -width ".Fa bp"
.It Fa bp
The buffer whose lock it to be initialized.
.El
diff --git a/share/man/man9/BUF_REFCNT.9 b/share/man/man9/BUF_REFCNT.9
index 7a6aea8942bc..6ed913342b0b 100644
--- a/share/man/man9/BUF_REFCNT.9
+++ b/share/man/man9/BUF_REFCNT.9
@@ -43,7 +43,7 @@ The
function returns the reference count on a buffer's lock.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa bp"
+.Bl -tag -width ".Fa bp"
.It Fa bp
The buffer whose lock reference count is to be returned.
.El
diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9
index 8fcba5857501..72703229de5b 100644
--- a/share/man/man9/BUF_TIMELOCK.9
+++ b/share/man/man9/BUF_TIMELOCK.9
@@ -50,7 +50,7 @@ into the sleep's priority.
is the wmesg used in the sleep.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa locktype"
+.Bl -tag -width ".Fa locktype"
.It Fa bp
The buffer to lock.
.It Fa locktype
diff --git a/share/man/man9/BUF_UNLOCK.9 b/share/man/man9/BUF_UNLOCK.9
index 500e1abb5001..761160b52011 100644
--- a/share/man/man9/BUF_UNLOCK.9
+++ b/share/man/man9/BUF_UNLOCK.9
@@ -46,7 +46,7 @@ or
.Fn BUF_TIMELOCK .
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa bp"
+.Bl -tag -width ".Fa bp"
.It Fa bp
The buffer to unlock.
The buffer must already be locked.
diff --git a/share/man/man9/cdevsw_add.9 b/share/man/man9/cdevsw_add.9
index 2c2b520841f8..fbb7cded11ff 100644
--- a/share/man/man9/cdevsw_add.9
+++ b/share/man/man9/cdevsw_add.9
@@ -51,7 +51,7 @@ and is less than
.Dv NUMCDEVSW .
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa newentry"
+.Bl -tag -width ".Fa newentry"
.It Fa newentry
The device to add to the table.
.El
diff --git a/share/man/man9/cdevsw_remove.9 b/share/man/man9/cdevsw_remove.9
index deed55ee9a59..b71e479d20b7 100644
--- a/share/man/man9/cdevsw_remove.9
+++ b/share/man/man9/cdevsw_remove.9
@@ -51,7 +51,7 @@ and is less than
.Dv NUMCDEVSW .
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa oldentry"
+.Bl -tag -width ".Fa oldentry"
.It Fa oldentry
The device to remove from the table.
.El
diff --git a/share/man/man9/devsw.9 b/share/man/man9/devsw.9
index d2e23a9c9694..ec9208657355 100644
--- a/share/man/man9/devsw.9
+++ b/share/man/man9/devsw.9
@@ -55,7 +55,7 @@ offset into the
array is returned.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa dev"
+.Bl -tag -width ".Fa dev"
.It Fa dev
The device whose
.Vt cdevsw
diff --git a/share/man/man9/lockcount.9 b/share/man/man9/lockcount.9
index b51ad53bc194..06e101d5109f 100644
--- a/share/man/man9/lockcount.9
+++ b/share/man/man9/lockcount.9
@@ -45,7 +45,7 @@ The reference
count is the sum of exclusive locks and shared locks.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa lkp"
+.Bl -tag -width ".Fa lkp"
.It Fa lkp
The lock to return the reference count on.
.El
diff --git a/share/man/man9/lockdestroy.9 b/share/man/man9/lockdestroy.9
index 5142f26993ea..cfd0ac3cdc43 100644
--- a/share/man/man9/lockdestroy.9
+++ b/share/man/man9/lockdestroy.9
@@ -44,7 +44,7 @@ function destroys the given lock.
(Currently is does nothing!)
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa lkp"
+.Bl -tag -width ".Fa lkp"
.It Fa lkp
The lock to destroy.
.El
diff --git a/share/man/man9/lockmgr.9 b/share/man/man9/lockmgr.9
index e3a942d0f6b7..9384d80e9512 100644
--- a/share/man/man9/lockmgr.9
+++ b/share/man/man9/lockmgr.9
@@ -45,12 +45,12 @@ support for shared and exclusive locks, and recursion.
Locks can also be upgraded and downgraded.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa interlkp"
+.Bl -tag -width ".Fa interlkp"
.It Fa lkp
A pointer to lock to manipulate.
.It Fa flags
Flags indicating what action is to be taken.
-.Bl -tag -xwidth ".Dv LK_EXCLUPGRADE"
+.Bl -tag -width ".Dv LK_EXCLUPGRADE"
.It Dv LK_SHARED
Aquire a shared lock.
If we currently hold an exclusive lock it will be downgraded.
diff --git a/share/man/man9/lockmgr_printinfo.9 b/share/man/man9/lockmgr_printinfo.9
index 4bb72f84c363..6a3051a60f69 100644
--- a/share/man/man9/lockmgr_printinfo.9
+++ b/share/man/man9/lockmgr_printinfo.9
@@ -44,7 +44,7 @@ function prints information about the lock including the lock
time and the wait count.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa lkp"
+.Bl -tag -width ".Fa lkp"
.It Fa lkp
The lock to print.
.El
diff --git a/share/man/man9/lockstatus.9 b/share/man/man9/lockstatus.9
index a6d5e4c4aeb0..361947cbfbe4 100644
--- a/share/man/man9/lockstatus.9
+++ b/share/man/man9/lockstatus.9
@@ -45,7 +45,7 @@ function returns the status of the lock in relation to the
passed to it.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa lkp"
+.Bl -tag -width ".Fa lkp"
.It Fa lkp
The lock to return the status of.
.It Fa p
@@ -59,7 +59,7 @@ and an exclusive lock is held,
is returned.
.El
.Sh RETURN VALUES
-.Bl -tag -xwidth ".Dv LK_EXCLUSIVE"
+.Bl -tag -width ".Dv LK_EXCLUSIVE"
.It Dv LK_EXCLUSIVE
An exclusive lock is held by the process
.Fa p
diff --git a/share/man/man9/major.9 b/share/man/man9/major.9
index be9e2f7c2e6d..879b0945eb0b 100644
--- a/share/man/man9/major.9
+++ b/share/man/man9/major.9
@@ -42,7 +42,7 @@ The
function returns the major device number for the given device.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa dev"
+.Bl -tag -width ".Fa dev"
.It Fa dev
The device whose major device number should be returned.
.El
diff --git a/share/man/man9/minor.9 b/share/man/man9/minor.9
index e2006d8c000b..7af2af9900fa 100644
--- a/share/man/man9/minor.9
+++ b/share/man/man9/minor.9
@@ -42,7 +42,7 @@ The
function returns the minor device number for the given device.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa dev"
+.Bl -tag -width ".Fa dev"
.It Fa dev
The device whose minor device number should be returned.
.El
diff --git a/share/man/man9/umajor.9 b/share/man/man9/umajor.9
index eb7ef06706b7..a71e4562ea2e 100644
--- a/share/man/man9/umajor.9
+++ b/share/man/man9/umajor.9
@@ -43,7 +43,7 @@ function returns the major device number form the given raw device
number.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa dev"
+.Bl -tag -width ".Fa dev"
.It Fa dev
The device number whose major ID should be calculated and returned.
.El
diff --git a/share/man/man9/uminor.9 b/share/man/man9/uminor.9
index 9e985e856692..3df5e1cc2889 100644
--- a/share/man/man9/uminor.9
+++ b/share/man/man9/uminor.9
@@ -42,7 +42,7 @@ The
function returns the minor device number from the raw device number.
.Pp
Its argument is:
-.Bl -tag -xwidth ".Fa dev"
+.Bl -tag -width ".Fa dev"
.It Fa dev
The raw device number from which the minor device number should be
calculated.
diff --git a/share/man/man9/vfs_busy.9 b/share/man/man9/vfs_busy.9
index c04071d64075..9b1019a3401f 100644
--- a/share/man/man9/vfs_busy.9
+++ b/share/man/man9/vfs_busy.9
@@ -56,14 +56,14 @@ flag is
set.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa interlkp"
+.Bl -tag -width ".Fa interlkp"
.It Fa mp
The mount point to busy.
.It Fa flags
Flags controlling how
.Fn vfs_busy
should act.
-.Bl -tag -xwidth ".Dv LK_NOWAIT"
+.Bl -tag -width ".Dv LK_NOWAIT"
.It Dv LK_NOWAIT
do not sleep if
.Dv MNTK_UNMOUNT
diff --git a/share/man/man9/vfs_mount.9 b/share/man/man9/vfs_mount.9
index 7e7ee4e893b3..0f196f2cba03 100644
--- a/share/man/man9/vfs_mount.9
+++ b/share/man/man9/vfs_mount.9
@@ -51,7 +51,7 @@ is called directly by the
system call.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa fsflags"
+.Bl -tag -width ".Fa fsflags"
.It Fa p
The process responsible for this call.
.It Fa fstype
diff --git a/share/man/man9/vfs_unbusy.9 b/share/man/man9/vfs_unbusy.9
index 8ff53e2bd5bc..cc3a7b1d31dc 100644
--- a/share/man/man9/vfs_unbusy.9
+++ b/share/man/man9/vfs_unbusy.9
@@ -47,7 +47,7 @@ The lock is typically aquired by calling
prior to this call.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa mp"
+.Bl -tag -width ".Fa mp"
.It Fa mp
The mount point to unbusy (unlock).
.It Fa p
diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9
index c7cbef4c85ef..76abe11a7045 100644
--- a/share/man/man9/vinvalbuf.9
+++ b/share/man/man9/vinvalbuf.9
@@ -49,7 +49,7 @@ released.
If there is a VM Object associated with the vnode, it is removed.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa spltimeo"
+.Bl -tag -width ".Fa spltimeo"
.It Fa vp
A pointer to the vnode whose buffers will be invalidated.
.It Fa flags
diff --git a/share/man/man9/vn_isdisk.9 b/share/man/man9/vn_isdisk.9
index b47a322c43b6..ac19e18cb4cf 100644
--- a/share/man/man9/vn_isdisk.9
+++ b/share/man/man9/vn_isdisk.9
@@ -57,7 +57,7 @@ must have
set.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa errp"
+.Bl -tag -width ".Fa errp"
.It Fa vp
The vnode to check.
.It Fa errp