Module Name: src Committed By: jschauma Date: Mon Oct 17 18:41:06 UTC 2022
Modified Files: src/lib/libc/sys: wait.2 Log Message: add missing 'the' To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/wait.2 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/sys/wait.2 diff -u src/lib/libc/sys/wait.2:1.40 src/lib/libc/sys/wait.2:1.41 --- src/lib/libc/sys/wait.2:1.40 Mon Sep 2 00:12:11 2019 +++ src/lib/libc/sys/wait.2 Mon Oct 17 18:41:06 2022 @@ -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 @@ structure contains the full 32 bit exit .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