From 314f3ecf07f7dacc4324b09e1e8e848abec4b7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 10 Jan 1998 23:33:42 +0100 Subject: [PATCH] Some minor changes. Rev: tutorial/tutorial.wmml:1.64 --- tutorial/tutorial.wmml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index e1b9a9d503..0867e0bb71 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -5383,6 +5383,9 @@ array(int) getgroups();<br> <man_description> Get the current supplemental group access list for this process. </man_description> +<man_note> +This function in not available in Pike 0.5 and earlier. +</man_note> <man_see> initgroups, setgroups, getgid, setgid, getegid, setegid </man_see> @@ -5648,6 +5651,9 @@ void getgroups(array(int) gids);<br> <man_description> Set the supplemental group access list for this process. </man_description> +<man_note> +This function is not available in Pike 0.5 and earlier. +</man_note> <man_see> initgroups, getgroups, getgid, setgid, getegid, setegid </man_see> -- GitLab