diff options
-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> |