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

Diff for /mandoc/man.7 between version 1.143 and 1.147

version 1.143, 2019/03/02 22:04:40 version 1.147, 2020/10/28 15:31:37
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2011-2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2011-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org>
 .\" Copyright (c) 2017 Anthony Bentley <bentley@openbsd.org>  .\" Copyright (c) 2017 Anthony Bentley <bentley@openbsd.org>
 .\" Copyright (c) 2010 Joerg Sonnenberger <joerg@netbsd.org>  .\" Copyright (c) 2010 Joerg Sonnenberger <joerg@netbsd.org>
 .\"  .\"
Line 127  Sets the volume for the footer for compatibility with 
Line 127  Sets the volume for the footer for compatibility with 
 .At  .At
 releases.  releases.
 The optional arguments specify which release it is from.  The optional arguments specify which release it is from.
   This macro is an extension that first appeared in
   .Bx 4.3 .
 .It Ic B  .It Ic B
 Text is rendered in bold face.  Text is rendered in bold face.
 .It Ic BI  .It Ic BI
Line 160  This has no effect unless the tabulator positions were
Line 162  This has no effect unless the tabulator positions were
 .Ic ta  .Ic ta
 request.  request.
 .It Ic EE  .It Ic EE
 This is a non-standard GNU extension.  This is a non-standard Version 9
   .At
   extension later adopted by GNU.
 In  In
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
 it does the same as the  it does the same as the
Line 168  it does the same as the
Line 172  it does the same as the
 .Ic fi  .Ic fi
 request (switch to fill mode).  request (switch to fill mode).
 .It Ic EX  .It Ic EX
 This is a non-standard GNU extension.  This is a non-standard Version 9
   .At
   extension later adopted by GNU.
 In  In
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
 it does the same as the  it does the same as the
Line 251  is usually a command-line flag and
Line 257  is usually a command-line flag and
 .Ar value  .Ar value
 its argument.  its argument.
 .It Ic P  .It Ic P
 A synonym for  This synonym for
 .Ic PP .  .Ic PP
   is an
   .At III
   extension later adopted by
   .Bx 4.3 .
 .It Ic PD  .It Ic PD
 Specify the vertical space to be inserted before each new paragraph.  Specify the vertical space to be inserted before each new paragraph.
 .br  .br
Line 339  See also
Line 349  See also
 .It Ic SB  .It Ic SB
 Text is rendered in small size (one point smaller than the default font)  Text is rendered in small size (one point smaller than the default font)
 bold face.  bold face.
   This macro is an extension that probably first appeared in SunOS 4.0
   and was later adopted by GNU and by
   .Bx 4.4 .
 .It Ic SH  .It Ic SH
 Begin a section.  Begin a section.
 The scope of a section is only closed by another section or the end of  The scope of a section is only closed by another section or the end of
Line 431  Sets the volume for the footer for compatibility with 
Line 444  Sets the volume for the footer for compatibility with 
 .Bx  .Bx
 releases.  releases.
 The optional first argument specifies which release it is from.  The optional first argument specifies which release it is from.
   This macro is an extension that first appeared in
   .Bx 3 .
 .It Ic UE  .It Ic UE
 End a uniform resource identifier block started with  End a uniform resource identifier block started with
 .Ic UR .  .Ic UR .
Line 496  The syntax is as follows:
Line 511  The syntax is as follows:
 .It Ic BI  Ta    n         Ta    current   Ta    \&  .It Ic BI  Ta    n         Ta    current   Ta    \&
 .It Ic BR  Ta    n         Ta    current   Ta    \&  .It Ic BR  Ta    n         Ta    current   Ta    \&
 .It Ic DT  Ta    0         Ta    current   Ta    \&  .It Ic DT  Ta    0         Ta    current   Ta    \&
 .It Ic EE  Ta    0         Ta    current   Ta    GNU  .It Ic EE  Ta    0         Ta    current   Ta    Version 9 At
 .It Ic EX  Ta    0         Ta    current   Ta    GNU  .It Ic EX  Ta    0         Ta    current   Ta    Version 9 At
 .It Ic I   Ta    n         Ta    next-line Ta    \&  .It Ic I   Ta    n         Ta    next-line Ta    \&
 .It Ic IB  Ta    n         Ta    current   Ta    \&  .It Ic IB  Ta    n         Ta    current   Ta    \&
 .It Ic IR  Ta    n         Ta    current   Ta    \&  .It Ic IR  Ta    n         Ta    current   Ta    \&
Line 597  The
Line 612  The
 language first appeared as a macro package for the roff typesetting  language first appeared as a macro package for the roff typesetting
 system in  system in
 .At v7 .  .At v7 .
 It was later rewritten by James Clark as a macro package for groff.  .Pp
 Eric S. Raymond wrote the extended  
 .Nm  
 macros for groff in 2007.  
 The stand-alone implementation that is part of the  The stand-alone implementation that is part of the
 .Xr mandoc 1  .Xr mandoc 1
 utility written by Kristaps Dzonsons appeared in  utility first appeared in
 .Ox 4.6 .  .Ox 4.6 .
 .Sh AUTHORS  .Sh AUTHORS
 This  .An -nosplit
   .An Douglas McIlroy Aq Mt m.douglas.mcilroy@dartmouth.edu
   designed and implemented the original version of these macros,
   wrote the original version of this manual page,
   and was the first to use them when he edited volume 1 of the
   .At v7
   manual pages.
   .Pp
   .An James Clark
   later rewrote the macros for groff.
   .An Eric S. Raymond Aq Mt esr@thyrsus.com
   and
   .An Werner Lemberg Aq Mt wl@gnu.org
   added the extended
 .Nm  .Nm
 reference was written by  macros to groff in 2007.
   .Pp
   The
   .Xr mandoc 1
   program and this
   .Nm
   reference were written by
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .  .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.147

CVSweb