From patchwork Thu Nov 3 15:28:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 123455 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "acsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 78662B6F7D for ; Fri, 4 Nov 2011 02:28:28 +1100 (EST) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pA3FSNFr004941 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Nov 2011 15:28:24 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pA3FSMvs016184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Nov 2011 15:28:23 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RLzDF-0001j5-QD; Thu, 03 Nov 2011 08:28:17 -0700 Received: from acsinet13.oracle.com ([141.146.126.235]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RLzDF-0001iy-2U for fedfs-utils-devel@oss.oracle.com; Thu, 03 Nov 2011 08:28:17 -0700 Received: from mail-qw0-f43.google.com (mail-qw0-f43.google.com [209.85.216.43]) by acsinet13.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pA3FS6DH015462 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Thu, 3 Nov 2011 15:28:16 GMT Received: by mail-qw0-f43.google.com with SMTP id g1so1528086qab.2 for ; Thu, 03 Nov 2011 08:28:16 -0700 (PDT) Received: by 10.224.182.196 with SMTP id cd4mr4950503qab.3.1320334096504; Thu, 03 Nov 2011 08:28:16 -0700 (PDT) Received: from degas.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id df3sm6324167qab.6.2011.11.03.08.28.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Nov 2011 08:28:15 -0700 (PDT) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Thu, 03 Nov 2011 11:28:13 -0400 Message-ID: <20111103152813.2445.72019.stgit@degas.1015granger.net> In-Reply-To: <20111103152051.2445.69747.stgit@degas.1015granger.net> References: <20111103152051.2445.69747.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=ISPs ip=209.85.216.43 ct-class=R6 ct-vol1=0 ct-vol2=0 ct-vol3=0 ct-risk=68 ct-spam1=0 ct-spam2=0 ct-bulk=0 rcpts=1 size=2402 Subject: [fedfs-utils] [PATCH 1/7] man: Fix example in fedfs-create-junction(8) X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-CT-RefId: str=0001.0A090205.4EB2B319.0071:SCFSTAT1119972, ss=1, re=-4.000, fgs=0 X-Auth-Type: Internal IP The example in the fedfs-create-junction(8) man page suggests the UUID can be specified without the "-u" switch, which is not correct. For readability, split the example over two lines. The fedfs-create-replication(8) man page has similar problems. Signed-off-by: Chuck Lever --- doc/man/fedfs-create-junction.8 | 3 ++- doc/man/fedfs-create-replication.8 | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/man/fedfs-create-junction.8 b/doc/man/fedfs-create-junction.8 index f9c4530..7423198 100644 --- a/doc/man/fedfs-create-junction.8 +++ b/doc/man/fedfs-create-junction.8 @@ -196,7 +196,8 @@ To create a new FedFS junction on the remote server use: .RS .sp -$ fedfs-create-junction -h fs.example.net -l nsdb.example.net `uuidgen -t` -p /export/junction1 +$ fedfs-create-junction -h fs.example.net -l nsdb.example.net \\ + -u `uuidgen -t` -p /export/junction1 .sp .RE In this example, a new FSN UUID is created on the spot. diff --git a/doc/man/fedfs-create-replication.8 b/doc/man/fedfs-create-replication.8 index b500ae5..6b7e82a 100644 --- a/doc/man/fedfs-create-replication.8 +++ b/doc/man/fedfs-create-replication.8 @@ -34,7 +34,7 @@ fedfs-create-replication \- send a FEDFS_CREATE_REPLICATION ADMIN protocol reque .RB [ \-h .IR hostname ] .BI "-p " path -.BI "-u " fsn-uuid +.BI "-u " uuid .RB [ \-l .IR nsdbname ] .RB [ \-r @@ -72,7 +72,7 @@ The meaning of these arguments is described in more detail in .IP "\fB\-d, \-\-debug" Specifies that debugging messages be produced during operation. .IP "\fB\-u, \-\-fsnuuid=\fIuuid\fP" -Specifies the FSN UUID to insert into the new FedFS replication. +Specifies the UUID to insert into the new FedFS replication. .IP "\fB\-?, \-\-help" Prints a .BR fedfs-create-replication (8) @@ -196,10 +196,11 @@ To create a new FedFS replication on the remote server use: .RS .sp -$ fedfs-create-replication -h fs.example.net -l nsdb.example.net `uuidgen -t` -p /export/replication1 +$ fedfs-create-replication -h fs.example.net -l nsdb.example.net \\ + -u `uuidgen -t` -p /export/replication1 .sp .RE -In this example, a new FSN UUID is created on the spot. +In this example, a new UUID is created on the spot. It can be read back from the server using the .BR fedfs-lookup-replication (8) command.