summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
committerjmc <jmc@openbsd.org>2013-08-14 06:32:26 +0000
commit73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch)
tree702a4ca0d53dfd62ca8003eba67c59d24908d15a /share/man/man3/queue.3
parentregen (diff)
downloadwireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.tar.xz
wireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.zip
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 402464b2619..9eb5e67ab7a 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.58 2013/06/05 03:42:03 tedu Exp $
+.\" $OpenBSD: queue.3,v 1.59 2013/08/14 06:32:31 jmc 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: June 5 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt QUEUE 3
.Os
.Sh NAME
@@ -118,7 +118,7 @@
.Nm CIRCLEQ_INSERT_TAIL ,
.Nm CIRCLEQ_REMOVE ,
.Nm CIRCLEQ_REPLACE
-.Nd "implementations of singly-linked lists, doubly-linked lists, simple queues, tail queues, and circular queues"
+.Nd implementations of singly-linked lists, doubly-linked lists, simple queues, tail queues, and circular queues
.Sh SYNOPSIS
.In sys/queue.h
.Pp