aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2003-11-08 13:41:22 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2003-11-08 13:41:22 +0000
commitb684398248feaff034174757cbdcc87ec732c853 (patch)
treefd84d69203dd3a5f1a6d90b9ea5158e756c0c704
parent68ded8480c35fa978caf6d6813f34ee5e3fab20b (diff)
Notes
-rw-r--r--share/man/man9/pfind.92
-rw-r--r--share/man/man9/pgfind.92
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man9/pfind.9 b/share/man/man9/pfind.9
index 94032360b8bd8..c573c5b272d15 100644
--- a/share/man/man9/pfind.9
+++ b/share/man/man9/pfind.9
@@ -81,6 +81,8 @@ return a pointer to a
structure on success and a
.Dv NULL
on failure.
+.Sh SEE ALSO
+.Xr pgfind 9
.Sh AUTHORS
This man page was written by
.An Evan Sarmiento Aq kaworu@sektor7.ath.cx .
diff --git a/share/man/man9/pgfind.9 b/share/man/man9/pgfind.9
index 3be1bcd3c7e05..0957398eea989 100644
--- a/share/man/man9/pgfind.9
+++ b/share/man/man9/pgfind.9
@@ -58,6 +58,8 @@ function returns
on failure or a pointer to a
.Vt pgrp
structure on successful completion.
+.Sh SEE ALSO
+.Xr pfind 9
.Sh AUTHORS
This man page was written by
.An Evan Sarmiento Aq kaworu@sektor7.ath.cx .