From owner-freebsd-doc@FreeBSD.ORG Sat Jan 17 00:10:19 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E06F16A4CE for ; Sat, 17 Jan 2004 00:10:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A41143D3F for ; Sat, 17 Jan 2004 00:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0H8AIFR000625 for ; Sat, 17 Jan 2004 00:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0H8AInh000624; Sat, 17 Jan 2004 00:10:18 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Jan 2004 00:10:18 -0800 (PST) Message-Id: <200401170810.i0H8AInh000624@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Silver Subject: Re: docs/60401: small typo/error in tcpdump(1) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Silver List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2004 08:10:19 -0000 The following reply was made to PR docs/60401; it has been noted by GNATS. From: Marc Silver To: freebsd-gnats-submit@FreeBSD.org, glebius@cell.sick.ru Cc: Subject: Re: docs/60401: small typo/error in tcpdump(1) Date: Sat, 17 Jan 2004 08:05:32 +0000 Hi there, I took a quick look at the tcpdump(1) man page on my FreeBSD 5.2-RELEASE box and it looks like this has been fixed already. -r Read packets from file (which was created with the -w option). Standard input is used if file is ``-''. -w Write the raw packets to file rather than parsing and printing them out. They can later be printed with the -r option. Standard output is used if file is ``-''. This PR can most likely be closed. Cheers, Marc -- Success is never final. Failure is never fatal. It is courage that counts. -- Winston Churchill