Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 04:57:22 +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-10@freebsd.org
Subject:   svn commit: r315127 - stable/10/share/man/man4
Message-ID:  <201703120457.v2C4vMK6054908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Mar 12 04:57:21 2017
New Revision: 315127
URL: https://svnweb.freebsd.org/changeset/base/315127

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/10/share/man/man4/wpi.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/wpi.4
==============================================================================
--- stable/10/share/man/man4/wpi.4	Sun Mar 12 04:56:21 2017	(r315126)
+++ stable/10/share/man/man4/wpi.4	Sun Mar 12 04:57:21 2017	(r315127)
@@ -69,7 +69,7 @@ For more information on configuring this
 .Xr ifconfig 8 .
 .Pp
 This driver requires the firmware built with the
-.Nm wpifw
+.Nm wpifw 4
 module to work.
 .Sh FILES
 .Bl -tag -width ".Pa /usr/share/doc/legal/intel_wpi/LICENSE" -compact
@@ -107,7 +107,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: fatal firmware error"
 An unknown error has occurred in the uploaded firmware, you may have to



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