summaryrefslogtreecommitdiffstats
path: root/sbin/slattach/slattach.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-05-12 00:22:38 +0000
committerdd <dd@FreeBSD.org>2002-05-12 00:22:38 +0000
commit9cc64ca23caaf7825c2002b6dbd81be05666b80f (patch)
treee2c9bb81529fa1fa811cd4b7bc778b8d9715ef3e /sbin/slattach/slattach.c
parent3ef853a60c9cecff32830b522d44504ec37f7b77 (diff)
downloadFreeBSD-src-9cc64ca23caaf7825c2002b6dbd81be05666b80f.zip
FreeBSD-src-9cc64ca23caaf7825c2002b6dbd81be05666b80f.tar.gz
s/demon/daemon/
Diffstat (limited to 'sbin/slattach/slattach.c')
-rw-r--r--sbin/slattach/slattach.c2
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 */
OpenPOWER on IntegriCloud