summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-08-14 06:32:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-08-14 06:32:39 +0000
commitcdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch)
tree41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /lib/libc
parent18359d659dc6d1787630809adba2563122681b41 (diff)
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/isfdtype.36
-rw-r--r--lib/libc/gen/posix_spawn_file_actions_init.36
-rw-r--r--lib/libc/gen/posix_spawnattr_getflags.36
-rw-r--r--lib/libc/gen/posix_spawnattr_getpgroup.36
-rw-r--r--lib/libc/gen/posix_spawnattr_init.36
-rw-r--r--lib/libc/gen/shm_open.36
-rw-r--r--lib/libc/locale/wcstol.36
-rw-r--r--lib/libc/stdlib/strtol.36
-rw-r--r--lib/libc/stdlib/strtonum.36
-rw-r--r--lib/libc/stdlib/strtoul.36
-rw-r--r--lib/libc/sys/adjfreq.26
-rw-r--r--lib/libc/sys/adjtime.26
-rw-r--r--lib/libc/sys/flock.26
-rw-r--r--lib/libc/sys/fsync.26
-rw-r--r--lib/libc/sys/getdirentries.26
-rw-r--r--lib/libc/sys/setresuid.26
-rw-r--r--lib/libc/sys/sync.26
17 files changed, 51 insertions, 51 deletions
diff --git a/lib/libc/gen/isfdtype.3 b/lib/libc/gen/isfdtype.3
index 1c0168a622e..95763fc91f2 100644
--- a/lib/libc/gen/isfdtype.3
+++ b/lib/libc/gen/isfdtype.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isfdtype.3,v 1.7 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: isfdtype.3,v 1.8 2013/08/14 06:32:27 jmc Exp $
.\"
.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -18,12 +18,12 @@
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt ISFDTYPE 3
.Os
.Sh NAME
.Nm isfdtype
-.Nd "determine whether a file descriptor is of a specific type"
+.Nd determine whether a file descriptor is of a specific type
.Sh SYNOPSIS
.In sys/stat.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 cdd3f7388b0..331ebce46e2 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.6 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.7 2013/08/14 06:32:27 jmc 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: July 16 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt POSIX_SPAWN_FILE_ACTIONS_INIT 3
.Os
.Sh NAME
.Nm posix_spawn_file_actions_init ,
.Nm posix_spawn_file_actions_destroy
-.Nd "create and destroy posix_spawn file actions objects"
+.Nd create and destroy posix_spawn file actions objects
.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 1ab70be6346..e65a6e97110 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.7 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.8 2013/08/14 06:32:27 jmc 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: July 16 2013 $
+.Dd $Mdocdate: August 14 2013 $
.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 and 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 ba6a9fce45a..7ce1e470d4e 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.6 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.7 2013/08/14 06:32:27 jmc 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: July 16 2013 $
+.Dd $Mdocdate: August 14 2013 $
.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 and set misc attributes of a posix_spawn attributes object
.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 0574852ff39..5b99a05d10f 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.6 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: posix_spawnattr_init.3,v 1.7 2013/08/14 06:32:27 jmc 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: July 16 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt POSIX_SPAWNATTR_INIT 3
.Os
.Sh NAME
.Nm posix_spawnattr_init ,
.Nm posix_spawnattr_destroy
-.Nd "create and destroy posix_spawn attributes object"
+.Nd create and destroy posix_spawn attributes object
.Sh SYNOPSIS
.In spawn.h
.Ft int
diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3
index b9f7916852d..3f8a726ed7f 100644
--- a/lib/libc/gen/shm_open.3
+++ b/lib/libc/gen/shm_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shm_open.3,v 1.2 2013/07/16 15:21:11 schwarze Exp $
+.\" $OpenBSD: shm_open.3,v 1.3 2013/08/14 06:32:27 jmc Exp $
.\"
.\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,14 +14,14 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SHM_OPEN 3
.Os
.Sh NAME
.Nm shm_open ,
.Nm shm_unlink ,
.Nm shm_mkstemp
-.Nd "create and destroy shared memory objects"
+.Nd create and destroy shared memory objects
.Sh SYNOPSIS
.In sys/mman.h
.Ft int
diff --git a/lib/libc/locale/wcstol.3 b/lib/libc/locale/wcstol.3
index e28e261ed85..cf6f627967e 100644
--- a/lib/libc/locale/wcstol.3
+++ b/lib/libc/locale/wcstol.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcstol.3,v 1.2 2010/09/10 18:38:19 jmc Exp $
+.\" $OpenBSD: wcstol.3,v 1.3 2013/08/14 06:32:27 jmc Exp $
.\" $NetBSD: wcstol.3,v 1.2 2006/08/08 17:32:05 wiz Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins
@@ -27,14 +27,14 @@
.\"
.\" $FreeBSD: src/lib/libc/locale/wcstol.3,v 1.4 2002/11/29 17:35:09 ru Exp $
.\"
-.Dd $Mdocdate: September 10 2010 $
+.Dd $Mdocdate: August 14 2013 $
.Dt WCSTOL 3
.Os
.Sh NAME
.Nm wcstol , wcstoul ,
.Nm wcstoll , wcstoull ,
.Nm wcstoimax , wcstoumax
-.Nd "convert a wide-character string value to a long, unsigned long,"
+.Nd convert a wide-character string value to a long, unsigned long,
long long, unsigned long long, intmax_t or uintmax_t integer
.Sh SYNOPSIS
.In wchar.h
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 10cc102caae..c0a60979d9b 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtol.3,v 1.23 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtol.3,v 1.24 2013/08/14 06:32:28 jmc Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTOL 3
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Nm strtoll ,
.Nm strtoimax ,
.Nm strtoq ,
-.Nd "convert string value to a long, long long or intmax_t integer"
+.Nd convert string value to a long, long long or intmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 419a2db61d4..ed638cdbe2f 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strtonum.3,v 1.16 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.17 2013/08/14 06:32:28 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTONUM 3
.Os
.Sh NAME
.Nm strtonum
-.Nd "reliably convert string value to an integer"
+.Nd reliably convert string value to an integer
.Sh SYNOPSIS
.In stdlib.h
.Ft long long
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 04c9e18d741..1353637d68c 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtoul.3,v 1.21 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strtoul.3,v 1.22 2013/08/14 06:32:28 jmc Exp $
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STRTOUL 3
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Nm strtoull ,
.Nm strtoumax ,
.Nm strtouq
-.Nd "convert a string to an unsigned long, unsigned long long or uintmax_t integer"
+.Nd convert a string to an unsigned long, unsigned long long or uintmax_t integer
.Sh SYNOPSIS
.In limits.h
.In stdlib.h
diff --git a/lib/libc/sys/adjfreq.2 b/lib/libc/sys/adjfreq.2
index 527638d17b1..f13400e14e6 100644
--- a/lib/libc/sys/adjfreq.2
+++ b/lib/libc/sys/adjfreq.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjfreq.2,v 1.4 2011/07/07 21:00:59 deraadt Exp $
+.\" $OpenBSD: adjfreq.2,v 1.5 2013/08/14 06:32:29 jmc Exp $
.\"
.\" Copyright (c) 2006 Otto Moerbeek
.\"
@@ -23,12 +23,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: August 14 2013 $
.Dt ADJFREQ 2
.Os
.Sh NAME
.Nm adjfreq
-.Nd "correct the rate of the system clock"
+.Nd correct the rate of the system clock
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/time.h>
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2
index baa34023eb4..2b0f01ca58c 100644
--- a/lib/libc/sys/adjtime.2
+++ b/lib/libc/sys/adjtime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adjtime.2,v 1.19 2011/07/07 21:00:59 deraadt Exp $
+.\" $OpenBSD: adjtime.2,v 1.20 2013/08/14 06:32:28 jmc Exp $
.\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,12 +30,12 @@
.\"
.\" @(#)adjtime.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: August 14 2013 $
.Dt ADJTIME 2
.Os
.Sh NAME
.Nm adjtime
-.Nd "correct the time to allow synchronization of the system clock"
+.Nd correct the time to allow synchronization of the system clock
.Sh SYNOPSIS
.Fd #include <sys/time.h>
.Ft int
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index 669faab343e..4b486d80260 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flock.2,v 1.17 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: flock.2,v 1.18 2013/08/14 06:32:28 jmc Exp $
.\" $NetBSD: flock.2,v 1.5 1995/02/27 12:32:32 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,12 +30,12 @@
.\"
.\" @(#)flock.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt FLOCK 2
.Os
.Sh NAME
.Nm flock
-.Nd "apply or remove an advisory lock on an open file"
+.Nd apply or remove an advisory lock on an open file
.Sh SYNOPSIS
.Fd #include <fcntl.h>
.Pp
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2
index 4a2f96ef91f..8b646b217e4 100644
--- a/lib/libc/sys/fsync.2
+++ b/lib/libc/sys/fsync.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsync.2,v 1.12 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: fsync.2,v 1.13 2013/08/14 06:32:28 jmc Exp $
.\" $NetBSD: fsync.2,v 1.4 1995/02/27 12:32:38 cgd Exp $
.\"
.\" Copyright (c) 1983, 1993
@@ -30,13 +30,13 @@
.\"
.\" @(#)fsync.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt FSYNC 2
.Os
.Sh NAME
.Nm fsync ,
.Nm fdatasync
-.Nd "synchronize a file's in-core state with that on disk"
+.Nd synchronize a file's in-core state with that on disk
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 0e1bb2a4e87..9234fca0a76 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdirentries.2,v 1.23 2010/10/27 19:07:27 deraadt Exp $
+.\" $OpenBSD: getdirentries.2,v 1.24 2013/08/14 06:32:28 jmc Exp $
.\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,12 +30,12 @@
.\"
.\" @(#)getdirentries.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: October 27 2010 $
+.Dd $Mdocdate: August 14 2013 $
.Dt GETDIRENTRIES 2
.Os
.Sh NAME
.Nm getdirentries
-.Nd "get directory entries in a filesystem independent format"
+.Nd get directory entries in a filesystem independent format
.Sh SYNOPSIS
.Fd #include <dirent.h>
.Ft int
diff --git a/lib/libc/sys/setresuid.2 b/lib/libc/sys/setresuid.2
index 2d139b526ae..074463be507 100644
--- a/lib/libc/sys/setresuid.2
+++ b/lib/libc/sys/setresuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setresuid.2,v 1.6 2013/05/07 01:44:57 dlg Exp $
+.\" $OpenBSD: setresuid.2,v 1.7 2013/08/14 06:32:29 jmc Exp $
.\"
.\" Copyright (c) 2000
.\" Sheldon Hearn. All rights reserved.
@@ -21,7 +21,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/setresuid.2,v 1.12 2001/10/01 16:09:02 ru Exp $
.\"
-.Dd $Mdocdate: May 7 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SETRESUID 2
.Os
.Sh NAME
@@ -29,7 +29,7 @@
.Nm getresuid ,
.Nm setresgid ,
.Nm setresuid
-.Nd "get or set real, effective and saved user or group ID"
+.Nd get or set real, effective and saved user or group ID
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <unistd.h>
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2
index c8a4462314b..b4fd0605e17 100644
--- a/lib/libc/sys/sync.2
+++ b/lib/libc/sys/sync.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sync.2,v 1.13 2013/03/30 06:44:44 guenther Exp $
+.\" $OpenBSD: sync.2,v 1.14 2013/08/14 06:32:29 jmc Exp $
.\" $NetBSD: sync.2,v 1.4 1995/02/27 12:38:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,12 +30,12 @@
.\"
.\" @(#)sync.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: March 30 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SYNC 2
.Os
.Sh NAME
.Nm sync
-.Nd "synchronize disk block in-core status with that on disk"
+.Nd synchronize disk block in-core status with that on disk
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft void