[06/11] queue.3: ffix

Message ID 20201023145736.102750-7-colomar.6.4.3@gmail.com
State Not applicable
Headers
Series circleq.3: Fork from queue.3 |

Commit Message

Alejandro Colomar Oct. 23, 2020, 2:57 p.m. UTC
  Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man3/queue.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/man3/queue.3 b/man3/queue.3
index 26e304b2f..79cdca318 100644
--- a/man3/queue.3
+++ b/man3/queue.3
@@ -76,8 +76,8 @@ 
 .Nm TAILQ_LAST ,
 .Nm TAILQ_NEXT ,
 .Nm TAILQ_PREV ,
-.Nm TAILQ_REMOVE ,
-.\" .Nm TAILQ_SWAP ,
+.Nm TAILQ_REMOVE
+.\" .Nm TAILQ_SWAP
 .Nd implementations of singly-linked lists, singly-linked tail queues,
 lists, tail queues, and circular queues
 .Sh SYNOPSIS