diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-08 13:41:22 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-08 13:41:22 +0000 |
| commit | b684398248feaff034174757cbdcc87ec732c853 (patch) | |
| tree | fd84d69203dd3a5f1a6d90b9ea5158e756c0c704 | |
| parent | 68ded8480c35fa978caf6d6813f34ee5e3fab20b (diff) | |
Notes
| -rw-r--r-- | share/man/man9/pfind.9 | 2 | ||||
| -rw-r--r-- | share/man/man9/pgfind.9 | 2 |
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 . |
