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

« back to all changes in this revision

Viewing changes to man3/getprotoent.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
.BR setprotoent ()
71
71
function opens a connection to the database,
72
72
and sets the next entry to the first entry.
73
 
If \fIstayopen\fP is non-zero,
 
73
If \fIstayopen\fP is nonzero,
74
74
then the connection to the database
75
75
will not be closed between calls to one of the
76
76
.BR getproto* ()
121
121
4.3BSD, POSIX.1-2001.
122
122
.SH "SEE ALSO"
123
123
.BR getnetent (3),
124
 
.BR getprotent_r (3),
 
124
.BR getprotoent_r (3),
125
125
.BR getservent (3),
126
126
.BR protocols (5)
127
127
.SH COLOPHON
128
 
This page is part of release 3.23 of the Linux
 
128
This page is part of release 3.24 of the Linux
129
129
.I man-pages
130
130
project.
131
131
A description of the project,