From 87e5935d2d7f08cf1144d1e4bb941c23e8b22400 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 4 Aug 2022 11:14:46 +0000 Subject: [PATCH] Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency. Both are correct, but "4.0" avoids the misunderstanding that we were talking about any unspecified 4.xBSD release, and it is much more widely used in our manuals. Discussed with jsg@ in the context of other manual pages. --- lib/libc/sys/wait.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index aca6d00d518..33bf2d08638 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.31 2021/06/30 18:46:49 schwarze Exp $ +.\" $OpenBSD: wait.2,v 1.32 2022/08/04 11:14:46 schwarze Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)wait.2 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: June 30 2021 $ +.Dd $Mdocdate: August 4 2022 $ .Dt WAIT 2 .Os .Sh NAME @@ -338,7 +338,7 @@ argument is accepted since A .Fn wait3 system call first appeared in -.Bx 4 , +.Bx 4.0 , but the final calling convention was only established in .Bx 4.2 . The -- 2.20.1