diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-02-22 06:31:52 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-02-22 06:31:52 +0000 |
commit | 06fbeaea5569c758086067b89a6df7ff28b5c0f4 (patch) | |
tree | f6705e0e0ee4c9f77af463d9fba70c3aab6001e2 /lib/libc/gen | |
parent | dbbf8699e74484b4416cc9edb2cae3804536d0b9 (diff) |
Prefer "get or set" over "get/set" or "get and set".
From discussion with schwarze@ and jmc@
ok jmc@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getprogname.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getflags.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getpgroup.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/getprogname.3 b/lib/libc/gen/getprogname.3 index 58e85b877cf..5542abc8477 100644 --- a/lib/libc/gen/getprogname.3 +++ b/lib/libc/gen/getprogname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getprogname.3,v 1.5 2015/05/05 14:37:20 schwarze Exp $ +.\" $OpenBSD: getprogname.3,v 1.6 2023/02/22 06:31:51 guenther Exp $ .\" .\" Copyright (c) 2001 Christopher G. Demetriou .\" All rights reserved. @@ -30,13 +30,13 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 5 2015 $ +.Dd $Mdocdate: February 22 2023 $ .Dt GETPROGNAME 3 .Os .Sh NAME .Nm getprogname , .Nm setprogname -.Nd get/set the name of the current program +.Nd get or set the name of the current program .Sh SYNOPSIS .In stdlib.h .Ft const char * diff --git a/lib/libc/gen/posix_spawnattr_getflags.3 b/lib/libc/gen/posix_spawnattr_getflags.3 index b3ce91e4f95..a3f509f758e 100644 --- a/lib/libc/gen/posix_spawnattr_getflags.3 +++ b/lib/libc/gen/posix_spawnattr_getflags.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.9 2014/11/30 02:41:43 schwarze Exp $ +.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.10 2023/02/22 06:31:51 guenther Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,13 +14,13 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: February 22 2023 $ .Dt POSIX_SPAWNATTR_GETFLAGS 3 .Os .Sh NAME .Nm posix_spawnattr_getflags , .Nm posix_spawnattr_setflags -.Nd get and set flags of a posix_spawn attributes object +.Nd get or set flags of a posix_spawn attributes object .Sh SYNOPSIS .In spawn.h .Ft int diff --git a/lib/libc/gen/posix_spawnattr_getpgroup.3 b/lib/libc/gen/posix_spawnattr_getpgroup.3 index 544a5a9f1b7..10e807950b0 100644 --- a/lib/libc/gen/posix_spawnattr_getpgroup.3 +++ b/lib/libc/gen/posix_spawnattr_getpgroup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.9 2017/05/29 09:40:02 deraadt Exp $ +.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.10 2023/02/22 06:31:51 guenther Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 29 2017 $ +.Dd $Mdocdate: February 22 2023 $ .Dt POSIX_SPAWNATTR_GETPGROUP 3 .Os .Sh NAME @@ -28,7 +28,7 @@ .Nm posix_spawnattr_setschedpolicy , .Nm posix_spawnattr_setsigdefault , .Nm posix_spawnattr_setsigmask -.Nd get and set misc attributes of a posix_spawn attributes object +.Nd get or set misc attributes of a posix_spawn attributes object .Sh SYNOPSIS .In spawn.h .Ft int |