diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-22 06:41:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-22 06:41:37 +0000 |
commit | a06de6ed40e6126b9a5869464c371ea971568f66 (patch) | |
tree | 11f4700fbafacbd9d2329688c3a5b9d310903bbd /sbin/bioctl/bioctl.8 | |
parent | 6f3d5aa54038723b3d634d7ac5f8f2e6be8951fa (diff) |
- -R before -r in SYNOPSIS/usage()
- avoid marking up `|'
Diffstat (limited to 'sbin/bioctl/bioctl.8')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index ed777895634..5dbaa4de452 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.60 2008/08/22 02:00:12 marco Exp $ +.\" $OpenBSD: bioctl.8,v 1.61 2008/08/22 06:41:36 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -39,8 +39,8 @@ .Op Fl c Ar raidlevel .Op Fl H Ar channel:target[.lun] .Op Fl l Ar special[,special,...] +.Op Fl R Ar device\*(Bachannel:target[.lun] .Op Fl r Ar rounds -.Op Fl R Ar device|channel:target[.lun] .Op Fl u Ar channel:target[.lun] .Ar device .Ek @@ -143,18 +143,20 @@ Requires .Fl c . .It Fl q Show vendor, product, revision, and serial number for the given disk. +.It Fl R Ar device\*(Bachannel:target[.lun] +Manually kick off a rebuild using +.Ar device +or +.Ar channel:target[.lun] +on the provided drive name. +This command requires a drive by name (e.g. sd1) instead of a controller +by name (e.g. softraid0). .It Fl r Ar rounds When creating an encrypted volume, specifies the number of iterations of the algorithm used to convert a passphrase into a key. Higher iteration counts take more time, but offer more resistance to key guessing attacks. The minimum is 1000 rounds and the default is 8192. -.It Fl R Ar device|channel:target[.lun] -Manually kick off a rebuild using device or -.Ar channel:target[.lun] -on the provided drive name. -This command requires a drive by name (e.g. sd1) instead of a controller -by name (e.g. softraid0). .It Fl u Ar channel:target[.lun] Instruct the device at .Ar channel:target[.lun] |