Date: Sun, 12 Mar 2017 04:57:35 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r315128 - stable/11/share/man/man4 Message-ID: <201703120457.v2C4vZmW054961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Mar 12 04:57:35 2017 New Revision: 315128 URL: https://svnweb.freebsd.org/changeset/base/315128 Log: MFC r314545: Add missing section to .Xr macro calls for wpifw(4) The driver manpage for wpifw(4) is missing, but will be added soon. This fixes the other 2 .Xr calls lacking sections to match the 3rd, syntactically correct, reference in the SEE ALSO section. Modified: stable/11/share/man/man4/wpi.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/wpi.4 ============================================================================== --- stable/11/share/man/man4/wpi.4 Sun Mar 12 04:57:21 2017 (r315127) +++ stable/11/share/man/man4/wpi.4 Sun Mar 12 04:57:35 2017 (r315128) @@ -85,7 +85,7 @@ driver offloads both encryption and decr hardware for the CCMP cipher. .Pp This driver requires the firmware built with the -.Nm wpifw +.Nm wpifw 4 module to work. .Pp The @@ -144,7 +144,7 @@ The driver failed to load the firmware i .Xr firmware 9 subsystem. Verify the -.Xr wpifw +.Xr wpifw 4 firmware module is installed. .It "wpi%d: %s: timeout waiting for adapter to initialize, error %d" The onboard microcontroller failed to initialize in time.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703120457.v2C4vZmW054961>