summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar C. Anthony DellaFera <tony@mit.edu>1987-10-31 11:22:22 +0000
committerGravatar C. Anthony DellaFera <tony@mit.edu>1987-10-31 11:22:22 +0000
commit82cf7313133b0900ad99463dd13e66e95fe1389e (patch)
tree27d5d0e8abbb82d4b3986b23dd096c975735511b
parent370b1634a1f95be3953cf96ae535af75e7df0a83 (diff)
Initial revision
-rw-r--r--clients/zstat/zstat.846
-rw-r--r--zhm/zhm.847
2 files changed, 93 insertions, 0 deletions
diff --git a/clients/zstat/zstat.8 b/clients/zstat/zstat.8
new file mode 100644
index 0000000..892083f
--- /dev/null
+++ b/clients/zstat/zstat.8
@@ -0,0 +1,46 @@
+.\" Copyright 1987 by the Massachusetts Institute of Technology
+.\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\" @(#)zstat.8 6.1 (MIT) 7/9/87
+.\"
+.TH ZSTAT 8 "July 30, 1987"
+.UC 6
+.SH NAME
+zstat \- display Zephyr statistics
+.SH SYNOPSIS
+.B zstat
+[
+.BI -h
+] [
+.BI -s
+] [
+.BI host \ ...
+]
+.SH DESCRIPTION
+.I Zstat
+is used to display statistics about a HostManager,
+.I hm(8),
+or Zephyr Server
+.I zephyrd(8).
+.TP 12
+.B \-h
+is used to indicate that only HostManager statistics should be displayed.
+.TP
+.B \-s
+is used to indicate that only server statistics should be displayed.
+.TP
+If no hosts are specified, the current host is assumed.
+.SH SEE ALSO
+zctl(1), zephyr(1), zhide(1), znol(1), zwgc(1), hm(8), zephyrd(8)
+.br
+`Zephyr Notification Service'
+.SH AUTHOR
+.PP
+Robert S. French (MIT-Project Athena)
+.sp
+Copyright (c) 1987 by the Massachusetts Institute of Technology
+.br
+See
+.I zephyr(1)
+for a full copyright notice.
diff --git a/zhm/zhm.8 b/zhm/zhm.8
new file mode 100644
index 0000000..8385b10
--- /dev/null
+++ b/zhm/zhm.8
@@ -0,0 +1,47 @@
+.\" Copyright 1987 by the Massachusetts Institute of Technology
+.\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\" @(#)hm.8 6.1 (MIT) 7/9/87
+.\"
+.TH HM 8 "July 9, 1987"
+.SH NAME
+hm \- Zephyr HostManager
+.SH SYNOPSIS
+.B /etc/athena/hm
+[
+.BI -d
+] [
+.BI server
+]
+.SH DESCRIPTION
+.I Hm
+is the link between a client machine and the zephyr server. All
+notices sent from programs on the client are funneled through
+.I hm.
+This allows all client programs to be much simpler in function, since
+the HostManager is responsible for handling errors, retransmitting
+lost notices, and holding all notices until they are acknowledged.
+.PP
+The
+.I -d
+option turns on debugging mode, and sends its information to syslog
+LOG_DAEMON messages.
+.PP
+The optional
+.I server
+argument is used to override the default primary server, supplied by
+the
+.I hesiod(3)
+name server.
+.SH SEE ALSO
+zephyr(1), zephyrd(8)
+.SH AUTHOR
+.PP
+David C. Jedlinsky, MIT Project Athena
+.sp
+Copyright (c) 1987 by the Massachusetts Institute of Technology
+.br
+See
+.I zephyr(1)
+for a full copyright notice.