From 2d3e991695fc8685975114b3feef923afa5ab617 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 21 Apr 2000 17:32:24 +0000 Subject: [PATCH] fix some usage glitches --- sbin/ipsecadm/ipsecadm.c | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index b732e8eb398..03d27843dc4 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.33 2000/03/28 14:30:51 jason Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.34 2000/04/21 17:32:24 deraadt Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -180,29 +180,29 @@ void usage() { fprintf(stderr, "usage: ipsecadm [command] \n" - "\tCommands: new esp, old esp, new ah, old ah, group, delspi, ip4\n" + "\tCommands: new esp, old esp, new ah, old ah, group, delspi, ip4,\n" "\t\t flow, bind, flush\n" "\tPossible modifiers:\n" - "\t -enc \t\t\t encryption algorithm\n" - "\t -auth \t\t\t authentication algorithm\n" - "\t -src \t\t\t source address to be used\n" - "\t -halfiv\t\t\t use 4-byte IV in old ESP\n" - "\t -forcetunnel\t\t\t force IP-in-IP encapsulation\n" - "\t -dst \t\t\t destination address to be used\n" - "\t -proxy \t\t\t proxy address to be used\n" - "\t -spi \t\t\t SPI to be used\n" - "\t -key \t\t\t key material to be used\n" - "\t -authkey \t\t key material for auth in new esp\n" - "\t -proto \t\t\t security protocol\n" - "\t -chain\t\t\t SPI chain delete\n" - "\t -transport \t\t protocol number for flow\n" + "\t -enc \t\t\tencryption algorithm\n" + "\t -auth \t\t\tauthentication algorithm\n" + "\t -src \t\t\tsource address to be used\n" + "\t -halfiv\t\t\tuse 4-byte IV in old ESP\n" + "\t -forcetunnel\t\t\tforce IP-in-IP encapsulation\n" + "\t -dst \t\t\tdestination address to be used\n" + "\t -proxy \t\t\tproxy address to be used\n" + "\t -spi \t\t\tSPI to be used\n" + "\t -key \t\t\tkey material to be used\n" + "\t -authkey \t\tkey material for auth in new esp\n" + "\t -proto \t\t\tsecurity protocol\n" + "\t -chain\t\t\tSPI chain delete\n" + "\t -transport \t\tprotocol number for flow\n" "\t -addr \t subnets for flow\n" - "\t -delete\t\t\t delete specified flow\n" - "\t -bypass\t\t\t create/delete a bypass flow\n" - "\t -sport\t\t\t source port for flow\n" - "\t -dport\t\t\t destination port for flow\n" - "\t -ingress\t\t\t flow is ingress access control entry\n" - "\t -[ah|esp|ip4]\t to flush a particular protocol\n" + "\t -delete\t\t\tdelete specified flow\n" + "\t -bypass\t\t\tcreate/delete a bypass flow\n" + "\t -sport\t\t\tsource port for flow\n" + "\t -dport\t\t\tdestination port for flow\n" + "\t -ingress\t\t\tflow is ingress access control entry\n" + "\t -[ah|esp|ip4]\t\t\tto flush a particular protocol\n" "\talso: dst2, spi2, proto2\n" ); } -- 2.20.1