diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2002-12-19 01:42:03 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2002-12-19 01:42:03 +0000 |
commit | 9215629f415152fecfdcc0d3d441167cccbd521b (patch) | |
tree | 954ca4356fce7db66b7f4e4816b7fb2440174d98 /sbin/atactl | |
parent | ac55275f239a679ebf267abb18d43d8ad66e5310 (diff) |
Document atactl dump command; thanks to nick@ for pointing this out.
ok deraadt@
Diffstat (limited to 'sbin/atactl')
-rw-r--r-- | sbin/atactl/atactl.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index fa8497b9515..1e423fdcaa5 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.19 2002/12/19 01:14:45 deraadt Exp $ +.\" $OpenBSD: atactl.8,v 1.20 2002/12/19 01:42:02 grange Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -422,6 +422,10 @@ powerdown The .Xr wd 4 driver performs a cache flush automatically before shutdown. +.Pp +.It Cm dump +Extracts the records about issued ATA commands from the log buffer. +The log buffer is cleared after extraction. .El .Pp .Sh EXAMPLES |