From b684398248feaff034174757cbdcc87ec732c853 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 8 Nov 2003 13:41:22 +0000 Subject: [PATCH] Cross-reference pgfind(9) and pfind(9) from each others manual pages. --- share/man/man9/pfind.9 | 2 ++ share/man/man9/pgfind.9 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/share/man/man9/pfind.9 b/share/man/man9/pfind.9 index 94032360b8b..c573c5b272d 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 3be1bcd3c7e..0957398eea9 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 .