File: tzc.1

package info (click to toggle)
tzc 2.6.15-5.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 218
  • sloc: ansic: 2,315; makefile: 66
file content (74 lines) | stat: -rw-r--r-- 1,988 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH TZC 1 "July 15, 2002"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
tzc \- trivial zephyr client
.SH SYNOPSIS
.B tzc
.RI [ options ] 
.SH DESCRIPTION
.B Tzc
is a zephyr client program which talks to the zephyr servers (via the
"zephyr host manager") and to a gnu-emacs running zephyr-mode.
.SH OPTIONS
A summary of options is included below.
.TP
.BI \-a " nseconds"
Restart tzc every 
.I nseconds
seconds.
.TP
.BI \-e " exposure"
Set exposure.  (values: NONE, OPSTAFF, REALM-VISIBLE, REALM-ANNOUNCED, 
NET-VISIBLE, NET-ANNOUNCED)
.TP
.BI \-l, " location"
Set zlocation to the string
.IR location .
The default is tzc.n, where n is tzc's pid.
.TP
.BI \-p " filename"
Write tzc's process-id to the file
.IR filename .
.TP
.B \-s
Use zctl for subscriptions (read from ~/zephyr.subs.tzc)
.TP
.BI \-t " nseconds"
If no zephyrgrams arrive in
.I nseconds
seconds, send a test message to mkae sure we're alive.  If
.I nseconds
is zero, disable this feature.  Default is 300 seconds.
.TP
.B \-o
Run tzc in output-only mode.  Tzc will just print zephyrgrams, and not
accept commands from stdin
.TP
.B \-i
Ignore eof on input
.TP
.B \-d
Print debugging information.
.SH SEE ALSO
.BR zephyr (1),
.BR zwgc (1),
.BR zwrite (1),
.BR zctl (1)
.SH AUTHOR
This manual page was written by Theodore Ts'o <tytso@mit.edu>,
for the Debian GNU/Linux system (but may be used by others).