diff options
author | antrik <antrik@users.sf.net> | 2011-03-16 03:29:06 +0100 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2011-03-25 23:32:12 +0100 |
commit | 99b52de704d58fd8bb6c5c65d500fb9812c8f873 (patch) | |
tree | 21150de226ca9c643f120af3a0dc54a0055ca1c9 /community/gsoc/project_ideas/secure_chroot.mdwn | |
parent | 70d256d2bd3fea95898383e7bcf6e90442cb6069 (diff) | |
download | web-99b52de704d58fd8bb6c5c65d500fb9812c8f873.tar.gz web-99b52de704d58fd8bb6c5c65d500fb9812c8f873.tar.bz2 web-99b52de704d58fd8bb6c5c65d500fb9812c8f873.zip |
gsoc/ideas: Add back () to function names
IMHO it's clearer that way -- especially in browsers that don't display
all text attributes, i.e. all text mode browsers.
Diffstat (limited to 'community/gsoc/project_ideas/secure_chroot.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/secure_chroot.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/secure_chroot.mdwn b/community/gsoc/project_ideas/secure_chroot.mdwn index 57739861..bfaf330b 100644 --- a/community/gsoc/project_ideas/secure_chroot.mdwn +++ b/community/gsoc/project_ideas/secure_chroot.mdwn @@ -12,7 +12,7 @@ License|/fdl]]."]]"""]] [[!meta title="Secure chroot Implementation"]] As the Hurd attempts to be (almost) fully [[UNIX]]-compatible, it also implements a -`chroot` [[system call]]. However, the current implementation is not really +`chroot()` [[system call]]. However, the current implementation is not really good, as it allows easily escaping the `chroot`, for example by use of [[passive_translators|hurd/translator]]. |