Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/17d2bb7223b4
branches:  trunk
changeset: 451939:17d2bb7223b4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 12 12:32:54 2019 +0000

description:
Fix typo.

diffstat:

 lib/libc/gen/posix_spawn.3 |  4 ++--
 lib/libc/sys/ptrace.2      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a4d9a0180336 -r 17d2bb7223b4 lib/libc/gen/posix_spawn.3
--- a/lib/libc/gen/posix_spawn.3        Wed Jun 12 12:30:42 2019 +0000
+++ b/lib/libc/gen/posix_spawn.3        Wed Jun 12 12:32:54 2019 +0000
@@ -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 <ed%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -318,7 +318,7 @@
 .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
diff -r a4d9a0180336 -r 17d2bb7223b4 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Wed Jun 12 12:30:42 2019 +0000
+++ b/lib/libc/sys/ptrace.2     Wed Jun 12 12:32:54 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.73 2019/06/12 12:30:42 kamil Exp $
+.\"    $NetBSD: ptrace.2,v 1.74 2019/06/12 12:33:42 wiz Exp $
 .\"
 .\" This file is in the public domain.
 .Dd June 12, 2019
@@ -492,7 +492,7 @@
 .Fn posix_spawn
 on
 .Nx
-directly creates the child process without intermediant fork.
+directly creates the child process without intermediate fork.
 The
 .Dv PTRACE_POSIX_SPAWN
 event semantics are the same as



Home | Main Index | Thread Index | Old Index