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.c | |
parent | 6f3d5aa54038723b3d634d7ac5f8f2e6be8951fa (diff) |
- -R before -r in SYNOPSIS/usage()
- avoid marking up `|'
Diffstat (limited to 'sbin/bioctl/bioctl.c')
-rw-r--r-- | sbin/bioctl/bioctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index b9cee800411..edec7af7080 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.75 2008/08/22 02:00:12 marco Exp $ */ +/* $OpenBSD: bioctl.c,v 1.76 2008/08/22 06:41:36 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -240,9 +240,9 @@ usage(void) "[-b channel:target[.lun]]\n" "\t[-C flag[,flag,...]] [-c raidlevel] " "[-H channel:target[.lun]]\n" - "\t[-l special[,special,...]] [-r rounds] " + "\t[-l special[,special,...]] " "[-R device|channel:target[.lun]\n" - "\t[-u channel:target[.lun]] " + "\t[-r rounds] [-u channel:target[.lun]] " "device\n", __progname); exit(1); |