Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2010 13:29:48 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207325 - head/share/man/man9
Message-ID:  <201004281329.o3SDTmRN043461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Wed Apr 28 13:29:48 2010
New Revision: 207325
URL: http://svn.freebsd.org/changeset/base/207325

Log:
  Couple of fixes from DragonFly (typos).
  
  Obtained from:	DragonFlyBSD

Modified:
  head/share/man/man9/ieee80211.9
  head/share/man/man9/ieee80211_node.9

Modified: head/share/man/man9/ieee80211.9
==============================================================================
--- head/share/man/man9/ieee80211.9	Wed Apr 28 13:26:30 2010	(r207324)
+++ head/share/man/man9/ieee80211.9	Wed Apr 28 13:29:48 2010	(r207325)
@@ -25,11 +25,11 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 29, 2010
-.Dt NET80211 9
+.Dd April 28, 2010
+.Dt IEEE80211 9
 .Os
 .Sh NAME
-.Nm net80211
+.Nm IEEE80211 
 .Nd 802.11 network layer
 .Sh SYNOPSIS
 .In net80211/ieee80211_var.h

Modified: head/share/man/man9/ieee80211_node.9
==============================================================================
--- head/share/man/man9/ieee80211_node.9	Wed Apr 28 13:26:30 2010	(r207324)
+++ head/share/man/man9/ieee80211_node.9	Wed Apr 28 13:29:48 2010	(r207325)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 29, 2010
+.Dd April 28, 2010
 .Dt IEEE80211_NODE 9
 .Os
 .Sh NAME
@@ -152,7 +152,7 @@ displays the contents of a single node w
 .Fn ieee80211_dump_nodes
 displays the contents of the specified node table.
 Nodes may also be displayed using
-.Xr ddb 9
+.Xr ddb 4
 with the
 .Dq show node
 directive and the station node table can be displayed with



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