Commit 88d7dbdc authored by Georg Brandl's avatar Georg Brandl

Remove colspanning cells.

parent 38148ea5
...@@ -2028,8 +2028,8 @@ supports sending logging messages to a remote or local Unix syslog. ...@@ -2028,8 +2028,8 @@ supports sending logging messages to a remote or local Unix syslog.
The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
mirror the values defined in the ``sys/syslog.h`` header file. mirror the values defined in the ``sys/syslog.h`` header file.
+------------------------------------------+ **Priorities**
| Priorities |
+--------------------------+---------------+ +--------------------------+---------------+
| Name (string) | Symbolic value| | Name (string) | Symbolic value|
+==========================+===============+ +==========================+===============+
...@@ -2050,8 +2050,8 @@ supports sending logging messages to a remote or local Unix syslog. ...@@ -2050,8 +2050,8 @@ supports sending logging messages to a remote or local Unix syslog.
| ``warn`` or ``warning`` | LOG_WARNING | | ``warn`` or ``warning`` | LOG_WARNING |
+--------------------------+---------------+ +--------------------------+---------------+
+-------------------------------+ **Facilities**
| Facilities |
+---------------+---------------+ +---------------+---------------+
| Name (string) | Symbolic value| | Name (string) | Symbolic value|
+===============+===============+ +===============+===============+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment