]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man5/acct.5
sock_diag.7: ffix: white space tweaks in example program
[thirdparty/man-pages.git] / man5 / acct.5
index 17793afb72b141585e860d8cf6970c7df6b0061a..e67ea0541190c44fa44b4e1b2837851b3f4db109 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2008, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH ACCT 5 2008-06-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -102,7 +104,7 @@ and
 fields measure time in "clock ticks"; divide these values by
 .I sysconf(_SC_CLK_TCK)
 to convert them to seconds.
-.SS Version 3 Accounting File Format
+.SS Version 3 accounting file format
 Since kernel 2.6.8,
 an optional alternative version of the accounting file can be produced
 if the
@@ -142,7 +144,6 @@ struct acct_v3 {
     comp_t    ac_swaps;     /* Number of swaps (unused) */
     char      ac_comm[ACCT_COMM]; /* Command name */
 };
-
 .fi
 .in
 .SH VERSIONS
@@ -170,7 +171,7 @@ file, described in
 .BR proc (5),
 defines settings that control the behavior of process accounting
 when disk space runs low.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR lastcomm (1),
 .BR acct (2),
 .BR accton (8),