user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/3] doc: check-man: use COLUMNS env for width
  2019-10-16 11:14  6% [PATCH 0/3] another round of doc updates Eric Wong
@ 2019-10-16 11:14  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-10-16 11:14 UTC (permalink / raw)
  To: meta

That's the environment documented in ncurses(3) and man(1) from
the man-db.nongnu.org distribution of man.
---
 Documentation/include.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/include.mk b/Documentation/include.mk
index 2878422c..07b9f2a3 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -92,7 +92,7 @@ doc_install :: install-man
 # n.b. not sure if our usage of man(1) is portable or not, so not
 # enabled by default "check" target:
 # check :: check-man
-check_man = @echo CHECK80 $<;COLS=80 $(MAN) ./$^ | \
+check_man = @echo CHECK80 $<;COLUMNS=80 $(MAN) ./$^ | \
 	$(AWK) '{gsub(/\b./,"")}length>80{print;err=1}END{exit(err)}' >&2
 
 %.1.cols : %.1; $(check_man)

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] another round of doc updates...
@ 2019-10-16 11:14  6% Eric Wong
  2019-10-16 11:14  7% ` [PATCH 1/3] doc: check-man: use COLUMNS env for width Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-10-16 11:14 UTC (permalink / raw)
  To: meta

Waddling towards being less confusing to newbies
(I hope...)

Eric Wong (3):
  doc: check-man: use COLUMNS env for width
  doc: update public-inbox-overview(7) for v2
  doc: avoid [<directory>] arg for git-clone(1)

 AUTHORS                                 |  2 +-
 Documentation/dc-dlvr-spam-flow.txt     |  2 +-
 Documentation/include.mk                |  2 +-
 Documentation/public-inbox-overview.pod | 68 ++++++++++++++++---------
 README                                  |  4 +-
 lib/PublicInbox/WwwStream.pm            |  5 +-
 6 files changed, 52 insertions(+), 31 deletions(-)


^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-10-16 11:14  6% [PATCH 0/3] another round of doc updates Eric Wong
2019-10-16 11:14  7% ` [PATCH 1/3] doc: check-man: use COLUMNS env for width Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).