[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Minor changes



Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv17815

Modified Files:
	mixminion.1 mixminionrc.5 
Log Message:
Minor changes

Index: mixminion.1
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminion.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mixminion.1	18 Mar 2004 04:49:59 -0000	1.2
+++ mixminion.1	18 Mar 2004 05:35:32 -0000	1.3
@@ -14,7 +14,7 @@
 .Cm import-server | inspect-queue | inspect-surbs | list-fragments |
 .Cm list-servers | ping | purge-fragments | queue | reassemble | send |
 .Cm shell | testvectors | unittests | update-servers | version Brc
-.Op command_options
+.Op Ar command_options
 .Op Ar command_args ...
 .Pp
 .\" XXXX Is there a better markup than this .ti 2 business?
@@ -53,7 +53,7 @@
 .Op Fl \-in-reply-do= Ns Ar str
 .Op Fl \-deliver-fragments
 .Bro Fl t Ar addr | Fl \-to= Ns Ar addr | R Ar file | \
-Fl \-reply-block= Ns Ar file | \-reply-block-fd= Ns Ar n Brc
+Fl \-reply-block= Ns Ar file | Fl \-reply-block-fd= Ns Ar n Brc
 .Ek
 .Pp
 .ti 2
@@ -305,7 +305,7 @@
 .Nm mixminion
 interface wraps several commands, as listed below.  To invoke a
 specific command, call
-.Ic mixminion Aq Ar command_name .
+.Ic mixminion Ar command_name .
 Each command takes its own list of options.
 .Ss Commands
 Here is a brief description of each
@@ -669,22 +669,22 @@
 just provide a generalized address in place of an email address.
 The following address formats are supported:
 .Bl -tag -width ".Cm drop"
-.It Aq Ar email_address
+.It Ar email_address
 Sends an ordinary email message to a chosen email address.
-.It Cm smtp Ns : Ns Aq Ar email_address
+.It Cm smtp Ns : Ns Ar email_address
 A verbose equivalent to sending email to
 .Ar email_address .
 .It Cm drop
 Send a dummy message into the message; the last mix in the path will
 discard it.  When using this destination, no message body is needed.
-.It Cm mbox Ns : Ns Ao Ar mailbox_name Ac Ns Cm @ Ns Aq Ar server
+.It Cm mbox Ns : Ns Ar mailbox_name Ns Cm @ Ns Ar server
 Send a message to a named 'mailbox' configured at a specific mix.
 The chosen mix must support mbox delivery, and the name must be that
 of a valid mailbox.
-.It Cm 0x Ns Aq Ar routing_type
+.It Cm 0x Ns Ar routing_type
 For developers: manually send a message with a given 2-byte,
 hexadecimal routing-type field.
-.It Cm 0x Ns Ao Ar routing_type Ac Ns Cm : Ns Aq Ar routing_data
+.It Cm 0x Ns Ar routing_type Ns Cm : Ns Ar routing_data
 For developers: manually send a message with a given 2-byte,
 hexadecimal routing-type field and a given routing_data field.
 .El
@@ -810,8 +810,7 @@
 .Xr mixminionrc 5
 configuration file.  Defaults to
 .Pa $HOME/.mixminionrc
-on Unix and Mac OS X, and
-.Pa Documents\ and\ Settings\\mixminionrc
+on Unix and Mac OS X, and \fIDocuments\ and\ Settings\\mixminionrc\fP
 on Windows.  You can also  override this default with the
 .Fl f
 flag. If you try to start mixminion without a configuration, one is
@@ -997,7 +996,7 @@
 .Pp
 There are also tenative specifications for an API and a nymserver,
 but this software implements neither.  For more information, see the
-Mixminion website at http://mixminion.net
+Mixminion website at http://mixminion.net/
 .Sh SEE ALSO
 .Xr mixminionrc 5 ,
 .Xr mixminiond 8
@@ -1052,7 +1051,7 @@
 .El
 .El
 .Ss Reporting bugs
-To report bugs, please use the Bugzilla pages at http://bugs.noreply.org.
+To report bugs, please use the Bugzilla pages at http://bugs.noreply.org/.
 For other correspondence, please email <nickm@freehaven.net>.
 For help in debugging, please try to send a copy of:
 .Bl -bullet -offset indent -compact

Index: mixminionrc.5
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminionrc.5,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mixminionrc.5	18 Mar 2004 04:49:59 -0000	1.1
+++ mixminionrc.5	18 Mar 2004 05:35:32 -0000	1.2
@@ -140,7 +140,7 @@
 may be single or plural.  Recognized units are "second", "sec", "minute",
 "min", "hour", "day", "week", "month" (30 days), "mon", and "year" (365
 days).  "1.5 hour", "90 min", "90 minutes", and "5400 sec" are all the same
-unit.
+value.
 .It Lists
 Lists of servers are separated by commas.  Space is permitted, but not
 required.