diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-03-28 14:08:36 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-03-28 14:08:36 +0000 |
commit | 0402d31e5c971a7f1d693912ca3691b2007c3dc5 (patch) | |
tree | 55df9468d3124fc1ac1e9369d1ab70e14e44f465 /community/gsoc | |
parent | b383a16608529195b8c54648881e227974939e2e (diff) | |
download | web-0402d31e5c971a7f1d693912ca3691b2007c3dc5.tar.gz web-0402d31e5c971a7f1d693912ca3691b2007c3dc5.tar.bz2 web-0402d31e5c971a7f1d693912ca3691b2007c3dc5.zip |
web commit by flaviocruz
Diffstat (limited to 'community/gsoc')
-rw-r--r-- | community/gsoc/project_ideas.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn index 972035c4..0c04354d 100644 --- a/community/gsoc/project_ideas.mdwn +++ b/community/gsoc/project_ideas.mdwn @@ -214,8 +214,8 @@ locking works on the Hurd. Only general programming skills are required. Although there is no standard (POSIX or other) for the layout of the `/proc` pseudo-filesystem, it turned out a very useful facility in GNU/Linux and other -systems, and many tools concerned with process management use it. ([[`ps`|community/gsoc/procfs/procps]], [[`top`|/community/gsoc/procfs/top]], -[[`htop`|community/gsoc/procfs/htop]], `gtop`, [[`killall`|community/gsoc/procfs/killall]], `pkill`, ...) +systems, and many tools concerned with process management use it. ([[`ps`|procfs/procps]], [[`top`|procfs/top]], +[[`htop`|procfs/htop]], `gtop`, [[`killall`|procfs/killall]], `pkill`, ...) Instead of porting all these tools to use [[hurd/libps]] (Hurd's official method for accessing process information), they could be made to run out of the box, by |