Lines Matching +full:literal +full:- +full:block
3 .\" Copyright (c) 2011-2015, 2017-2020, 2023, 2025
53 They provide free-form text to be printed; the formatting of the text
55 .Bd -literal -offset indent
80 .Bd -literal -offset indent
81 \&.TH PROGNAME 1 1979-01-10
88 Deprecated and non-portable macros are not included in the overview,
90 .Ss Page header and footer meta-data
91 .Bl -column "RS, RE" description
97 .Bl -column "RS, RE" description
110 .Bl -column "RS, RE" description
127 .Bl -tag -width 3n
168 End an example block started with
180 Begin a block to display an example.
189 request (switch to no-fill mode).
191 Begin a paragraph whose initial output line is left-justified, but
220 It's saved for later paragraph left-margins; if unspecified, the saved or
236 End a mailto block started with
251 Begin a mailto block.
254 .Bd -unfilled -offset indent
260 Optional command-line argument.
272 is usually a command-line flag and
314 sub-section, section, or end of file.
315 The saved paragraph left-margin width is reset to the default.
334 block is closed out.
375 The paragraph left-margin width is reset to the default.
380 Begin a sub-section.
381 The scope of a sub-section is closed by a subsequent sub-section,
383 The paragraph left-margin width is reset to the default.
385 Begin a synopsis block with the following syntax:
386 .Bd -unfilled -offset indent
410 .Sy YYYY-MM-DD
411 as specified in the ISO-8601 standard;
431 .Dl \&.TH CVS 5 "1992-02-12" GNU
438 .Bd -unfilled -offset indent
449 If specified, it's saved for later paragraph left-margins; if
464 End a uniform resource identifier block started with
468 Begin a uniform resource identifier block.
471 .Bd -unfilled -offset indent
477 End a synopsis block started with
489 This value is reset upon the next paragraph, section, or sub-section.
494 macros are classified by scope: line scope or block scope.
497 Block macros are scoped to the current line and subsequent lines until
498 closed by another block macro.
505 .Bd -literal -offset indent
512 If next-line macros are invoked consecutively, only the last is used.
513 If a next-line macro is followed by a non-next-line macro, an error is
517 .Bd -literal -offset indent
518 \&.\e" current-line syntax
521 \&.\e" next-line syntax
525 .Bl -column -offset indent\
549 .Ss Block Macros
550 Block macros comprise a head and body.
551 As with in-line macros, the head is scoped to the current line or,
552 for some macros, to the next line (the next-line stipulations as in
557 .Bd -literal -offset indent
558 \&.\e" current-line syntax
563 \&.\e" next-line syntax
573 sub-section, closed by a section or
575 paragraph, closed by a section, sub-section,
586 or to an explicit block closing macro.
588 As a rule, block macros may not be nested; thus, calling a block macro
589 while another block macro scope is open, and the open scope is not
591 .Bl -column -offset indent\
592 "Macro" "Arguments" "curr and next" "sub-section" "Notes"
604 .It Ic SS Ta 1 or more Ta curr or next Ta sub-section Ta \&
613 If a block macro is next-line scoped, it may only be followed by in-line
645 The stand-alone implementation that is part of the
650 .An -nosplit