summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-11 07:14:10 +0000
committerharti <harti@FreeBSD.org>2003-08-11 07:14:10 +0000
commit9dad742c8ce92aa0d235f5b8e8021e5ee52cbaa5 (patch)
treebd6a7b5c773b00841ab2360377323acbfe28ad1a /sbin/atm
parent44aa51e3ae83444b49c68887ca2969af90e1b889 (diff)
downloadFreeBSD-src-9dad742c8ce92aa0d235f5b8e8021e5ee52cbaa5.zip
FreeBSD-src-9dad742c8ce92aa0d235f5b8e8021e5ee52cbaa5.tar.gz
Add the new arguments for the add pvc command to the help information.
Correct a comment. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> MFC after: 3 days
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/atm/atm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c
index f4246ec8..356098e 100644
--- a/sbin/atm/atm/atm.c
+++ b/sbin/atm/atm/atm.c
@@ -81,6 +81,7 @@ __RCSID("@(#) $FreeBSD$");
\n\
VC management subcommands:\n\
add pvc <intf> <vpi> <vci> <aal> <encaps> <owner> ...\n\
+ [UBR <pcr> | CBR <pcr> | VBR <pcr> <scr> <mbs>]\n\
delete pvc <intf> <vpi> <vci>\n\
delete svc <intf> <vpi> <vci>\n\
show stats vcc [<intf> [vpi [vci]]]\n\
@@ -536,7 +537,8 @@ detach(int argc __unused, char **argv, const struct cmd *cmdp __unused)
*
* Command format:
* atm add PVC <interface_name> <vpi> <vci> <aal> <encaps>
- * <owner_name> [ubr <PCR> | cbr <PCR> | vbr <PCR> <SCR> <MBS>]
+ * <owner_name> ...owner info...
+ * [ubr <PCR> | cbr <PCR> | vbr <PCR> <SCR> <MBS>]
*
* Arguments:
* argc number of arguments to command
OpenPOWER on IntegriCloud