Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 17:28:29 +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: r367621 - head/share/examples/mdoc
Message-ID:  <202011121728.0ACHSTEi084943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Thu Nov 12 17:28:29 2020
New Revision: 367621
URL: https://svnweb.freebsd.org/changeset/base/367621

Log:
  Remove macros from the width arguments passed to Bl macros
  
  I've not removed the Er macro from one of the lists in example.9, however,
  because it seems to be doing some special kind of magic. Let's leave it
  there for now.

Modified:
  head/share/examples/mdoc/example.1
  head/share/examples/mdoc/example.3
  head/share/examples/mdoc/example.4
  head/share/examples/mdoc/example.9

Modified: head/share/examples/mdoc/example.1
==============================================================================
--- head/share/examples/mdoc/example.1	Thu Nov 12 17:26:19 2020	(r367620)
+++ head/share/examples/mdoc/example.1	Thu Nov 12 17:28:29 2020	(r367621)
@@ -47,7 +47,7 @@ It is intended that this example can be used as a temp
 when writing a new manual page.
 .Pp
 The options are as follows:
-.Bl -tag -width ".Fl d Ar argument"
+.Bl -tag -width "-d Ar argument"
 .It Fl a
 Example optional
 .Fl a
@@ -76,7 +76,7 @@ command ignores the
 .Ev EXAMPLE
 environment variable.
 .Sh FILES
-.Bl -tag -width ".Pa /dev/null" -compact
+.Bl -tag -width "/dev/null" -compact
 .It Pa /dev/null
 Example of a file in the
 .Sx FILES

Modified: head/share/examples/mdoc/example.3
==============================================================================
--- head/share/examples/mdoc/example.3	Thu Nov 12 17:26:19 2020	(r367620)
+++ head/share/examples/mdoc/example.3	Thu Nov 12 17:28:29 2020	(r367621)
@@ -57,7 +57,7 @@ and
 The argument
 .Fa mode
 may have one of the following values:
-.Bl -tag -width ".Dv EXAMPLE_ONE"
+.Bl -tag -width "EXAMPLE_ONE"
 .It Dv EXAMPLE_ONE
 First example of a defined variable.
 .Dv EXAMPLE_ONE
@@ -86,7 +86,7 @@ library function ignores the
 .Ev EXAMPLE
 environment variable.
 .Sh FILES
-.Bl -tag -width ".Pa /dev/null" -compact
+.Bl -tag -width "/dev/null" -compact
 .It Pa /dev/null
 Example of a file in the
 .Sx FILES

Modified: head/share/examples/mdoc/example.4
==============================================================================
--- head/share/examples/mdoc/example.4	Thu Nov 12 17:26:19 2020	(r367620)
+++ head/share/examples/mdoc/example.4	Thu Nov 12 17:28:29 2020	(r367621)
@@ -59,7 +59,7 @@ when writing a new manual page.
 The
 .Nm
 driver supports the following ioctls:
-.Bl -tag -width ".Dv EIOCNULL"
+.Bl -tag -width "EIOCNULL"
 .It Dv EIOCEX
 Example ioctl.
 .It Dv EIOCNULL

Modified: head/share/examples/mdoc/example.9
==============================================================================
--- head/share/examples/mdoc/example.9	Thu Nov 12 17:26:19 2020	(r367620)
+++ head/share/examples/mdoc/example.9	Thu Nov 12 17:28:29 2020	(r367621)
@@ -54,7 +54,7 @@ and
 The argument
 .Fa mode
 may have one of the following values:
-.Bl -tag -width ".Dv EXAMPLE_ONE"
+.Bl -tag -width "EXAMPLE_ONE"
 .It Dv EXAMPLE_ONE
 First example of a defined variable.
 .Dv EXAMPLE_ONE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011121728.0ACHSTEi084943>