Lines Matching +full:sub +full:- +full:block
4 .\" Copyright (c) 2011-2015,2017-2020,2023 Ingo Schwarze <schwarze@openbsd.org>
52 They provide free-form text to be printed; the formatting of the text
54 .Bd -literal -offset indent
79 .Bd -literal -offset indent
80 \&.TH PROGNAME 1 1979-01-10
87 Deprecated and non-portable macros are not included in the overview,
89 .Ss Page header and footer meta-data
90 .Bl -column "RS, RE" description
96 .Bl -column "RS, RE" description
108 .Bl -column "RS, RE" description
125 .Bl -tag -width 3n
166 End an example block started with
178 Begin a block to display an example.
187 request (switch to no-fill mode).
189 Begin a paragraph whose initial output line is left-justified, but
223 It's saved for later paragraph left-margins; if unspecified, the saved or
239 End a mailto block started with
243 Begin a mailto block.
246 .Bd -unfilled -offset indent
252 Optional command-line argument.
260 is usually a command-line flag and
302 sub-section, section, or end of file.
303 The saved paragraph left-margin width is reset to the default.
322 block is closed out.
363 The paragraph left-margin width is reset to the default.
368 Begin a sub-section.
369 The scope of a sub-section is closed by a subsequent sub-section,
371 The paragraph left-margin width is reset to the default.
373 Begin a synopsis block with the following syntax:
374 .Bd -unfilled -offset indent
398 .Sy YYYY-MM-DD
399 as specified in the ISO-8601 standard;
419 .Dl \&.TH CVS 5 "1992-02-12" GNU
426 .Bd -unfilled -offset indent
437 If specified, it's saved for later paragraph left-margins; if
452 End a uniform resource identifier block started with
456 Begin a uniform resource identifier block.
459 .Bd -unfilled -offset indent
465 End a synopsis block started with
477 This value is reset upon the next paragraph, section, or sub-section.
482 macros are classified by scope: line scope or block scope.
485 Block macros are scoped to the current line and subsequent lines until
486 closed by another block macro.
493 .Bd -literal -offset indent
500 If next-line macros are invoked consecutively, only the last is used.
501 If a next-line macro is followed by a non-next-line macro, an error is
505 .Bd -literal -offset indent
509 .Bl -column "MacroX" "ArgumentsX" "ScopeXXXXX" "CompatX" -offset indent
512 .It Ic B Ta n Ta next-line Ta \&
518 .It Ic I Ta n Ta next-line Ta \&
525 .It Ic SB Ta n Ta next-line Ta \&
526 .It Ic SM Ta n Ta next-line Ta \&
531 .Ss Block Macros
532 Block macros comprise a head and body.
533 As with in-line macros, the head is scoped to the current line and, in
534 one circumstance, the next line (the next-line stipulations as in
539 .Bd -literal -offset indent
548 sub-section, closed by a section or
550 or paragraph, closed by a section, sub-section,
560 No closure refers to an explicit block closing macro.
562 As a rule, block macros may not be nested; thus, calling a block macro
563 while another block macro scope is open, and the open scope is not
565 .Bl -column "MacroX" "ArgumentsX" "Head ScopeX" "sub-sectionX" "compatX" -offset indent
576 .It Ic SH Ta >0 Ta next-line Ta section Ta \&
577 .It Ic SS Ta >0 Ta next-line Ta sub-section Ta \&
579 .It Ic TP Ta n Ta next-line Ta paragraph Ta \&
580 .It Ic TQ Ta n Ta next-line Ta paragraph Ta GNU
586 If a block macro is next-line scoped, it may only be followed by in-line
618 The stand-alone implementation that is part of the
623 .An -nosplit