Date: Wed, 29 Jun 2022 08:19:27 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c3bf44b542fc - stable/13 - ifconfig.8: Fix quoting Message-ID: <202206290819.25T8JRQa005299@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c3bf44b542fc2bce5f836f73e0ca78e126c5143a commit c3bf44b542fc2bce5f836f73e0ca78e126c5143a Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2022-03-30 15:41:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-06-29 08:15:10 +0000 ifconfig.8: Fix quoting Obtained from: https://github.com/freebsd/freebsd-src/commit/67d77afb0dde9aa627635a0c4e28a8fa5a64db6c#r69907135 Fixes: 67d77afb0dde ifconfig.8: Do not use ``'' for quoting MFC after: 2 weeks (cherry picked from commit 607eed2f84b2c84ef358a98c22467460c423c1a2) --- sbin/ifconfig/ifconfig.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 6b025c323638..69e6d5799492 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -662,7 +662,8 @@ mcast (directed to a broadcast or multicast address), or magic .Po unicast or multicast frames with a -.Dq magic contents Pc . +.Dq magic contents +.Pc . Not all devices support WOL, those that do indicate the mechanisms they support in their capabilities. .Cm wol
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206290819.25T8JRQa005299>