From owner-freebsd-doc@FreeBSD.ORG Sun Oct 5 04:20:05 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19E9F106569C for ; Sun, 5 Oct 2008 04:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAC818FC13 for ; Sun, 5 Oct 2008 04:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m954K4Ik005773 for ; Sun, 5 Oct 2008 04:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m954K4DL005772; Sun, 5 Oct 2008 04:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 5 Oct 2008 04:20:04 GMT Resent-Message-Id: <200810050420.m954K4DL005772@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marius Korsmo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 746761065689 for ; Sun, 5 Oct 2008 04:11:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 631378FC0A for ; Sun, 5 Oct 2008 04:11:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m954BNsU037438 for ; Sun, 5 Oct 2008 04:11:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m954BNTU037437; Sun, 5 Oct 2008 04:11:23 GMT (envelope-from nobody) Message-Id: <200810050411.m954BNTU037437@www.freebsd.org> Date: Sun, 5 Oct 2008 04:11:23 GMT From: Marius Korsmo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/127866: Typos found in ifconfig(8) man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2008 04:20:05 -0000 >Number: 127866 >Category: docs >Synopsis: Typos found in ifconfig(8) man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 05 04:20:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marius Korsmo >Release: FreeBSD 7.0-RELEASE >Organization: >Environment: FreeBSD localhost 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue Sep 2 19:32:35 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The ifconfig(8) man page under FreeBSD 7.0-RELEASE, but also the man page dated June 20, 2008 (FreeBSD 8.0-CURRENT?) contains typos. At the end of the section describing 'list sta', the following text can be found: "By default information elements received from associated stations are displayed in a short form; the -v flag causes this informa- tion to be displayed symbolicaly." The last word 'symbolicaly', should be replaced with 'symbolically' The last section describing 'list scan', contains the following text: "By default interesting information elements captured from the neighboring stations are displayed at the end of each row. Pos- sible elements include: WME (station supports WME), WPA (station supports WPA), RSN (station supports 802.11i/RSN), HTCAP (station supports 802.11n/HT communication), ATH (station supoprts Atheros protocol extensions), VEN (station supports unknown vendor-spe- cific extensions)..." The word 'supoprts' should be replaced by 'supports'. >How-To-Repeat: man ifconfig Search for the words 'symbolicaly' and 'supoprts'. >Fix: Replace this sentence: By default information elements received from associated stations are displayed in a short form; the -v flag causes this informa- tion to be displayed symbolicaly. With this one: By default information elements received from associated stations are displayed in a short form; the -v flag causes this informa- tion to be displayed symbolically. Replace this sentence: Possible elements include: WME (station supports WME), WPA (station supports WPA), RSN (station supports 802.11i/RSN), HTCAP (station supports 802.11n/HT communication), ATH (station supoprts Atheros protocol extensions), VEN (station supports unknown vendor-spe- cific extensions). With this one: Possible elements include: WME (station supports WME), WPA (station supports WPA), RSN (station supports 802.11i/RSN), HTCAP (station supports 802.11n/HT communication), ATH (station supports Atheros protocol extensions), VEN (station supports unknown vendor-spe- cific extensions). >Release-Note: >Audit-Trail: >Unformatted: