From patchwork Sat Jan 18 17:13:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Dickson X-Patchwork-Id: 3508661 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A67FDC02DC for ; Sat, 18 Jan 2014 17:11:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DFCB420123 for ; Sat, 18 Jan 2014 17:11:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E531B200C1 for ; Sat, 18 Jan 2014 17:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751064AbaARRLh (ORCPT ); Sat, 18 Jan 2014 12:11:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24686 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbaARRLh (ORCPT ); Sat, 18 Jan 2014 12:11:37 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0IHBbqD026732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 18 Jan 2014 12:11:37 -0500 Received: from smallhat.boston.devel.redhat.com (vpn-60-134.rdu2.redhat.com [10.10.60.134]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s0IHBack016972 for ; Sat, 18 Jan 2014 12:11:36 -0500 From: Steve Dickson To: Linux NFS Mailing list Subject: [PATCH] rpc.idmapd: Remove no longer supported flags from man page. Date: Sat, 18 Jan 2014 12:13:27 -0500 Message-Id: <1390065207-11888-1-git-send-email-steved@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Steve Dickson --- utils/idmapd/idmapd.man | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/utils/idmapd/idmapd.man b/utils/idmapd/idmapd.man index 58ea9f2..185cd1b 100644 --- a/utils/idmapd/idmapd.man +++ b/utils/idmapd/idmapd.man @@ -12,10 +12,7 @@ .Nm rpc.idmapd .Op Fl v .Op Fl f -.Op Fl d Ar domain .Op Fl p Ar path -.Op Fl U Ar username -.Op Fl G Ar groupname .Op Fl c Ar path .Sh DESCRIPTION .Nm @@ -31,25 +28,10 @@ Increases the verbosity level (can be specified multiple times). Runs .Nm in the foreground and prints all output to the terminal. -.It Fl d Ar domain -Set domain to -.Ar domain . -This is used internally by NFSv4 and is typically assigned by the -system administrator. By default, -.Ar domain -is set to be the FQDN of the host, minus the hostname. .It Fl p Ar path Specifies the location of the RPC pipefs to be .Ar path . The default value is \&"/var/lib/nfs/rpc_pipefs\&". -.It Fl U Ar username -Specifies the NFSv4 nobody user to be -.Ar username . -The default value is \&"nobody\&". -.It Fl G Ar groupname -Specifies the NFSv4 nobody group to be -.Ar groupname . -The default value is \&"nobody\&". .It Fl c Ar path Use configuration file .Ar path . @@ -59,11 +41,11 @@ Client-only: perform no idmapping for any NFS server, even if one is detected. Server-only: perform no idmapping for any NFS client, even if one is detected. .El .Sh EXAMPLES -.Cm rpc.idmapd -d \&"citi.umich.edu\&" -f -vvv +.Cm rpc.idmapd -f -vvv .Pp Runs .Nm -with the domain \&"citi.umich.edu\&" in the foreground, printing all +printing all messages to console, and with a verbosity level of 3. .\" This next request is for sections 2 and 3 function return values only. .\" .Sh RETURN VALUES