diff options
author | des <des@FreeBSD.org> | 2001-12-04 14:28:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-04 14:28:26 +0000 |
commit | f2048e88adf0366eab172389473d95cfbaf586ca (patch) | |
tree | 78a736e602dc54a9171c2e4a2fb4df728ee33acb /share | |
parent | 52cba5d7979eee73ef01041abce0e7a310b0ce66 (diff) | |
download | FreeBSD-src-f2048e88adf0366eab172389473d95cfbaf586ca.zip FreeBSD-src-f2048e88adf0366eab172389473d95cfbaf586ca.tar.gz |
Add cross-reference to pseudofs(9).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/linprocfs.5 | 1 | ||||
-rw-r--r-- | share/man/man5/procfs.5 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5 index f6c5842..df6d333 100644 --- a/share/man/man5/linprocfs.5 +++ b/share/man/man5/linprocfs.5 @@ -71,6 +71,7 @@ the complete virtual address space of the process .Xr mount 2 , .Xr unmount 2 , .Xr procfs 5 , +.Xr pseudofs 9 , .Xr mount_linprocfs 8 .Sh AUTHORS .An -nosplit diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5 index 3142194..3fee4d8 100644 --- a/share/man/man5/procfs.5 +++ b/share/man/man5/procfs.5 @@ -2,7 +2,7 @@ .\" Written by Garrett Wollman .\" This file is in the public domain. .\" -.Dd August 10, 1994 +.Dd December 4, 2001 .Dt PROCFS 5 .Os .Sh NAME @@ -235,6 +235,7 @@ the process' current status .El .Sh SEE ALSO .Xr mount 2 , +.Xr pseudofs 9 , .Xr sigaction 2 , .Xr unmount 2 , .Xr mount_procfs 8 |