diff options
author | harti <harti@FreeBSD.org> | 2003-08-11 07:14:10 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-08-11 07:14:10 +0000 |
commit | 9dad742c8ce92aa0d235f5b8e8021e5ee52cbaa5 (patch) | |
tree | bd6a7b5c773b00841ab2360377323acbfe28ad1a /sbin/atm | |
parent | 44aa51e3ae83444b49c68887ca2969af90e1b889 (diff) | |
download | FreeBSD-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.c | 4 |
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 |