[20519] in Athena Bugs
minor typo in zwrite manpage?
daemon@ATHENA.MIT.EDU (Chris Griffith)
Wed Jul 24 15:49:20 2002
Date: Wed, 24 Jul 2002 15:49:17 -0400 (EDT)
From: Chris Griffith <cg@MIT.EDU>
To: <bugs@mit.edu>
Message-ID: <Pine.LNX.4.30L.0207241545140.32334-100000@n42-202-1.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hi,
I think there might be a typo in the manpage for zwrite. It says:
-n prevents zwrite from sending a PING message to
verify the recipient is subscribing to messages.
By default, zwrite will send a notice to the
destination class, instance, and recipient, with
opcode ``PING'' before sending the message. If
the PING is sent, and the server response indi-
cates there are no recipients subscribed to your
message, zwrite exits without sending a message.
When the -m option is used, no PING is sent.
^^
Seem like that should be "-n" since the -m flag does something apparently
unrelated.
-Chris