diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 10:47:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 10:47:21 +0000 |
commit | 927a1a8778ef70f19a2357e67a7a435de326501b (patch) | |
tree | a1b266a9550478afe1ec30989b2937163f34e3e4 /lib | |
parent | fa68b8234f1b37ca701cf667b276422559a5f05c (diff) | |
download | FreeBSD-src-927a1a8778ef70f19a2357e67a7a435de326501b.zip FreeBSD-src-927a1a8778ef70f19a2357e67a7a435de326501b.tar.gz |
Fixed some typos.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/rpc_clnt_auth.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_calls.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_svc_calls.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc_clnt_auth.3 b/lib/libc/rpc/rpc_clnt_auth.3 index b3d720b..89feb76 100644 --- a/lib/libc/rpc/rpc_clnt_auth.3 +++ b/lib/libc/rpc/rpc_clnt_auth.3 @@ -60,7 +60,7 @@ information associated with Destruction usually involves deallocation of private data structures. The use of -.Fn auth +.Fa auth is undefined after calling .Fn auth_destroy . .It Fn authnone_create diff --git a/lib/libc/rpc/rpc_clnt_calls.3 b/lib/libc/rpc/rpc_clnt_calls.3 index cd368dd..55beca5 100644 --- a/lib/libc/rpc/rpc_clnt_calls.3 +++ b/lib/libc/rpc/rpc_clnt_calls.3 @@ -181,7 +181,7 @@ Note: unlike .Fn clnt_sperror and -.Fn clnt_spcreaterror +.Fn clnt_spcreateerror (see .Xr rpc_clnt_create 3 ) , .Fn clnt_sperrno diff --git a/lib/libc/rpc/rpc_svc_calls.3 b/lib/libc/rpc/rpc_svc_calls.3 index 06ff755..af39536 100644 --- a/lib/libc/rpc/rpc_svc_calls.3 +++ b/lib/libc/rpc/rpc_svc_calls.3 @@ -100,7 +100,7 @@ global variable. If RPC server activity is to be resumed, services must be reregistered with the RPC library either through one of the -.Fn rpc_svc_create +.Xr rpc_svc_create 3 functions, or using .Fn xprt_register . .Fn svc_exit |