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

« back to all changes in this revision

Viewing changes to man3/getnetent_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 GETNETENT_R 3  2009-02-21 "GNU" "Linux Programmer's Manual"
 
24
.TH GETNETENT_R 3  2010-09-10 "GNU" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
getnetent_r, getnetbyname_r, getnetbyaddr_r \- get
27
27
network entry (reentrant)
53
53
.BR getnetent_r (),
54
54
.BR getnetbyname_r (),
55
55
.BR getnetbyaddr_r ():
 
56
.RS 4
56
57
_BSD_SOURCE || _SVID_SOURCE
 
58
.RE
57
59
.ad b
58
60
.SH DESCRIPTION
59
61
The
113
115
.\" the nonreentrant functions no seem to set h_errno.
114
116
.SH "RETURN VALUE"
115
117
On success, these functions return 0.
116
 
On error, a positive error number is returned.
 
118
On error, they return one of the positive error numbers listed in ERRORS.
117
119
 
118
120
On error, record not found
119
121
.RB ( getnetbyname_r (),
142
144
.BR getnetent (3),
143
145
.BR networks (5)
144
146
.SH COLOPHON
145
 
This page is part of release 3.26 of the Linux
 
147
This page is part of release 3.27 of the Linux
146
148
.I man-pages
147
149
project.
148
150
A description of the project,