[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 03/60: groff(7): Flesh out description of `cs` request.
From: |
G. Branden Robinson |
Subject: |
[groff] 03/60: groff(7): Flesh out description of `cs` request. |
Date: |
Wed, 11 Sep 2024 03:38:27 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 9b98b9aadd2ed027f7b72d74a553350d3c4cd958
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Sep 9 16:23:42 2024 -0500
groff(7): Flesh out description of `cs` request.
---
man/groff.7.man | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
diff --git a/man/groff.7.man b/man/groff.7.man
index b4276fe42..05b09dbc1 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -2848,14 +2848,29 @@ compatibility mode per Boolean expression
.IR b .
.
.TPx
-.REQ .cs "font n m"
-Set constant character width mode for
+.REQ .cs f
+Disable constant-width glyping spacing mode for font
+.I f.
+.
+.TPx
+.REQ .cs "f n"
+Enable constant-width glyping spacing mode for font
+.I f
+at
+.IR n /36
+ems.
+.
+.TPx
+.REQ .cs "f n p"
+Enable constant-width glyping spacing mode for
.I font
-to
+at
.IR n /36
-ems with em
-.IR m .
-.\" XXX: m parameter needs more explanation.
+ems,
+as if one em equals
+one em equals
+.I p
+scaled points.
.
.TPx
.REQ .cu
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 03/60: groff(7): Flesh out description of `cs` request.,
G. Branden Robinson <=