diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
commit | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch) | |
tree | 41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /share/man/man3 | |
parent | 18359d659dc6d1787630809adba2563122681b41 (diff) |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/queue.3 | 6 | ||||
-rw-r--r-- | share/man/man3/tree.3 | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 9ac4dc8a410..b5c3758a16e 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.24 2013/06/05 03:42:03 tedu Exp $ +.\" $OpenBSD: tree.3,v 1.25 2013/08/14 06:32:31 jmc 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: June 5 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt TREE 3 .Os .Sh NAME @@ -69,7 +69,7 @@ .Nm RB_INIT , .Nm RB_INSERT , .Nm RB_REMOVE -.Nd "implementations of splay and red-black trees" +.Nd implementations of splay and red-black trees .Sh SYNOPSIS .In sys/tree.h .Pp |