Module Name:    src
Committed By:   wiz
Date:           Wed Jun 12 12:32:54 UTC 2019

Modified Files:
        src/lib/libc/gen: posix_spawn.3

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/posix_spawn.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/posix_spawn.3
diff -u src/lib/libc/gen/posix_spawn.3:1.10 src/lib/libc/gen/posix_spawn.3:1.11
--- src/lib/libc/gen/posix_spawn.3:1.10	Wed Jun 12 12:26:24 2019
+++ src/lib/libc/gen/posix_spawn.3	Wed Jun 12 12:32:54 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: posix_spawn.3,v 1.10 2019/06/12 12:26:24 kamil Exp $
+.\" $NetBSD: posix_spawn.3,v 1.11 2019/06/12 12:32:54 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Ed Schouten <e...@freebsd.org>
 .\" All rights reserved.
@@ -318,7 +318,7 @@ callbacks.
 .Fn posix_spawn
 on
 .Nx
-directly creates the child process without intermediant fork.
+directly creates the child process without intermediate fork.
 .Sh RETURN VALUES
 Upon successful completion,
 .Fn posix_spawn

Reply via email to