aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/uuchk/uuchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uuchk/uuchk.c')
-rw-r--r--gnu/libexec/uucp/uuchk/uuchk.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/libexec/uucp/uuchk/uuchk.c b/gnu/libexec/uucp/uuchk/uuchk.c
index a1e69e888f8a..8e5c4ffde142 100644
--- a/gnu/libexec/uucp/uuchk/uuchk.c
+++ b/gnu/libexec/uucp/uuchk/uuchk.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char uuchk_rcsid[] = "$Id: uuchk.c,v 1.52 1994/05/02 03:43:02 ian Rel $";
+const char uuchk_rcsid[] = "$Id: uuchk.c,v 1.2 1994/05/07 18:13:37 ache Exp $";
#endif
#include "getopt.h"
@@ -112,7 +112,7 @@ main (argc, argv)
zKprogram, VERSION);
exit (EXIT_SUCCESS);
/*NOTREACHED*/
-
+
case 1:
/* --help. */
ukhelp ();
@@ -279,7 +279,7 @@ ukshow (qsys, puuconf)
printf (" Call out");
else
printf (" This alternate applies when calling");
-
+
if (qsys->uuconf_zport != NULL || qsys->uuconf_qport != NULL)
{
printf (" using ");
@@ -514,7 +514,7 @@ ukshow (qsys, puuconf)
printf (" %s", *pz);
printf ("\n");
}
-
+
if (qsys->uuconf_pzforward_to != NULL)
{
printf (" May forward to");
@@ -522,7 +522,7 @@ ukshow (qsys, puuconf)
printf (" %s", *pz);
printf ("\n");
}
-
+
if (qsys->uuconf_zprotocols != NULL)
printf (" Will use protocols %s\n", qsys->uuconf_zprotocols);
else