diff options
Diffstat (limited to 'man/man3/rpc.3')
| -rw-r--r-- | man/man3/rpc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/rpc.3 b/man/man3/rpc.3 index 79c9587bfc..74a0c93137 100644 --- a/man/man3/rpc.3 +++ b/man/man3/rpc.3 @@ -75,7 +75,7 @@ This is the default authentication used by RPC. .P .nf .BI "AUTH *authunix_create(char *" host ", uid_t " uid ", gid_t " gid , -.BI " int " len ", gid_t " aup_gids [. len ]); +.BI " int " n ", gid_t " aup_gids [. n ]); .fi .IP Create and return an RPC authentication handle that contains @@ -87,7 +87,7 @@ is the name of the machine on which the information was created; is the user's user ID; .I gid is the user's current group ID; -.I len +.I n and .I aup_gids refer to a counted array of groups to which the user belongs. |
