]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/login.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / login.3
index 4246122083c1be3a7425ff944dbbd7254d27d035..eac7a64e4818bb5993f3d4144164223fe9bb4241 100644 (file)
@@ -32,7 +32,8 @@ login, logout \- write utmp and wtmp entries
 .BI "int logout(const char *" ut_line );
 .SH DESCRIPTION
 The utmp file records who is currently using the system.
-The wtmp file records all logins and logouts. See
+The wtmp file records all logins and logouts.
+See
 .BR utmp (5).
 .LP
 The function
@@ -69,7 +70,8 @@ The
 .BR logout ()
 function searches the utmp file for an entry matching the
 .I ut_line
-argument. If a record is found, it is updated by zeroing out the
+argument.
+If a record is found, it is updated by zeroing out the
 .I ut_name
 and
 .I ut_host
@@ -92,8 +94,8 @@ to your compiler command line.
 Note that the
 member
 .I ut_user
-of 
-.I struct utmp 
+of
+.I struct utmp
 is called
 .I ut_name
 in BSD.  Therefore,
@@ -112,7 +114,7 @@ user accounting database, configured through _PATH_UTMP in
 user accounting log file, configured through _PATH_WTMP in
 .I <paths.h>
 .SH "CONFORMING TO"
-Not in POSIX.1-2001.  
+Not in POSIX.1-2001.
 Present on the BSDs.
 .SH "SEE ALSO"
 .BR getutent (3),