summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-05 03:42:03 +0000
committertedu <tedu@openbsd.org>2013-06-05 03:42:03 +0000
commitcfcc6981fbdf3bd6b9343a0a1ccf7a2236482c86 (patch)
treedad4aaa1b42fddcdf04edaa283ce7c6d32f3cdec
parentuse fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze (diff)
downloadwireguard-openbsd-cfcc6981fbdf3bd6b9343a0a1ccf7a2236482c86.tar.xz
wireguard-openbsd-cfcc6981fbdf3bd6b9343a0a1ccf7a2236482c86.zip
use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze
-rw-r--r--share/man/man3/assert.36
-rw-r--r--share/man/man3/bitstring.36
-rw-r--r--share/man/man3/dl_iterate_phdr.36
-rw-r--r--share/man/man3/dlfcn.36
-rw-r--r--share/man/man3/offsetof.36
-rw-r--r--share/man/man3/queue.36
-rw-r--r--share/man/man3/stdarg.36
-rw-r--r--share/man/man3/sysexits.36
-rw-r--r--share/man/man3/tree.36
9 files changed, 27 insertions, 27 deletions
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3
index 5d2f159e7e0..43d49119eed 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: assert.3,v 1.7 2007/05/31 19:19:48 jmc Exp $
+.\" $OpenBSD: assert.3,v 1.8 2013/06/05 03:42:03 tedu Exp $
.\" $NetBSD: assert.3,v 1.5 1994/11/30 15:24:30 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,14 +30,14 @@
.\"
.\" @(#)assert.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2013 $
.Dt ASSERT 3
.Os
.Sh NAME
.Nm assert
.Nd expression verification macro
.Sh SYNOPSIS
-.Fd #include <assert.h>
+.In assert.h
.Fn assert expression
.Sh DESCRIPTION
The
diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3
index 167234efafc..1cfa8ff7006 100644
--- a/share/man/man3/bitstring.3
+++ b/share/man/man3/bitstring.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bitstring.3,v 1.13 2007/05/31 19:19:48 jmc Exp $
+.\" $OpenBSD: bitstring.3,v 1.14 2013/06/05 03:42:03 tedu Exp $
.\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -32,7 +32,7 @@
.\"
.\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2013 $
.Dt BITSTRING 3
.Os
.Sh NAME
@@ -48,7 +48,7 @@
.Nm bit_test
.Nd bit-string manipulation macros
.Sh SYNOPSIS
-.Fd #include <bitstring.h>
+.In bitstring.h
.Ft bitstr_t *
.Fn bit_alloc "int nbits"
.Fn bit_clear "bit_str name" "int bit"
diff --git a/share/man/man3/dl_iterate_phdr.3 b/share/man/man3/dl_iterate_phdr.3
index 58adf114bc7..92ed59240b1 100644
--- a/share/man/man3/dl_iterate_phdr.3
+++ b/share/man/man3/dl_iterate_phdr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dl_iterate_phdr.3,v 1.3 2007/05/31 19:19:48 jmc Exp $
+.\" $OpenBSD: dl_iterate_phdr.3,v 1.4 2013/06/05 03:42:03 tedu Exp $
.\"
.\" Copyright (c) 2005 Mark Kettenis
.\"
@@ -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: May 31 2007 $
+.Dd $Mdocdate: June 5 2013 $
.Dt DL_ITERATE_PHDR 3
.Os
.Sh NAME
.Nm dl_iterate_phdr
.Nd iterate over program headers
.Sh SYNOPSIS
-.Fd #include <link.h>
+.In link.h
.Ft int
.Fn dl_iterate_phdr "int (*callback)(struct dl_phdr_info *, size_t, void*)" "void *data"
.Sh DESCRIPTION
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3
index 34ae378fcf1..c994a6b8894 100644
--- a/share/man/man3/dlfcn.3
+++ b/share/man/man3/dlfcn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dlfcn.3,v 1.24 2013/03/24 01:37:23 deraadt Exp $
+.\" $OpenBSD: dlfcn.3,v 1.25 2013/06/05 03:42:03 tedu Exp $
.\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -29,7 +29,7 @@
.\" (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: March 24 2013 $
+.Dd $Mdocdate: June 5 2013 $
.Dt DLFCN 3
.Os
.Sh NAME
@@ -41,7 +41,7 @@
.Nm dlerror
.Nd dynamic link interface
.Sh SYNOPSIS
-.Fd #include <dlfcn.h>
+.In dlfcn.h
.Ft "void *"
.Fn dlopen "const char *path" "int mode"
.Ft "int"
diff --git a/share/man/man3/offsetof.3 b/share/man/man3/offsetof.3
index 142b97f38ba..ccd16c1abd7 100644
--- a/share/man/man3/offsetof.3
+++ b/share/man/man3/offsetof.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: offsetof.3,v 1.2 2010/02/18 18:30:19 jmc Exp $
+.\" $OpenBSD: offsetof.3,v 1.3 2013/06/05 03:42:03 tedu Exp $
.\"
.\" Copyright (c) 2010 Thomas Pfaff <tpfaff@tp76.info>
.\"
@@ -15,14 +15,14 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: February 18 2010 $
+.Dd $Mdocdate: June 5 2013 $
.Dt OFFSETOF 3
.Os
.Sh NAME
.Nm offsetof
.Nd offset of a structure member
.Sh SYNOPSIS
-.Fd #include <stddef.h>
+.In stddef.h
.Ft size_t
.Fn offsetof "type" "member"
.Sh DESCRIPTION
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index c54e932e629..402464b2619 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.57 2012/11/17 17:21:44 guenther Exp $
+.\" $OpenBSD: queue.3,v 1.58 2013/06/05 03:42:03 tedu Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" @(#)queue.3 8.1 (Berkeley) 12/13/93
.\"
-.Dd $Mdocdate: November 17 2012 $
+.Dd $Mdocdate: June 5 2013 $
.Dt QUEUE 3
.Os
.Sh NAME
@@ -120,7 +120,7 @@
.Nm CIRCLEQ_REPLACE
.Nd "implementations of singly-linked lists, doubly-linked lists, simple queues, tail queues, and circular queues"
.Sh SYNOPSIS
-.Fd #include <sys/queue.h>
+.In sys/queue.h
.Pp
.Fn SLIST_ENTRY "TYPE"
.Fn SLIST_HEAD "HEADNAME" "TYPE"
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3
index 368d8a6bbec..1c2462cbd14 100644
--- a/share/man/man3/stdarg.3
+++ b/share/man/man3/stdarg.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdarg.3,v 1.16 2011/04/01 19:13:58 jmc Exp $
+.\" $OpenBSD: stdarg.3,v 1.17 2013/06/05 03:42:03 tedu Exp $
.\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: April 1 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt STDARG 3
.Os
.Sh NAME
@@ -44,7 +44,7 @@
.Nm va_end
.Nd variable argument lists
.Sh SYNOPSIS
-.Fd #include <stdarg.h>
+.In stdarg.h
.Ft void
.Fn va_start "va_list ap" last
.Ft type
diff --git a/share/man/man3/sysexits.3 b/share/man/man3/sysexits.3
index 0c9fd34ce50..875ddf6ff5c 100644
--- a/share/man/man3/sysexits.3
+++ b/share/man/man3/sysexits.3
@@ -25,17 +25,17 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sysexits.3,v 1.9 2012/01/15 11:35:22 schwarze Exp $
+.\" $OpenBSD: sysexits.3,v 1.10 2013/06/05 03:42:03 tedu Exp $
.\" $FreeBSD: src/share/man/man3/sysexits.3,v 1.4.2.1 1999/08/29 16:45:41 peter Exp $
.\"
-.Dd $Mdocdate: January 15 2012 $
+.Dd $Mdocdate: June 5 2013 $
.Dt SYSEXITS 3
.Os
.Sh NAME
.Nm sysexits
.Nd preferable exit codes for programs
.Sh SYNOPSIS
-.Fd #include <sysexits.h>
+.In sysexits.h
.Sh DESCRIPTION
It is not good practice to call
.Xr exit 3
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index bb9a5b2a062..9ac4dc8a410 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tree.3,v 1.23 2011/07/09 08:43:01 jmc Exp $
+.\" $OpenBSD: tree.3,v 1.24 2013/06/05 03:42:03 tedu Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <provos@citi.umich.edu>
.\" * All rights reserved.
@@ -23,7 +23,7 @@
.\" * (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: July 9 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt TREE 3
.Os
.Sh NAME
@@ -71,7 +71,7 @@
.Nm RB_REMOVE
.Nd "implementations of splay and red-black trees"
.Sh SYNOPSIS
-.Fd #include <sys/tree.h>
+.In sys/tree.h
.Pp
.Fn SPLAY_PROTOTYPE "NAME" "TYPE" "FIELD" "CMP"
.Fn SPLAY_GENERATE "NAME" "TYPE" "FIELD" "CMP"