diff options
author | 2007-02-20 13:47:28 +0000 | |
---|---|---|
committer | 2007-02-20 13:47:28 +0000 | |
commit | 671c58deef0feb853dec01dc45b3b1d4892e546e (patch) | |
tree | 6d061038315164044911fa6ce66588df2003e491 | |
parent | sort options; from Igor Sobrado (diff) | |
download | wireguard-openbsd-671c58deef0feb853dec01dc45b3b1d4892e546e.tar.xz wireguard-openbsd-671c58deef0feb853dec01dc45b3b1d4892e546e.zip |
sort options and sync synopsis; from Igor Sobrado
-rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index de14b78b47f..f21b6cac2e5 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccdconfig.8,v 1.18 2003/06/03 13:16:07 jmc Exp $ +.\" $OpenBSD: ccdconfig.8,v 1.19 2007/02/20 13:47:28 jmc Exp $ .\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ .Op Fl cv .Ar ccd .Ar ileave -.Ar flags +.Op Ar flags .Ar dev .Op Ar ... .Nm ccdconfig @@ -79,12 +79,12 @@ For more information about the ccd, see .Pp The options are as follows: .Bl -tag -width Ds +.It Fl C +Configure all ccd devices listed in the ccd configuration file. .It Fl c Configure a ccd. This is the default behavior of .Nm ccdconfig . -.It Fl C -Configure all ccd devices listed in the ccd configuration file. .It Fl f Ar config_file When configuring or unconfiguring all devices, read the file .Pa config_file @@ -108,10 +108,10 @@ instead of the default Extract the name list from .Ar system instead of the running kernel. -.It Fl u -Unconfigure a ccd. .It Fl U Unconfigure all ccd devices listed in the ccd configuration file. +.It Fl u +Unconfigure a ccd. .It Fl v Causes .Nm |