Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 15:22:51 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 59bacfdb5dd3 - stable/12 - MFC r368800: devd.conf(5): Fix a mandoc related issue
Message-ID:  <202012271522.0BRFMpTL005685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=59bacfdb5dd3a84db9181b5e13261a9aebafa566

commit 59bacfdb5dd3a84db9181b5e13261a9aebafa566
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2020-12-19 11:03:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2020-12-27 15:22:01 +0000

    MFC r368800: devd.conf(5): Fix a mandoc related issue
    
    - sections out of conventional order: Sh SEE ALSO
    
    (cherry picked from commit 226f43e757ff7a0f945f9deb0fb1481a752274bc)
---
 sbin/devd/devd.conf.5 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 450bec71cf58..13cd5bd65a22 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -716,3 +716,6 @@ has many additional examples.
 .Xr devfs 5 ,
 .Xr re_format 7 ,
 .Xr devd 8
+.Sh BUGS
+The variable expansion's interaction with single quotes is
+suboptimal and surprising.



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