Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys add missing 'the'



details:   https://anonhg.NetBSD.org/src/rev/e57f567861f2
branches:  trunk
changeset: 371923:e57f567861f2
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Mon Oct 17 18:41:06 2022 +0000

description:
add missing 'the'

diffstat:

 lib/libc/sys/wait.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a8f413c0f8fb -r e57f567861f2 lib/libc/sys/wait.2
--- a/lib/libc/sys/wait.2       Mon Oct 17 11:20:29 2022 +0000
+++ b/lib/libc/sys/wait.2       Mon Oct 17 18:41:06 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wait.2,v 1.40 2019/09/02 00:12:11 sevan Exp $
+.\"    $NetBSD: wait.2,v 1.41 2022/10/17 18:41:06 jschauma Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)wait.2     8.2 (Berkeley) 4/19/94
 .\"
-.Dd September 2, 2019
+.Dd October 17, 2022
 .Dt WAIT 2
 .Os
 .Sh NAME
@@ -410,7 +410,7 @@
 .Xr _exit 2 ;
 the
 .Fa status
-argument of other calls only returns 8 lowest bits of the exit status.
+argument of other calls only returns the 8 lowest bits of the exit status.
 .Pp
 When the
 .Dv WNOHANG



Home | Main Index | Thread Index | Old Index