diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
commit | 08be39f5bb2c3749f037ee6a116aec7656b0460b (patch) | |
tree | 94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /sbin/atactl | |
parent | 11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff) |
Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'sbin/atactl')
-rw-r--r-- | sbin/atactl/atactl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index bb21552d6d1..c3bdec85d2a 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.11 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: atactl.8,v 1.12 2002/02/11 18:43:51 mpech Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -283,13 +283,13 @@ The .Xr wd 4 driver performs a cache flush automatically before shutdown. .Sh EXAMPLES -.Cm atactl /dev/wd0c identify +.Cm # atactl /dev/wd0c identify .Pp Displays the vendor, product, revision strings and capabilities (such as support for SMART) as reported by .Pa /dev/wd0 . .Pp -.Cm atactl /dev/wd1c smartenable +.Cm # atactl /dev/wd1c smartenable .Pp Enables the SMART support on .Pa /dev/wd1 |