File netdiag-20060315_atlantic_multiline_string.diff of Package netdiag
Index: atlantic.c
===================================================================
--- diag/atlantic.c.orig
+++ diag/atlantic.c
@@ -35,14 +35,13 @@ static char vcid[] = "$Id: atlantic.c,v
static char *version_msg =
"atlantic.c v1.01 7/23/00 Donald Becker http://www.scyld.com/diag/index.html\n";
static char *usage_msg =
-"Usage: atlantic [-afhNsvVwW] [-p <IOport>] [-F <xcvr-type>] [-P <newIOport>]
- -p <I/O base address> Use the card at this I/O address (default 0x300).
- EEPROM configuration commands take effect at the next reset
- -F 10baseT, 10base2, AUI, 10baset Set the specified transceiver type.
- -Q 3, 4, 5, 9, 10, 11, 12, 15 Set the IRQ line.
- -P 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360 New I/O base.
- -N or -W Set to NE2000 or WD8013 clone mode (mutually exclusive)
-";
+"Usage: atlantic [-afhNsvVwW] [-p <IOport>] [-F <xcvr-type>] [-P <newIOport>]\n"
+" -p <I/O base address> Use the card at this I/O address (default 0x300).\n"
+" EEPROM configuration commands take effect at the next reset\n"
+" -F 10baseT, 10base2, AUI, 10baset Set the specified transceiver type.\n"
+" -Q 3, 4, 5, 9, 10, 11, 12, 15 Set the IRQ line.\n"
+" -P 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360 New I/O base.\n"
+" -N or -W Set to NE2000 or WD8013 clone mode (mutually exclusive)\n";
#if ! defined(__OPTIMIZE__)
#warning You must compile this program with the correct options!