slocal used to support two different formats for three of
authorDavid Levine <levinedl@acm.org>
Fri, 23 Nov 2012 15:26:21 +0000 (09:26 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 23 Nov 2012 15:26:21 +0000 (09:26 -0600)
its arguments:

  [address info sender]
  [-addr address] [-info data] [-sender sender]

But it hasn't properly supported the first form since at
least April 1999.  So, I removed that first form from the
man page and the broken support from the code.  Score
another for the test suite!


No differences found