aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-23 15:32:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-23 15:32:31 +0000
commitf00645b3f034b0f8b6e9f6000b975e00204900ea (patch)
tree96fd964697bb9b6ff2f13212812bfe76b547bdc2
parent5ec5bfcdc0a17ff36ccc5b21ab1a1e407206d3c2 (diff)
downloadmandoc-f00645b3f034b0f8b6e9f6000b975e00204900ea.tar.gz
mandoc-f00645b3f034b0f8b6e9f6000b975e00204900ea.tar.zst
mandoc-f00645b3f034b0f8b6e9f6000b975e00204900ea.zip
Deprecate .Lp, use .Pp instead.
Simplicity matters, and fewer macros is simpler. OK jmc@
-rw-r--r--mdoc.78
1 files changed, 4 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index 5c07434c..b642212f 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.271 2018/07/28 18:34:15 schwarze Exp $
+.\" $Id: mdoc.7,v 1.272 2018/12/23 15:32:31 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011, 2013-2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2018 $
+.Dd $Mdocdate: December 23 2018 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -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.