summaryrefslogtreecommitdiff
path: root/zhm/zhm.8
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 /zhm/zhm.8
parent370b1634a1f95be3953cf96ae535af75e7df0a83 (diff)
Initial revision
Diffstat (limited to 'zhm/zhm.8')
-rw-r--r--zhm/zhm.847
1 files changed, 47 insertions, 0 deletions
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.