diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-18 00:15:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-18 00:15:54 +0000 |
commit | 2bcbb6cd3ef0fecc75576be2159518fd4cd2e177 (patch) | |
tree | 40fc58980e96fafb23aa6652b3c9c40395d53115 /lib/libc | |
parent | 6b54b19ecd164bbebca01211c42611b69eb93194 (diff) |
grammar
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/rmdir.2 | 5 |
2 files changed, 6 insertions, 5 deletions
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 . |