summaryrefslogtreecommitdiff
path: root/static/unix-v10/man8/acct.8
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man8/acct.8
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man8/acct.8')
-rw-r--r--static/unix-v10/man8/acct.837
1 files changed, 37 insertions, 0 deletions
diff --git a/static/unix-v10/man8/acct.8 b/static/unix-v10/man8/acct.8
new file mode 100644
index 00000000..fe5bebbc
--- /dev/null
+++ b/static/unix-v10/man8/acct.8
@@ -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____ [ -w__ wtmp ] [ -p__ ] [ -d__ ] people
+.sp
+.ti 0
+DESCRIPTION acct____
+produces a printout giving
+connect time
+for each user who has logged in
+during the life of the current wtmp____ file.
+A total is also produced.
+-w__ is used to specify an alternate wtmp file.
+-p__ prints individual totals; without this option,
+only totals are printed.
+-d__ causes a printout for each midnight to midnight
+period.
+The people______ argument will limit the
+printout to only the specified login names.
+If no wtmp file is given,
+/usr/adm/wtmp_____________
+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 --