[13618] in Athena Bugs
rzdisk man page bug
daemon@ATHENA.MIT.EDU (rcaileff@MIT.EDU)
Thu Jun 29 17:07:34 1995
From: rcaileff@MIT.EDU
To: rel-eng@MIT.EDU, bugs@MIT.EDU
Cc: mbarker@MIT.EDU, rcaileff@MIT.EDU
Date: Thu, 29 Jun 1995 17:07:23 EDT
The man page for rzdisk has two examples:
The following example scans the first ten blocks of the entire disk
(c partition) on drive 3:
/bin/rzdisk 0 10 -s /dev/rrz3c
The following example scans the entire disk (c partion) on drive 3:
/bin/rzdisk 0 -1 -s /dev/rrz3c
that are wrong. The "-s" should be the first argument, not the third.
Mike Barker thinks it is very interesting that there are two different
copies of rzdisk in the source tree, but there is no man page in the
source tree.
Rachel Caileff