]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Catchup with the times:
authorhoek <hoek@FreeBSD.org>
Tue, 16 May 2000 17:19:32 +0000 (17:19 +0000)
committerhoek <hoek@FreeBSD.org>
Tue, 16 May 2000 17:19:32 +0000 (17:19 +0000)
commit1a0f0d667f40ba738196decf5452b17c658891a5
treefbec24d591cca1d7a4ca9b19d672c978f21ffdc3
parent0bc0cc9ee0e4f3912b346233ef0f241bdfc44c76
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).
usr.bin/more/more.1