make labels of configuration stuff clearer
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 13 Jun 1995 08:25:57 +0000 (00:25 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 13 Jun 1995 08:25:57 +0000 (00:25 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.128

usr/src/usr.sbin/sendmail/src/main.c

index 3ae13c9..4374f49 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     8.127 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.128 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -314,10 +314,10 @@ main(argc, argv, envp)
                }
                putchar('\n');
 #ifdef _PATH_UNIX
                }
                putchar('\n');
 #ifdef _PATH_UNIX
-               printf("     Unix path:\t%s\n", _PATH_UNIX);
+               printf("Kernel symbols:\t%s\n", _PATH_UNIX);
 #endif
                printf("   Config file:\t%s\n", getcfname());
 #endif
                printf("   Config file:\t%s\n", getcfname());
-               printf("  Proc Id file:\t%s\n", PidFile);
+               printf("      Pid file:\t%s\n", PidFile);
        }
 
        InChannel = stdin;
        }
 
        InChannel = stdin;