From patchwork Fri Mar 25 21:38:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 663251 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2PLcpFN001875 for ; Fri, 25 Mar 2011 21:38:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755229Ab1CYVit (ORCPT ); Fri, 25 Mar 2011 17:38:49 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:46546 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755131Ab1CYVit (ORCPT ); Fri, 25 Mar 2011 17:38:49 -0400 Received: by yxs7 with SMTP id 7so637804yxs.19 for ; Fri, 25 Mar 2011 14:38:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:subject:to:cc:date:message-id :in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=XyN3QXfi6BqdL9Au+GDeclelYpG+YqqdNKibJtuS3DE=; b=lGPxBeazYBG4pLmihZDOxdawVmtAWVZHTGSSepUCWRor1j2R6BLvHS0VqqD4w30OF8 3fc5u27ziPQMKwZtNNM/N58ZmzowSxQEx0KcuGrXN5IKn/ELMFJOtZWQTVtDQanSEcbC Gkz2UzPKrqmDxBHG7LnIKrZM6z2FYcbjEG9Mo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:subject:to:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; b=pCq9cK99IzCikaHQT2cV9mATyYJUnenSkfEYfFJbgv07PswsFSNxjZVSaXB6X5MhGK wIehtl5JtlnZU9b9VLImEnTruWpwTttGjsoShv089vyqgt+0pJNOW6w9VN/Cp1F7bUSU y02idtlB5V4flho4M7gwkuVRROx4PC7/fqpfE= Received: by 10.150.26.17 with SMTP id 17mr1345454ybz.437.1301089128039; Fri, 25 Mar 2011 14:38:48 -0700 (PDT) Received: from matisse.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net [99.26.161.222]) by mx.google.com with ESMTPS id f2sm742257ybh.7.2011.03.25.14.38.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Mar 2011 14:38:47 -0700 (PDT) From: Chuck Lever Subject: [PATCH 2/3] statd: Remove vestigial "-w" option from man page synopsis To: steved@redhat.com Cc: linux-nfs@vger.kernel.org Date: Fri, 25 Mar 2011 17:38:29 -0400 Message-ID: <20110325213829.27166.97569.stgit@matisse.1015granger.net> In-Reply-To: <20110325213559.27166.71461.stgit@matisse.1015granger.net> References: <20110325213559.27166.71461.stgit@matisse.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Mar 2011 21:38:52 +0000 (UTC) diff --git a/utils/statd/statd.man b/utils/statd/statd.man index ca00e24..b72236c 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -12,7 +12,7 @@ .SH NAME rpc.statd \- NSM service daemon .SH SYNOPSIS -.BI "rpc.statd [-dh?FLNvVw] [-H " prog "] [-n " my-name "] [-o " outgoing-port "] [-p " listener-port "] [-P " path " ] +.BI "rpc.statd [-dh?FLNvV] [-H " prog "] [-n " my-name "] [-o " outgoing-port "] [-p " listener-port "] [-P " path " ] .SH DESCRIPTION File locks are not part of persistent file system state. Lock state is thus lost when a host reboots.