mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
Sys::Utmp provides a vaguely object oriented interface to the Unix
|
|
user accounting file ( usually /etc/utmp ). Whilst it would prefer
|
|
to use the getutent() function from the systems C libraries it will
|
|
attempt to provide its own if they are missing.
|
|
|
|
WWW: http://search.cpan.org/dist/Sys-Utmp/
|