From: jsg Date: Fri, 18 Feb 2022 00:15:53 +0000 (+0000) Subject: grammar X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=743bf1555bada8d2af984d6a19b71a47862d1fa7;p=openbsd grammar --- diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 4b4b3dcd3dd..223274da62e 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.22 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: _exit.2,v 1.23 2022/02/18 00:15:53 jsg Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)_exit.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: February 18 2022 $ .Dt _EXIT 2 .Os .Sh NAME @@ -114,7 +114,7 @@ can never return. .Sh STANDARDS The .Fn _exit -function conform to +function conforms to .St -p1003.1-2008 . The .Fn _Exit diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index b3a3d271e3a..355b33141ec 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.2,v 1.15 2019/01/11 06:10:13 jsg Exp $ +.\" $OpenBSD: rmdir.2,v 1.16 2022/02/18 00:15:53 jsg Exp $ .\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)rmdir.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 11 2019 $ +.Dd $Mdocdate: February 18 2022 $ .Dt RMDIR 2 .Os .Sh NAME @@ -118,6 +118,7 @@ points outside the process's allocated address space. .Xr mkdir 2 , .Xr unlink 2 .Sh STANDARDS +The .Fn rmdir function conforms to .St -p1003.1-2008 .