style.mdoc.5: Fix formatting issues
Reviewed by: bcr Approved by: bcr (doc) Approved by: krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D19532
This commit is contained in:
parent
9721774b12
commit
555e85f9cd
@ -1,7 +1,7 @@
|
||||
.\"
|
||||
.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
||||
.\"
|
||||
.\" Copyright (c) 2018 Mateusz Piotrowski <0mp@FreeBSD.org>
|
||||
.\" Copyright (c) 2018-2019 Mateusz Piotrowski <0mp@FreeBSD.org>
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 29, 2018
|
||||
.Dd March 10, 2019
|
||||
.Dt STYLE.MDOC 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -76,13 +76,13 @@ Format the
|
||||
section in the following way:
|
||||
.Bd -literal -offset indent
|
||||
\&.Bl -tag -width 0n
|
||||
\&.It Sy Example 1\&: No Doing Something
|
||||
\&.It Sy Example 1\\&: No Doing Something
|
||||
\&.Pp
|
||||
The following command does something.
|
||||
\&.Bd -literal -offset 2n
|
||||
\&.Li # Ic make -VLEGAL
|
||||
\&.Ed
|
||||
\&.It Sy Example 2\&: No Doing Something Different
|
||||
\&.It Sy Example 2\\&: No Doing Something Different
|
||||
\&.Pp
|
||||
The following command does something different.
|
||||
\&.Bd -literal -offset 2n
|
||||
@ -91,7 +91,6 @@ The following command does something different.
|
||||
\&.Pp
|
||||
It is good to know this command.
|
||||
\&.El
|
||||
\&.El
|
||||
.Ed
|
||||
.Pp
|
||||
which renders as:
|
||||
|
Loading…
Reference in New Issue
Block a user