From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 9 17:30:13 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F1C16A4CE for ; Wed, 9 Feb 2005 17:30:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F77243D31 for ; Wed, 9 Feb 2005 17:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j19HUDUW015028 for ; Wed, 9 Feb 2005 17:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j19HUDgs015027; Wed, 9 Feb 2005 17:30:13 GMT (envelope-from gnats) Date: Wed, 9 Feb 2005 17:30:13 GMT Message-Id: <200502091730.j19HUDgs015027@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: misc/77280: Typo in swapon man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 17:30:13 -0000 The following reply was made to PR docs/77280; it has been noted by GNATS. From: Giorgos Keramidas To: Ian Cc: bug-followup@freebsd.org Subject: Re: misc/77280: Typo in swapon man page Date: Wed, 9 Feb 2005 19:22:39 +0200 On 2005-02-08 22:30, Ian wrote: > NAME > swapon, swapoff, swapctl -- specify devices for paging and swapping > .. > Swap information can be generated using the swapinfo(8) utility, pstat > -s, or swapctl -l. The swapctl utility has the following options for > listing swap: > > -h Output values in megabytes. > > ============================== > > -h Is not a valid option of swapinfo, as demonstrated here: Good point... FWIW, I have a patch that adds this option to pstat and swapinfo. Most of it has been reviewed a couple of times by Ruslan Ermilov, and I plan to commit it as soon as I get back home. So, in my opinion, the correct fix is to add the missing option, instead of removing the manpage stuff :-) - Giorgos