From 1e85e4573d693c27346524a719e62f1f09939ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Sat, 6 Jul 2024 12:51:33 +0000 Subject: [PATCH] table.1.in: Sort symbol set literals; add note about other values --- table.1.in | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/table.1.in b/table.1.in index 4c84878..b155910 100644 --- a/table.1.in +++ b/table.1.in @@ -183,18 +183,22 @@ is one of the following (format: .Bl -column -offset Ds "Literal" .It Sy Literal Ta Sy Meaning .It Cm aa Ta ascii-ascii, -.It Cm ss Ta single-single, -.It Cm sd Ta single-double, -.It Cm ds Ta double-single (default), -.It Cm dd Ta double-double, -.It Cm ee Ta empty-empty, .It Cm ae Ta ascii-empty, -.It Cm se Ta single-empty, +.It Cm dd Ta double-double, +.It Cm ds Ta double-single (default), .It Cm de Ta double-empty, .It Cm ea Ta empty-ascii, +.It Cm ed Ta empty-double, +.It Cm ee Ta empty-empty, .It Cm es Ta empty-single, -.It Cm ed Ta empty-double. +.It Cm sd Ta single-double, +.It Cm se Ta single-empty, +.It Cm ss Ta single-single. .El +.Pp +Any other value for +.Ar set +will produce an error. .It Fl t , Fl \-expand\-tabs Expand tabs to spaces, honoring standard modulo 8 tab stops. Default behavior is to output tab characters as\-is. -- 2.45.2