From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 28 Nov 2022 11:18:23 +0100
Subject: Modeline: Correct vim modline syntax

The modline entries for Vim were not correct, various options get
declared by a space in between, and also no special character at the end
of the line are allowed.

Forwarded: https://github.com/tijuca/libcoap/pull/1
---
 man/coap-client.txt.in          | 2 +-
 man/coap-rd.txt.in              | 2 +-
 man/coap-server.txt.in          | 2 +-
 man/coap.txt.in                 | 2 +-
 man/coap_async.txt.in           | 2 +-
 man/coap_attribute.txt.in       | 2 +-
 man/coap_block.txt.in           | 2 +-
 man/coap_cache.txt.in           | 2 +-
 man/coap_context.txt.in         | 2 +-
 man/coap_encryption.txt.in      | 2 +-
 man/coap_endpoint_client.txt.in | 2 +-
 man/coap_endpoint_server.txt.in | 2 +-
 man/coap_handler.txt.in         | 2 +-
 man/coap_io.txt.in              | 2 +-
 man/coap_keepalive.txt.in       | 2 +-
 man/coap_logging.txt.in         | 2 +-
 man/coap_observe.txt.in         | 2 +-
 man/coap_pdu_access.txt.in      | 2 +-
 man/coap_pdu_setup.txt.in       | 2 +-
 man/coap_recovery.txt.in        | 2 +-
 man/coap_resource.txt.in        | 2 +-
 man/coap_session.txt.in         | 2 +-
 man/coap_string.txt.in          | 2 +-
 man/coap_tls_library.txt.in     | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/man/coap-client.txt.in b/man/coap-client.txt.in
index 28f0baa..b6dd1a7 100644
--- a/man/coap-client.txt.in
+++ b/man/coap-client.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap-client(5)
 ==============
diff --git a/man/coap-rd.txt.in b/man/coap-rd.txt.in
index 14dc151..3cc05dd 100644
--- a/man/coap-rd.txt.in
+++ b/man/coap-rd.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap-rd(5)
 ==========
diff --git a/man/coap-server.txt.in b/man/coap-server.txt.in
index 2772669..81dc76b 100644
--- a/man/coap-server.txt.in
+++ b/man/coap-server.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap-server(5)
 ==============
diff --git a/man/coap.txt.in b/man/coap.txt.in
index f9fd82e..31d14d9 100644
--- a/man/coap.txt.in
+++ b/man/coap.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap(7)
 =======
diff --git a/man/coap_async.txt.in b/man/coap_async.txt.in
index 379f585..e913836 100644
--- a/man/coap_async.txt.in
+++ b/man/coap_async.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_async(3)
 =============
diff --git a/man/coap_attribute.txt.in b/man/coap_attribute.txt.in
index 5242315..d4e087f 100644
--- a/man/coap_attribute.txt.in
+++ b/man/coap_attribute.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_attribute(3)
 =================
diff --git a/man/coap_block.txt.in b/man/coap_block.txt.in
index b91097e..60796d0 100644
--- a/man/coap_block.txt.in
+++ b/man/coap_block.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_block(3)
 =============
diff --git a/man/coap_cache.txt.in b/man/coap_cache.txt.in
index d5e7ff7..3d76b1f 100644
--- a/man/coap_cache.txt.in
+++ b/man/coap_cache.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_cache(3)
 =============
diff --git a/man/coap_context.txt.in b/man/coap_context.txt.in
index 53579d2..34ed774 100644
--- a/man/coap_context.txt.in
+++ b/man/coap_context.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_context(3)
 ===============
diff --git a/man/coap_encryption.txt.in b/man/coap_encryption.txt.in
index da81c02..36f4933 100644
--- a/man/coap_encryption.txt.in
+++ b/man/coap_encryption.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_encryption(3)
 ===================
diff --git a/man/coap_endpoint_client.txt.in b/man/coap_endpoint_client.txt.in
index a94eb7e..256ce85 100644
--- a/man/coap_endpoint_client.txt.in
+++ b/man/coap_endpoint_client.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_endpoint_client(3)
 =======================
diff --git a/man/coap_endpoint_server.txt.in b/man/coap_endpoint_server.txt.in
index c4270b0..b3d934e 100644
--- a/man/coap_endpoint_server.txt.in
+++ b/man/coap_endpoint_server.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_endpoint_server(3)
 =======================
diff --git a/man/coap_handler.txt.in b/man/coap_handler.txt.in
index bbb292f..b0ff97c 100644
--- a/man/coap_handler.txt.in
+++ b/man/coap_handler.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_handler(3)
 =================
diff --git a/man/coap_io.txt.in b/man/coap_io.txt.in
index c0e1839..8ff8d25 100644
--- a/man/coap_io.txt.in
+++ b/man/coap_io.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_io(3)
 ==========
diff --git a/man/coap_keepalive.txt.in b/man/coap_keepalive.txt.in
index 06f5e4a..8bca58a 100644
--- a/man/coap_keepalive.txt.in
+++ b/man/coap_keepalive.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_keepalive(3)
 =================
diff --git a/man/coap_logging.txt.in b/man/coap_logging.txt.in
index 5a10d5e..290450c 100644
--- a/man/coap_logging.txt.in
+++ b/man/coap_logging.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_logging(3)
 =================
diff --git a/man/coap_observe.txt.in b/man/coap_observe.txt.in
index 275154f..c41e8ac 100644
--- a/man/coap_observe.txt.in
+++ b/man/coap_observe.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_observe(3)
 =================
diff --git a/man/coap_pdu_access.txt.in b/man/coap_pdu_access.txt.in
index 9b208b4..47a9e05 100644
--- a/man/coap_pdu_access.txt.in
+++ b/man/coap_pdu_access.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_pdu_access(3)
 =================
diff --git a/man/coap_pdu_setup.txt.in b/man/coap_pdu_setup.txt.in
index a18b5cd..2d5cbbe 100644
--- a/man/coap_pdu_setup.txt.in
+++ b/man/coap_pdu_setup.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_pdu_setup(3)
 =================
diff --git a/man/coap_recovery.txt.in b/man/coap_recovery.txt.in
index d81a08f..1950f8c 100644
--- a/man/coap_recovery.txt.in
+++ b/man/coap_recovery.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_recovery(3)
 =================
diff --git a/man/coap_resource.txt.in b/man/coap_resource.txt.in
index d15e9a0..5f37ae7 100644
--- a/man/coap_resource.txt.in
+++ b/man/coap_resource.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_resource(3)
 =================
diff --git a/man/coap_session.txt.in b/man/coap_session.txt.in
index 8e66a71..c78588c 100644
--- a/man/coap_session.txt.in
+++ b/man/coap_session.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_session(3)
 ===============
diff --git a/man/coap_string.txt.in b/man/coap_string.txt.in
index ad349db..6a12a75 100644
--- a/man/coap_string.txt.in
+++ b/man/coap_string.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_string(3)
 ==============
diff --git a/man/coap_tls_library.txt.in b/man/coap_tls_library.txt.in
index ce3deea..ed313b8 100644
--- a/man/coap_tls_library.txt.in
+++ b/man/coap_tls_library.txt.in
@@ -1,5 +1,5 @@
 // -*- mode:doc; -*-
-// vim: set syntax=asciidoc,tw=0:
+// vim: set syntax=asciidoc tw=0
 
 coap_tls_library(3)
 ===================
