diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-03-28 01:05:36 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-03-28 01:05:36 +0000 |
commit | f5824e10ba584e9d6cefd84ae0ce8fdc4e7e4c88 (patch) | |
tree | dad1de48c129c3ff31d3ae11de2bbb658a03e3e7 /community | |
parent | 25ebf517f304b1645340fcdea0a322d9a3d56c55 (diff) | |
download | web-f5824e10ba584e9d6cefd84ae0ce8fdc4e7e4c88.tar.gz web-f5824e10ba584e9d6cefd84ae0ce8fdc4e7e4c88.tar.bz2 web-f5824e10ba584e9d6cefd84ae0ce8fdc4e7e4c88.zip |
web commit by flaviocruz
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/community/gsoc/procfs/procps.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/gsoc/community/gsoc/procfs/procps.mdwn b/community/gsoc/community/gsoc/procfs/procps.mdwn index 727b1a10..60b061a9 100644 --- a/community/gsoc/community/gsoc/procfs/procps.mdwn +++ b/community/gsoc/community/gsoc/procfs/procps.mdwn @@ -8,6 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] +<pre> open("/proc/stat", O_RDONLY) = 3 open("/proc/self/stat", O_RDONLY) = 3 @@ -65,3 +66,4 @@ open("/proc/6780/stat", O_RDONLY) = 6 open("/proc/6780/status", O_RDONLY) = 6 (...) +</pre> |