[BACK]Return to mandoc.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.1 between version 1.219 and 1.222

version 1.219, 2017/09/07 14:55:12 version 1.222, 2018/03/16 15:05:44
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2012, 2014-2018 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 118  With
Line 118  With
 all input files are interpreted as  all input files are interpreted as
 .Xr man 7 .  .Xr man 7 .
 By default, the input language is automatically detected for each file:  By default, the input language is automatically detected for each file:
 if the the first macro is  if the first macro is
 .Ic \&Dd  .Ic \&Dd
 or  or
 .Ic \&Dt ,  .Ic \&Dt ,
Line 875  A single manual page contains two copies of the RCS id
Line 875  A single manual page contains two copies of the RCS id
 the same operating system.  the same operating system.
 Consider deleting the later instance and moving the first one up  Consider deleting the later instance and moving the first one up
 to the top of the page.  to the top of the page.
 .It Sy "typo in section name"  .It Sy "possible typo in section name"
 .Pq mdoc  .Pq mdoc
 Fuzzy string matching revealed that the argument of an  Fuzzy string matching revealed that the argument of an
 .Ic \&Sh  .Ic \&Sh
Line 952  An
Line 952  An
 request occurs even though the document already switched to no-fill mode  request occurs even though the document already switched to no-fill mode
 and did not switch back to fill mode yet.  and did not switch back to fill mode yet.
 It has no effect.  It has no effect.
   .It Sy "verbatim \(dq--\(dq, maybe consider using \e(em"
   .Pq mdoc
   Even though the ASCII output device renders an em-dash as
   .Qq \-\- ,
   that is not a good way to write it in an input file
   because it renders poorly on all other output devices.
 .It Sy "function name without markup"  .It Sy "function name without markup"
 .Pq mdoc  .Pq mdoc
 A word followed by an empty pair of parentheses occurs on a text line.  A word followed by an empty pair of parentheses occurs on a text line.

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.222

CVSweb