diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/rpc | |
parent | 0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff) | |
download | FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/bindresvport.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getrpcent.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_auth.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_calls.3 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3 index bfb011e..e3996ea 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -88,7 +88,7 @@ may also fail and set for any of the errors specified for the calls .Xr bind 2 , .Xr getsockopt 2 , -or +or .Xr setsockopt 2 . .Sh SEE ALSO .Xr bind 2 , diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index 6a02ca1..3f03c18 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -64,7 +64,7 @@ flag is non-zero, the net data base will not be closed after each call to .Fn getrpcent (either directly, or indirectly through one of -the other +the other .Dq getrpc calls). .Pp @@ -88,7 +88,7 @@ program number is found, or until end-of-file is encountered. .Sh DIAGNOSTICS A .Dv NULL -pointer is returned on +pointer is returned on .Dv EOF or error. .Sh BUGS diff --git a/lib/libc/rpc/rpc_clnt_auth.3 b/lib/libc/rpc/rpc_clnt_auth.3 index 89feb76..43af256 100644 --- a/lib/libc/rpc/rpc_clnt_auth.3 +++ b/lib/libc/rpc/rpc_clnt_auth.3 @@ -55,7 +55,7 @@ style of authentication is discussed here. .Bl -tag -width authsys_create_default() .It Fn auth_destroy A function macro that destroys the authentication -information associated with +information associated with .Fa auth . Destruction usually involves deallocation of private data structures. diff --git a/lib/libc/rpc/rpc_clnt_calls.3 b/lib/libc/rpc/rpc_clnt_calls.3 index 55beca5..134e083 100644 --- a/lib/libc/rpc/rpc_clnt_calls.3 +++ b/lib/libc/rpc/rpc_clnt_calls.3 @@ -279,7 +279,7 @@ is the address of where to place the result(s). .Fa nettype can be any of the values listed on .Xr rpc 3 . -This routine returns +This routine returns .Dv RPC_SUCCESS if it succeeds, or an appropriate status is returned. |