summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-03-23 12:58:49 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-03-23 12:58:49 +0000
commite4fd21563bec36d99f82021ed2c671d519679ea1 (patch)
tree61a301b3e7c19806e562bcb455917dddc7a1c882 /lib
parent90a2ff4fa5831ade67656fe7f50121e98c95190e (diff)
we don't mention LIBRARY: c
"of course" deraadt@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/posix_spawn.34
-rw-r--r--lib/libc/gen/posix_spawn_file_actions_addopen.34
-rw-r--r--lib/libc/gen/posix_spawn_file_actions_init.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getflags.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getpgroup.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getschedparam.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getschedpolicy.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getsigdefault.34
-rw-r--r--lib/libc/gen/posix_spawnattr_getsigmask.34
-rw-r--r--lib/libc/gen/posix_spawnattr_init.34
10 files changed, 10 insertions, 30 deletions
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index 690d340adf0..723984b215d 100644
--- a/lib/libc/gen/posix_spawn.3
+++ b/lib/libc/gen/posix_spawn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawn.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawn ,
.Nm posix_spawnp
.Nd "spawn a process"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawn_file_actions_addopen.3 b/lib/libc/gen/posix_spawn_file_actions_addopen.3
index f23c5b14993..e07b4b3e079 100644
--- a/lib/libc/gen/posix_spawn_file_actions_addopen.3
+++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -41,8 +41,6 @@
.Nm posix_spawn_file_actions_adddup2 ,
.Nm posix_spawn_file_actions_addclose
.Nd "add open, dup2 or close action to spawn file actions object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawn_file_actions_init.3 b/lib/libc/gen/posix_spawn_file_actions_init.3
index 171aeb5ff7f..82255ba1c53 100644
--- a/lib/libc/gen/posix_spawn_file_actions_init.3
+++ b/lib/libc/gen/posix_spawn_file_actions_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawn_file_actions_init ,
.Nm posix_spawn_file_actions_destroy
.Nd "initialize and destroy spawn file actions object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_getflags.3 b/lib/libc/gen/posix_spawnattr_getflags.3
index 2ca50ecf71a..edc86f5116f 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.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getflags ,
.Nm posix_spawnattr_setflags
.Nd "get and set the spawn-flags attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.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 a50cb35f15f..9c59efcb939 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.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getpgroup ,
.Nm posix_spawnattr_setpgroup
.Nd "get and set the spawn-pgroup attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_getschedparam.3 b/lib/libc/gen/posix_spawnattr_getschedparam.3
index 10bd6350776..651df48b866 100644
--- a/lib/libc/gen/posix_spawnattr_getschedparam.3
+++ b/lib/libc/gen/posix_spawnattr_getschedparam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getschedparam.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getschedparam.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getschedparam ,
.Nm posix_spawnattr_setschedparam
.Nd "get and set the spawn-schedparam attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_getschedpolicy.3 b/lib/libc/gen/posix_spawnattr_getschedpolicy.3
index 20190f2d2fa..d47b503d67a 100644
--- a/lib/libc/gen/posix_spawnattr_getschedpolicy.3
+++ b/lib/libc/gen/posix_spawnattr_getschedpolicy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getschedpolicy.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getschedpolicy.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getschedpolicy ,
.Nm posix_spawnattr_setschedpolicy
.Nd "get and set the spawn-schedpolicy attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_getsigdefault.3 b/lib/libc/gen/posix_spawnattr_getsigdefault.3
index b9d625d7684..eb3db834efe 100644
--- a/lib/libc/gen/posix_spawnattr_getsigdefault.3
+++ b/lib/libc/gen/posix_spawnattr_getsigdefault.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getsigdefault.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getsigdefault.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getsigdefault ,
.Nm posix_spawnattr_setsigdefault
.Nd "get and set the spawn-sigdefault attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_getsigmask.3 b/lib/libc/gen/posix_spawnattr_getsigmask.3
index d4ff9e834d2..ed72485166c 100644
--- a/lib/libc/gen/posix_spawnattr_getsigmask.3
+++ b/lib/libc/gen/posix_spawnattr_getsigmask.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getsigmask.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_getsigmask.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_getsigmask ,
.Nm posix_spawnattr_setsigmask
.Nd "get and set the spawn-sigmask attribute of a spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/posix_spawnattr_init.3 b/lib/libc/gen/posix_spawnattr_init.3
index 72cf933e73d..9b2d9b97923 100644
--- a/lib/libc/gen/posix_spawnattr_init.3
+++ b/lib/libc/gen/posix_spawnattr_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_init.3,v 1.1 2012/03/21 23:20:35 matthew Exp $
+.\" $OpenBSD: posix_spawnattr_init.3,v 1.2 2012/03/23 12:58:48 espie Exp $
.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -40,8 +40,6 @@
.Nm posix_spawnattr_init ,
.Nm posix_spawnattr_destroy
.Nd "initialize and destroy spawn attributes object"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
.In spawn.h
.Ft int