Changeset View
Changeset View
Standalone View
Standalone View
head/share/man/man5/linprocfs.5
| .\" $FreeBSD$ | .\" $FreeBSD$ | ||||
| .\" Written by Garrett Wollman | .\" Written by Garrett Wollman | ||||
| .\" This file is in the public domain. | .\" This file is in the public domain. | ||||
| .\" | .\" | ||||
| .Dd August 10, 1994 | .Dd November 13, 2019 | ||||
| .Dt LINPROCFS 5 | .Dt LINPROCFS 5 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm linprocfs | .Nm linprocfs | ||||
| .Nd Linux process file system | .Nd Linux process file system | ||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Bd -literal | .Bd -literal | ||||
| linproc /compat/linux/proc linprocfs rw 0 0 | linproc /compat/linux/proc linprocfs rw 0 0 | ||||
| ▲ Show 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | |||||
| .Nm | .Nm | ||||
| file system on | file system on | ||||
| .Pa /compat/linux/proc : | .Pa /compat/linux/proc : | ||||
| .Pp | .Pp | ||||
| .Dl "mount -t linprocfs linproc /compat/linux/proc" | .Dl "mount -t linprocfs linproc /compat/linux/proc" | ||||
| .Sh SEE ALSO | .Sh SEE ALSO | ||||
| .Xr mount 2 , | .Xr mount 2 , | ||||
| .Xr unmount 2 , | .Xr unmount 2 , | ||||
| .Xr linux 4 , | |||||
| .Xr procfs 5 , | .Xr procfs 5 , | ||||
| .Xr pseudofs 9 | .Xr pseudofs 9 | ||||
| .Sh HISTORY | .Sh HISTORY | ||||
| The | The | ||||
| .Nm | .Nm | ||||
| first appeared in | first appeared in | ||||
| .Fx 4.0 . | .Fx 4.0 . | ||||
| .Sh AUTHORS | .Sh AUTHORS | ||||
| Show All 13 Lines | |||||