From owner-freebsd-doc@freebsd.org Thu Nov 10 22:03:59 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D1BAC3B2F2 for ; Thu, 10 Nov 2016 22:03:59 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-1.mit.edu (dmz-mailsec-scanner-1.mit.edu [18.9.25.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E55F681 for ; Thu, 10 Nov 2016 22:03:58 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 1209190c-5a7ff70000003fd0-ec-5824eec73748 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by (Symantec Messaging Gateway) with SMTP id 79.C0.16336.7CEE4285; Thu, 10 Nov 2016 17:03:51 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id uAAM3ohj007150; Thu, 10 Nov 2016 17:03:50 -0500 Received: from kduck.kaduk.org (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id uAAM3lrx023666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 10 Nov 2016 17:03:50 -0500 Date: Thu, 10 Nov 2016 16:03:47 -0600 From: Benjamin Kaduk To: Fehmi Noyan ISI Cc: "freebsd-doc@freebsd.org" Subject: Re: Updating the ieee80211(9) manual page Message-ID: <20161110220347.GM91607@kduck.kaduk.org> References: <1689921305.1664375.1478815163976.ref@mail.yahoo.com> <1689921305.1664375.1478815163976@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1689921305.1664375.1478815163976@mail.yahoo.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrCIsWRmVeSWpSXmKPExsUixCmqrXv8nUqEwalrfBZ7pv5gszh1povV gcljxqf5LB6zZh1mCmCK4rJJSc3JLEst0rdL4MrYtaGVueAgS0VT8zmmBsaTzF2MnBwSAiYS /5+eZOpi5OIQEmhjkvj06iELhLORUWL+5W1QzlUmiY79fexdjBwcLAKqErMmloJ0swmoSDR0 XwabJCKgKfHy/U82EJtZwFzi76ttTCC2sICRxLyz69hAWnmBth1amApiCgmUSlz6VglSwSsg KHFy5hMWiE4tiRv/XjKBlDALSEss/8cBEuYUsJP4droBrERUQFmiYcYD5gmMArOQdM9C0j0L oXsBI/MqRtmU3Crd3MTMnOLUZN3i5MS8vNQiXUO93MwSvdSU0k2M4ACV5NnBeOaN1yFGAQ5G JR5eiU6VCCHWxLLiytxDjJIcTEqivIrTgUJ8SfkplRmJxRnxRaU5qcWHGCU4mJVEeD1fAeV4 UxIrq1KL8mFS0hwsSuK8/92+hgsJpCeWpGanphakFsFkZTg4lCR4A98CNQoWpaanVqRl5pQg pJk4OEGG8wAN3/gGZHhxQWJucWY6RP4Uoy7Hu83vHjAJseTl56VKifM+AxkkAFKUUZoHNweU WCSy99e8YhQHekuY9xdIFQ8wKcFNegW0hAloyYw4sCUliQgpqQZGnkK7punBzbOXWeaUFVu3 erK9vF0zJbbjxJzYZ5YenT7+5ZtYvnYs7D3PrLDm3++eIgE+v+aTL422hl+euu5clu/Kq+zs 1mKSLRuOzZrZvO1/4JXAO5tX88mXRE7/c/+ux5szqxiDu/721ycIdm3QZPoW+zjvjfd2IY0D aXvVnvrtYd31cYGSEktxRqKhFnNRcSIA4wxy7wcDAAA= X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 22:03:59 -0000 On Thu, Nov 10, 2016 at 09:59:23PM +0000, Fehmi Noyan ISI via freebsd-doc wrote: > Hiya, > > I am considering to update ieee80211(9) manual page with function call definitions found in NetBSD ieee80211(9) manual[1]. Many functions, such as ieee80211_mhz2ieee() ,are defined in sys/net80211/ieee80211.c and are also available in FreeBSD. > > Would ; > > 1 ) Updating the manual page locally > 2 ) Generating a diff file against the -CURRENT > 3 ) Submitting a bug report along with the diff file > > be the proper approach to get the thing done? Yes. -Ben