Changes between Initial Version and Version 1 of Ticket #4271, comment 8


Ignore:
Timestamp:
08/18/21 17:35:35 (3 years ago)
Author:
ZlatkO
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4271, comment 8

    initial v1  
    77 
    881. Split `export COLUMNS=-...` into `COLUMNS=...; export COLUMNS` 
    9 2. Wrap the whole thing in ``if [ "$(uname -s)" = "Linux" ]; then ...; fi`` (note that I use $(uname) instead of <backtick>uname<backtick> only because Trac's "inline code" formatting sequence is the backtick character itself, and I haven't found a way to escape it) 
     92. Wrap the whole thing in {{{if [ "`uname -s`" = "Linux" ]; then ...; fi}}} 
    1010 
    1111Concerning the third one, I'd rather be knowingly violating the accepted typesetting standards than having to put up with annoying error messages in little red boxes that I have to shush away with an extra key press every time one pops up into my face. We're not layouting a book here that should be as pleasing to the eye to read as possible, after all, we're only trying to display a manual page in a terminal window with as little annoyance for the user as possible.