diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-23 15:32:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-23 15:32:31 +0000 |
commit | 8398d7e00bec60ee41dc2c869404ac6db5112b9e (patch) | |
tree | f04d59b4f43f310c58e506cb095397ca19a30f75 /mdoc.7 | |
parent | 8f6f8a26f2c3997c0f75b4cfa41af7aaeab54501 (diff) | |
download | mandoc-8398d7e00bec60ee41dc2c869404ac6db5112b9e.tar.gz |
Deprecate .Lp, use .Pp instead.
Simplicity matters, and fewer macros is simpler.
OK jmc@
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -449,7 +449,7 @@ in the alphabetical .It Sx \&Ss Ta subsection header (one line) .It Sx \&Sx Ta internal cross reference to a section or subsection .It Sx \&Xr Ta cross reference to another manual page: Ar name section -.It Sx \&Pp , \&Lp Ta start a text paragraph (no arguments) +.It Sx \&Pp Ta start a text paragraph (no arguments) .El .Ss Displays and lists .Bl -column "Brq, Bro, Brc" description @@ -1943,7 +1943,7 @@ Examples: See also .Sx \&Mt . .Ss \&Lp -Synonym for +Deprecated synonym for .Sx \&Pp . .Ss \&Ms Display a mathematical symbol. |