diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-08 11:06:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-08 11:06:02 +0000 |
commit | 86b2639474acacb8dfed28b3494b0906e80240a8 (patch) | |
tree | 3cac1f0291af1d39be430e9fbcf57e9491c249db /sbin/dump | |
parent | 98b595769fc6a77b52245ccbc24f6d87846213ce (diff) |
missing .Fl macro for -a option;
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/dump.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 98ab874e80f..92597f796bf 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.29 2003/02/01 16:29:53 jmc Exp $ +.\" $OpenBSD: dump.8,v 1.30 2003/04/08 11:06:01 jmc Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -74,7 +74,7 @@ multiple volumes. On most media the size is determined by writing until an end-of-media indication is returned. This can be enforced by using the -.Cm a +.Fl a option. .Pp On media that cannot reliably return an end-of-media indication |