summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index e10e530f5..dade6564e 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.142 2000/12/20 19:37:22 markus Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.144 2000/12/28 12:03:58 markus Exp $");
44 44
45#include "xmalloc.h" 45#include "xmalloc.h"
46#include "rsa.h" 46#include "rsa.h"
@@ -653,6 +653,7 @@ main(int ac, char **av)
653 fprintf(stderr, " -f file Configuration file (default %s)\n", SERVER_CONFIG_FILE); 653 fprintf(stderr, " -f file Configuration file (default %s)\n", SERVER_CONFIG_FILE);
654 fprintf(stderr, " -d Debugging mode (multiple -d means more debugging)\n"); 654 fprintf(stderr, " -d Debugging mode (multiple -d means more debugging)\n");
655 fprintf(stderr, " -i Started from inetd\n"); 655 fprintf(stderr, " -i Started from inetd\n");
656 fprintf(stderr, " -D Do not fork into daemon mode\n");
656 fprintf(stderr, " -q Quiet (no logging)\n"); 657 fprintf(stderr, " -q Quiet (no logging)\n");
657 fprintf(stderr, " -p port Listen on the specified port (default: 22)\n"); 658 fprintf(stderr, " -p port Listen on the specified port (default: 22)\n");
658 fprintf(stderr, " -k seconds Regenerate server key every this many seconds (default: 3600)\n"); 659 fprintf(stderr, " -k seconds Regenerate server key every this many seconds (default: 3600)\n");
@@ -947,7 +948,7 @@ main(int ac, char **av)
947 /* 948 /*
948 * the read end of the pipe is ready 949 * the read end of the pipe is ready
949 * if the child has closed the pipe 950 * if the child has closed the pipe
950 * after successfull authentication 951 * after successful authentication
951 * or if the child has died 952 * or if the child has died
952 */ 953 */
953 close(startup_pipes[i]); 954 close(startup_pipes[i]);