summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2002-01-11 07:18:41 +0000
committeritojun <itojun@openbsd.org>2002-01-11 07:18:41 +0000
commit02cf82fc72492d51ae231c81da8ddf6c90cae525 (patch)
tree4c61d695075971cca0cf415b215914e8652ca9cc /lib/libc/gen
parentfor the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's (diff)
downloadwireguard-openbsd-02cf82fc72492d51ae231c81da8ddf6c90cae525.tar.xz
wireguard-openbsd-02cf82fc72492d51ae231c81da8ddf6c90cae525.zip
typo
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/daemon.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3
index d90c38f6c2e..1fcfdb5faa0 100644
--- a/lib/libc/gen/daemon.3
+++ b/lib/libc/gen/daemon.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: daemon.3,v 1.8 2001/12/07 19:59:50 millert Exp $
+.\" $OpenBSD: daemon.3,v 1.9 2002/01/11 07:18:41 itojun Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,7 +96,7 @@ This can happen if any of standard input, standard output or standard error
have been closed before the program was run.
Programs using
.Fn daemon
-should therefor be care to either call
+should therefore make sure to either call
.Fn daemon
before opening any files or sockets or, alternately, verifying that
any file descriptors obtained have a value greater than 2.