1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Add cross-reference to pseudofs(9).

This commit is contained in:
Dag-Erling Smørgrav 2001-12-04 14:28:26 +00:00
parent a93dfd0f71
commit 0787ae7db8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87355
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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