Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.groff.bug > #1853
| Path | csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail |
|---|---|
| From | "G. Branden Robinson" <INVALID.NOREPLY@gnu.org> |
| Newsgroups | gnu.groff.bug |
| Subject | [bug #54101] documentation for .ss either incorrect or incomplete |
| Date | Fri, 8 May 2020 21:14:04 -0400 (EDT) |
| Lines | 43 |
| Approved | bug-groff@gnu.org |
| Message-ID | <mailman.2466.1588986845.3066.bug-groff@gnu.org> (permalink) |
| References | <20180612-014621.sv93119.14895@savannah.gnu.org> <20180613-095243.sv93119.92228@savannah.gnu.org> <20180616-170511.sv108747.63960@savannah.gnu.org> <20180616-133428.sv93119.4912@savannah.gnu.org> <20180616-235027.sv108747.41913@savannah.gnu.org> <20180618-061236.sv93119.46396@savannah.gnu.org> <20200507-020849.sv108747.13198@savannah.gnu.org> <20200507-020906.sv108747.30605@savannah.gnu.org> <20200507-022001.sv108747.42904@savannah.gnu.org> <20200507-024038.sv108747.99596@savannah.gnu.org> <20200507-221442.sv108747.71097@savannah.gnu.org> <20200508-042137.sv93119.89972@savannah.gnu.org> <20200508-092742.sv108747.69447@savannah.gnu.org> <20200508-220831.sv108747.71955@savannah.gnu.org> <20200508-231422.sv108747.78460@savannah.gnu.org> <20200509-010902.sv108747.83689@savannah.gnu.org> <20200508-201330.sv93119.81014@savannah.gnu.org> <20200509-011403.sv108747.50707@savannah.gnu.org> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain;charset=UTF-8 |
| X-Trace | usenet.stanford.edu 1588986846 14018 209.51.188.17 (9 May 2020 01:14:06 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | "G. Branden Robinson" <g.branden.robinson@gmail.com>, Dave <saint.snit@gmail.com>, bug-groff@gnu.org |
| Envelope-to | bug-groff@gnu.org |
| X-PHP-Originating-Script | 1001:sendmail.php |
| X-Savane-Server | savannah.gnu.org:443 [209.51.188.72] |
| X-Savane-Project | groff |
| X-Savane-Tracker | bugs |
| X-Savane-Item-ID | 54101 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
| X-Apparently-From | 1.129.111.28 (Savane authenticated user gbranden) |
| In-Reply-To | <20200508-201330.sv93119.81014@savannah.gnu.org> |
| X-BeenThere | bug-groff@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | "Bug reports for the GNU version of nroff, troff et al" <bug-groff.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-groff>, <mailto:bug-groff-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-groff> |
| List-Post | <mailto:bug-groff@gnu.org> |
| List-Help | <mailto:bug-groff-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-groff>, <mailto:bug-groff-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20200509-011403.sv108747.50707@savannah.gnu.org> |
| X-Mailman-Original-References | <20180612-014621.sv93119.14895@savannah.gnu.org> <20180613-095243.sv93119.92228@savannah.gnu.org> <20180616-170511.sv108747.63960@savannah.gnu.org> <20180616-133428.sv93119.4912@savannah.gnu.org> <20180616-235027.sv108747.41913@savannah.gnu.org> <20180618-061236.sv93119.46396@savannah.gnu.org> <20200507-020849.sv108747.13198@savannah.gnu.org> <20200507-020906.sv108747.30605@savannah.gnu.org> <20200507-022001.sv108747.42904@savannah.gnu.org> <20200507-024038.sv108747.99596@savannah.gnu.org> <20200507-221442.sv108747.71097@savannah.gnu.org> <20200508-042137.sv93119.89972@savannah.gnu.org> <20200508-092742.sv108747.69447@savannah.gnu.org> <20200508-220831.sv108747.71955@savannah.gnu.org> <20200508-231422.sv108747.78460@savannah.gnu.org> <20200509-010902.sv108747.83689@savannah.gnu.org> <20200508-201330.sv93119.81014@savannah.gnu.org> |
| Xref | csiph.com gnu.groff.bug:1853 |
Show key headers only | View raw
Follow-up Comment #15, bug #54101 (project groff):
Naturally I'd goof the commit ID when making a reference to Rocky and
Bullwinkle.
commit 3704a6b25e2886fae1491df08a6d6a25f6d4f7ad
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date: Sat May 9 09:44:47 2020 +1000
Further improve .ss documentation.
More strongly distinguish the minimality (adjustability) of inter-word
space and fixedness (non-adjustability) of inter-sentence space. This
was the main point of the problem report, Savannah #54101.
* doc/groff.texi:
+ Note that negative values are not permitted in either argument to
.ss. (Right now the prohibition is enforced by assertion failure
and core dump; see Savannah #58337.)
+ Add index nodes to help readers find discussion of details of
spacing between words and sentences.
+ Improve grammar.
* man/groff.7.man: Make descriptions of \n[.ss] and \n[.sss] more
self-contained.
* man/groff_diff.7.man: Sync with applicable change to groff.texi.
Thanks to Dave Kemper for his feedback.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?54101>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
Back to gnu.groff.bug | Previous | Next | Find similar
[bug #54101] documentation for .ss either incorrect or incomplete "G. Branden Robinson" <INVALID.NOREPLY@gnu.org> - 2020-05-08 21:14 -0400
csiph-web