<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- options.c.orig	2003-07-13 14:42:41.000000000 +0200
+++ options.c	2003-07-13 14:43:55.000000000 +0200
@@ -479,26 +479,25 @@ static struct cmd {
 #define IMPLEMENTATION ""
 #endif
 
-static char *usage_string = "\
-ipppd version %s patch level %d%s\n\
-Usage: %s [ options ], where options are:\n\
-\t&lt;device&gt;	Communicate over the named device\n\
+static char *usage_string =
+"ipppd version %s patch level %d%s\n"
+"Usage: %s [ options ], where options are:\n"
+"\t&lt;device&gt;	Communicate over the named device\n"
 #ifdef INCLUDE_OBSOLETE_FEATURES
-\tcrtscts		Use hardware RTS/CTS flow control\n\
-\t&lt;speed&gt;		Set the baud rate to &lt;speed&gt;\n\
-\tmodem		Use modem control lines\n\
+"\tcrtscts		Use hardware RTS/CTS flow control\n"
+"\t&lt;speed&gt;		Set the baud rate to &lt;speed&gt;\n"
+"\tmodem		Use modem control lines\n"
 #endif
-\t&lt;loc&gt;:&lt;rem&gt;	Set the local and/or remote interface IP\n\
-\t\taddresses.  (you also may use the option 'useifip' to get IPs).\n\
-\tasyncmap &lt;n&gt;	Set the desired async map to hex &lt;n&gt;\n\
-\tauth		Require authentication from peer\n\
-\tconnect &lt;p&gt;     Invoke shell command &lt;p&gt; to set up the serial line\n\
-\tdefaultroute	Add default route through interface\n\
-\tfile &lt;f&gt;	Take options from file &lt;f&gt;\n\
-\tmru &lt;n&gt;		Set MRU value to &lt;n&gt; for negotiation\n\
-\tnetmask &lt;n&gt;	Set interface netmask to &lt;n&gt;\n\
-See ipppd(8) for more options.\n\
-";
+"\t&lt;loc&gt;:&lt;rem&gt;	Set the local and/or remote interface IP\n"
+"\t\taddresses.  (you also may use the option 'useifip' to get IPs).\n"
+"\tasyncmap &lt;n&gt;	Set the desired async map to hex &lt;n&gt;\n"
+"\tauth		Require authentication from peer\n"
+"\tconnect &lt;p&gt;     Invoke shell command &lt;p&gt; to set up the serial line\n"
+"\tdefaultroute	Add default route through interface\n"
+"\tfile &lt;f&gt;	Take options from file &lt;f&gt;\n"
+"\tmru &lt;n&gt;		Set MRU value to &lt;n&gt; for negotiation\n"
+"\tnetmask &lt;n&gt;	Set interface netmask to &lt;n&gt;\n"
+"See ipppd(8) for more options.\n";
 
 static char *current_option;   /* the name of the option being parsed */
 
</pre></body></html>