From patchwork Fri Aug 17 20:45:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Travis Rhoden X-Patchwork-Id: 1339601 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id B9610E0002 for ; Fri, 17 Aug 2012 20:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932630Ab2HQUpe (ORCPT ); Fri, 17 Aug 2012 16:45:34 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:54314 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758896Ab2HQUpb (ORCPT ); Fri, 17 Aug 2012 16:45:31 -0400 Received: by qaas11 with SMTP id s11so1909249qaa.19 for ; Fri, 17 Aug 2012 13:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=uVX+lB1GDvT1eZb/k2Pplq3CGo0N6JLcSB3j0NGjZMQ=; b=IaLlCKEJ6/3p/a9iPgwY5jZIiMc29512h0ZoEvT991IAL2d+N5GnehPWfuCJq2hjs3 yavHJZts+HdEvbZrU/WWsqZppBm3PegqEJnXmYpYPdtCQdBPCY0LCLlD5/t45FT/WM8z 691PrUxLM9Sj2jFfz3qNXdkk54yVACzkYdcMIxQKObCA3na2VmKNgjdxg6sVeRYS1svZ JpA7nJJgxZwSrLNhRPSjuJaUrWjaci4KNHgjnUOVFkv5qBhPFfEt3GFngFnzP8pVb+9v sTCS7uuh+QFovkk85zcfVMyhQ/IOpWxQa176G8ik4GeSA1plA3+QTkUkVK1yZysGyXh6 vl+w== Received: by 10.229.135.7 with SMTP id l7mr4687038qct.110.1345236329850; Fri, 17 Aug 2012 13:45:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.73.69 with HTTP; Fri, 17 Aug 2012 13:45:09 -0700 (PDT) From: Travis Rhoden Date: Fri, 17 Aug 2012 16:45:09 -0400 Message-ID: Subject: [PATCH] doc: mkcephfs man page, -c ceph.conf is not optional To: ceph-devel@vger.kernel.org Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org The man page for mkcephfs and the output of mkcephfs --help do not agree with each other. the man page says -c ceph.conf is optional, while mkcephfs --help says it is required. Through empirical evidence, I believe it is required. Update the man page to make it so. Signed-off-by: Travis Rhoden --- doc/man/8/mkcephfs.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/doc/man/8/mkcephfs.rst b/doc/man/8/mkcephfs.rst index ddc378a..5d0c995 100644 --- a/doc/man/8/mkcephfs.rst +++ b/doc/man/8/mkcephfs.rst @@ -7,7 +7,7 @@ Synopsis ======== -| **mkcephfs** [ -c *ceph.conf* ] [ --mkbtrfs ] [ -a, --all-hosts [ -k +| **mkcephfs** -c *ceph.conf* [ --mkbtrfs ] [ -a, --all-hosts [ -k */path/to/admin.keyring* ] ]