diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
| commit | 2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch) | |
| tree | f0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/rpc/rpc_clnt_auth.3 | |
| parent | 3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/rpc_clnt_auth.3')
| -rw-r--r-- | lib/libc/rpc/rpc_clnt_auth.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc_clnt_auth.3 b/lib/libc/rpc/rpc_clnt_auth.3 index 3a5b5b37e75b..1412c61e481b 100644 --- a/lib/libc/rpc/rpc_clnt_auth.3 +++ b/lib/libc/rpc/rpc_clnt_auth.3 @@ -72,8 +72,9 @@ This is the default authentication used by RPC. Create and return an RPC authentication handle that contains .Dv AUTH_SYS authentication information. -The parameter +The .Fa host +argument is the name of the machine on which the information was created; .Fa uid @@ -87,7 +88,7 @@ refer to a counted array of groups to which the user belongs. .It Fn authsys_create_default Call .Fn authsys_create -with the appropriate parameters. +with the appropriate arguments. .El .Sh SEE ALSO .Xr rpc 3 , |
