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

Diff for /mandoc/roff.7 between version 1.115 and 1.118

version 1.115, 2020/10/28 21:07:47 version 1.118, 2022/05/30 23:03:47
Line 1 
Line 1 
 .\"     $Id$  .\" $Id$
 .\"  .\"
   .\" Copyright (c) 2010-2019, 2022 Ingo Schwarze <schwarze@openbsd.org>
 .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010-2019 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 624  Its syntax can be either
Line 624  Its syntax can be either
 .Pp  .Pp
 or  or
 .Bd -literal -offset indent  .Bd -literal -offset indent
 .Pf . Ic \&de Ar macroname Ar endmacro  .Pf . Ic \&de Ar macroname endmacro
 .Ar definition  .Ar definition
 .Pf . Ar endmacro  .Pf . Ar endmacro
 .Ed  .Ed
Line 2166  Break the output line at the end of the current word.
Line 2166  Break the output line at the end of the current word.
 Set number register; ignored by  Set number register; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
 .It Ic \er  .It Ic \er
 Move up by one line; ignored by  Reverse line feed: move up by one output line.
 .Xr mandoc 1 .  Currently unsupported.
 .It Ic \eS\(aq Ns Ar number Ns Ic \(aq  .It Ic \eS\(aq Ns Ar number Ns Ic \(aq
 Slant output; ignored by  Slant output; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
Line 2188  Horizontal tab; ignored by
Line 2188  Horizontal tab; ignored by
 Move up by half a line; ignored by  Move up by half a line; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
 .It Ic \eV[ Ns Ar name Ns Ic \&]  .It Ic \eV[ Ns Ar name Ns Ic \&]
 Interpolate an environment variable; ignored by  Interpolate an environment variable.
 .Xr mandoc 1 .  
 For short names, there are variants  For short names, there are variants
 .Ic \eV Ns Ar c  .Ic \eV Ns Ar c
 and  and
 .Ic \eV( Ns Ar cc .  .Ic \eV( Ns Ar cc .
   This escape sequence is intentionally unsupported;
   .Xr mandoc 1
   prints the string
   .Dq Pf $ Brq Ar name
   instead of inspecting the environment.
 .It Ic \ev\(aq Ns Ar number Ns Ic \(aq  .It Ic \ev\(aq Ns Ar number Ns Ic \(aq
 Vertical motion; ignored by  Vertical motion; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.118

CVSweb