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

« back to all changes in this revision

Viewing changes to man3/getpwnam.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:
294
294
        exit(EXIT_FAILURE);
295
295
    }
296
296
 
297
 
    printf("Name: %s; UID: %ld\n", pwd.pw_gecos, (long) pwd.pw_uid);
 
297
    printf("Name: %s; UID: %ld\\n", pwd.pw_gecos, (long) pwd.pw_uid);
298
298
    exit(EXIT_SUCCESS);
299
299
}
300
300
.fi
310
310
.BR nsswitch.conf (5),
311
311
.BR passwd (5)
312
312
.SH COLOPHON
313
 
This page is part of release 3.23 of the Linux
 
313
This page is part of release 3.24 of the Linux
314
314
.I man-pages
315
315
project.
316
316
A description of the project,