Research V3 development
authorKen Thompson <ken@research.uucp>
Sun, 11 Feb 1973 19:34:05 +0000 (14:34 -0500)
committerKen Thompson <ken@research.uucp>
Sun, 11 Feb 1973 19:34:05 +0000 (14:34 -0500)
Work on file man/man8/acct.8

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v3

man/man8/acct.8 [new file with mode: 0644]

diff --git a/man/man8/acct.8 b/man/man8/acct.8
new file mode 100644 (file)
index 0000000..fe5bebb
--- /dev/null
@@ -0,0 +1,37 @@
+.pa 1
+.he 'ACCT (VIII)'1/20/73'ACCT (VIII)'
+.ti 0
+NAME           acct -- login accounting
+.sp
+.ti 0
+SYNOPSIS       acct\b\b\b\b____ [ -w\b\b__ wtmp ] [ -p\b\b__ ] [ -d\b\b__ ] people
+.sp
+.ti 0
+DESCRIPTION    acct\b\b\b\b____
+produces a printout giving
+connect time
+for each user who has logged in
+during the life of the current wtmp\b\b\b\b____ file.
+A total is also produced.
+-w\b\b__ is used to specify an alternate wtmp file.
+-p\b\b__ prints individual totals; without this option,
+only totals are printed.
+-d\b\b__ causes a printout for each midnight to midnight
+period.
+The people\b\b\b\b\b\b______ argument will limit the
+printout to only the specified login names.
+If no wtmp file is given,
+/usr/adm/wtmp\b\b\b\b\b\b\b\b\b\b\b\b\b_____________
+is used.
+.sp
+.ti 0
+FILES          /usr/adm/wtmp
+.sp
+.ti 0
+SEE ALSO       init(VII), login(I), wtmp(V).
+.sp
+.ti 0
+DIAGNOSTICS    "Cannot open 'wtmp'" if argument is unreadable.
+.sp
+.ti 0
+BUGS           --