diff options
Diffstat (limited to 'sbin/slattach/slattach.c')
-rw-r--r-- | sbin/slattach/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 96a962f..3ed4b2e 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -91,7 +91,7 @@ int redial_on_startup = 0; /* iff non-zero execute redial_cmd on startup */ speed_t speed = DEFAULT_BAUD; /* baud rate of tty */ int slflags = 0; /* compression flags */ int unit = -1; /* slip device unit number */ -int foreground = 0; /* act as demon if zero, else don't fork. */ +int foreground = 0; /* act as daemon if zero, else don't fork. */ int keepal = 0; /* keepalive timeout */ int outfill = 0; /* outfill timeout */ int sl_unit = -1; /* unit number */ |