Date: Sun, 10 Mar 2019 20:58:59 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r344985 - head/share/man/man5 Message-ID: <201903102058.x2AKwxK9050490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer) Date: Sun Mar 10 20:58:59 2019 New Revision: 344985 URL: https://svnweb.freebsd.org/changeset/base/344985 Log: 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 Modified: head/share/man/man5/style.mdoc.5 Modified: head/share/man/man5/style.mdoc.5 ============================================================================== --- head/share/man/man5/style.mdoc.5 Sun Mar 10 20:58:24 2019 (r344984) +++ head/share/man/man5/style.mdoc.5 Sun Mar 10 20:58:59 2019 (r344985) @@ -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 @@ -90,7 +90,6 @@ The following command does something different. \&.Ed \&.Pp It is good to know this command. -\&.El \&.El .Ed .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903102058.x2AKwxK9050490>