diff options
author | 2003-04-08 11:06:01 +0000 | |
---|---|---|
committer | 2003-04-08 11:06:01 +0000 | |
commit | c92051ff812f5870ca05682bb59cf47de1b20bb1 (patch) | |
tree | 8ecda3c31ea47831d01690073d17a5315b4e406b | |
parent | fix another non-POSIX chown (diff) | |
download | wireguard-openbsd-c92051ff812f5870ca05682bb59cf47de1b20bb1.tar.xz wireguard-openbsd-c92051ff812f5870ca05682bb59cf47de1b20bb1.zip |
missing .Fl macro for -a option;
-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 |