~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/getrpcent_r.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\" Formatted or processed versions of this manual, if unaccompanied by
22
22
.\" the source, must acknowledge the copyright and authors of this work.
23
23
.\"
24
 
.TH GETRPCENT_R 3  2008-08-19 "GNU" "Linux Programmer's Manual"
 
24
.TH GETRPCENT_R 3  2010-09-10 "GNU" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
getrpcent_r, getrpcbyname_r, getrpcbynumber_r \- get
27
27
RPC entry (reentrant)
50
50
.BR getrpcent_r (),
51
51
.BR getrpcbyname_r (),
52
52
.BR getrpcbynumber_r ():
 
53
.RS 4
53
54
_BSD_SOURCE || _SVID_SOURCE
 
55
.RE
54
56
.ad b
55
57
.SH DESCRIPTION
56
58
The
102
104
is set to NULL.
103
105
.SH "RETURN VALUE"
104
106
On success, these functions return 0.
105
 
On error, a positive error number is returned.
 
107
On error, they return one of the positive error numbers listed in ERRORS.
106
108
 
107
109
On error, record not found
108
110
.RB ( getrpcbyname_r (),
131
133
.BR getrpcent (3),
132
134
.BR rpc (5)
133
135
.SH COLOPHON
134
 
This page is part of release 3.26 of the Linux
 
136
This page is part of release 3.27 of the Linux
135
137
.I man-pages
136
138
project.
137
139
A description of the project,