aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-07 11:48:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-07 11:48:19 +0000
commit91034a4641d1b04af942e64bdde7bf87e1f66a92 (patch)
treeac96f718b3fe3894790364a77f1e61fc8825e919 /tbl.7
parentfede310309f8eed47e4507d3b6709aeeacf8f438 (diff)
downloadmandoc-91034a4641d1b04af942e64bdde7bf87e1f66a92.tar.gz
mandoc-91034a4641d1b04af942e64bdde7bf87e1f66a92.tar.zst
mandoc-91034a4641d1b04af942e64bdde7bf87e1f66a92.zip
we already parse the GNU tbl(7) "nospaces" option,
so let it have the intended effect, too
Diffstat (limited to 'tbl.7')
-rw-r--r--tbl.76
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl.7 b/tbl.7
index d9d7dda7..0deb7624 100644
--- a/tbl.7
+++ b/tbl.7
@@ -1,4 +1,4 @@
-.\" $Id: tbl.7,v 1.35 2021/08/10 12:55:04 schwarze Exp $
+.\" $Id: tbl.7,v 1.36 2021/09/07 11:48:19 schwarze Exp $
.\"
.\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2014,2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 10 2021 $
+.Dd $Mdocdate: September 7 2021 $
.Dt TBL 7
.Os
.Sh NAME
@@ -94,7 +94,7 @@ Allow page breaks within the table.
This is a GNU extension and currently ignored.
.It Cm nospaces
Ignore leading and trailing spaces in data cells.
-This is a GNU extension and currently ignored.
+This is a GNU extension.
.It Cm nowarn
Suppress warnings about tables exceeding the current line length.
This is a GNU extension and currently ignored.