diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-08-25 19:23:29 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-08-25 19:23:29 +0200 |
| commit | a4d9d4795018b9123c953eff7a86cbbd2726deed (patch) | |
| tree | 3cd1d95efde54ae078be04877e29edd73cb42302 | |
| parent | info: macros.h (diff) | |
| download | mds-a4d9d4795018b9123c953eff7a86cbbd2726deed.tar.gz mds-a4d9d4795018b9123c953eff7a86cbbd2726deed.tar.bz2 mds-a4d9d4795018b9123c953eff7a86cbbd2726deed.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | doc/info/mds.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index ee10a47..5abf2e0 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -860,7 +860,7 @@ Evaluates whether the string @code{haystack} starts with the string @code{needle}, neither may be @code{NULL}. -@item @code{drop_privileges} [() @arrow{} @code{int}] +@item @code{drop_privileges} [(void) @arrow{} @code{int}] Sets the effective user to the real user and the effective group to the real group. This is used by most servers and ensure that they are not |
