summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2003-01-19 15:44:32 +0000
committersheldonh <sheldonh@FreeBSD.org>2003-01-19 15:44:32 +0000
commit85e76830e5ffd038cd515d55b2a3e36f3341caa0 (patch)
treedb6bee2579f802c6f612e35f2dcba265646affd4
parentaa051f35c24e0abc157e86121a238a55b7f23d84 (diff)
downloadFreeBSD-src-85e76830e5ffd038cd515d55b2a3e36f3341caa0.zip
FreeBSD-src-85e76830e5ffd038cd515d55b2a3e36f3341caa0.tar.gz
Add required commas that were ommitted in the previous delta; the
SEE ALSO section's list of manual pages must be comma-separated.
-rw-r--r--share/man/man9/malloc.92
-rw-r--r--share/man/man9/vnode.92
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index edfccb3..3e19e99 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -256,7 +256,7 @@ when holding a
interlock, will cause a LOR (Lock Order Reversal) due to the
interwining of VM Objects and Vnodes.
.Sh SEE ALSO
-.Xr vmstat 8
+.Xr vmstat 8 ,
.Xr vnode 9
.Sh DIAGNOSTICS
A kernel compiled with the
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 023e6f3..0af8343 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -250,7 +250,7 @@ when holding a
interlock, will cause a LOR (Lock Order Reversal) due to the
interwining of VM Objects and Vnodes.
.Sh SEE ALSO
-.Xr malloc 9
+.Xr malloc 9 ,
.Xr VFS 9
.Sh AUTHORS
This man page was written by
OpenPOWER on IntegriCloud