OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man5 / acct.5
index 17793af..5888c9b 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,8 +171,17 @@ 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),
 .BR sa (8)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.