diff options
author | des <des@FreeBSD.org> | 2000-03-26 12:20:35 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-03-26 12:20:35 +0000 |
commit | e270c547842caa2cfe82c8b7df37564a3faf8484 (patch) | |
tree | 793f8b168e10922624afb4bb3956cdd30cc7309a /share/man/man5/linprocfs.5 | |
parent | ba32cceab34b2e283ebba7c9e362f427df71eacb (diff) | |
download | FreeBSD-src-e270c547842caa2cfe82c8b7df37564a3faf8484.zip FreeBSD-src-e270c547842caa2cfe82c8b7df37564a3faf8484.tar.gz |
s/curproc/self/
Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>
Diffstat (limited to 'share/man/man5/linprocfs.5')
-rw-r--r-- | share/man/man5/linprocfs.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5 index 76dbc58..70d75af 100644 --- a/share/man/man5/linprocfs.5 +++ b/share/man/man5/linprocfs.5 @@ -64,7 +64,7 @@ directory containing process information for process directory containing process information for the current process .It Pa /compat/linux/proc/self/exe executable image -.It Pa /compat/linux/proc/curproc/mem +.It Pa /compat/linux/proc/self/mem the complete virtual address space of the process .El .Sh SEE ALSO |