Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 10:19:33 -0700 (PDT)
From:      Tim Vanderhoek <hoek@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/more more.1
Message-ID:  <200005161719.KAA20308@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hoek        2000/05/16 10:19:33 PDT

  Modified files:
    usr.bin/more         more.1 
  Log:
  Catchup with the times:
  
   - Avoid use of word that Americans don't know how to spell
   - Avoid use of capital letters when referring to command names
   - Bookmarks do span files
   - Use .Qq where appropriate.  I didn't use .Sq or .Dq where `' and ``''
     appear, since it's not clear to me what modern usage of those two
     macros is.
   - Say simply: ``See .Xr xxx 1'' rather than ``See the .Xr xxx 1 command''.
     This former style has undoubtedly increased in popularity due to
     html and hyperlinks, but it's always been around (esp. for manpage
     sections other than section 1).
   - Use .St
   - Dedocument use of `-' to mean that `more` should read from its
     standard input.  The modern preferred way to read from standard
     input is by specifying /dev/stdin.  This is not a prelude to changing
     more's behaviour within the short term (ie. at least 3-4 years).
  
  Revision  Changes    Path
  1.20      +43 -26    src/usr.bin/more/more.1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005161719.KAA20308>