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

« back to all changes in this revision

Viewing changes to man3/inet_ntop.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:
81
81
.SH "RETURN VALUE"
82
82
On success,
83
83
.BR inet_ntop ()
84
 
returns a non-null pointer to
 
84
returns a non-NULL pointer to
85
85
.IR dst .
86
86
NULL is returned if there was an error, with
87
87
.I errno
118
118
.BR inet (3),
119
119
.BR inet_pton (3)
120
120
.SH COLOPHON
121
 
This page is part of release 3.23 of the Linux
 
121
This page is part of release 3.24 of the Linux
122
122
.I man-pages
123
123
project.
124
124
A description of the project,