From patchwork Tue Oct 26 15:11:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Jean-No=C3=ABl_Avila?= X-Patchwork-Id: 12584963 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 853D3C433F5 for ; Tue, 26 Oct 2021 15:11:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E2946023D for ; Tue, 26 Oct 2021 15:11:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234903AbhJZPNm (ORCPT ); Tue, 26 Oct 2021 11:13:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234845AbhJZPNj (ORCPT ); Tue, 26 Oct 2021 11:13:39 -0400 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7A6EC061745 for ; Tue, 26 Oct 2021 08:11:15 -0700 (PDT) Received: by mail-wr1-x42a.google.com with SMTP id d3so15716661wrh.8 for ; Tue, 26 Oct 2021 08:11:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:from:date:subject:mime-version:content-transfer-encoding :fcc:to:cc; bh=I0Yefl2+zYilyP0XoF/D+dqCm4xay0ERzrbpBiBDCE0=; b=UU77JeDDOeEA6pxMnXSKuUJMCs3qi/Gz0DL9MlndJZDZmhpL39KUEKeqx9cVjrhMAo gy/yJ/qKkAXhFiuCFzvcduBojKLBXaWBIju7y/VXSfZW2aKF+LB8KjPaPICheu7YrPRC 1CvP0I4PoxvDXgX7Qc5a1lS0PxclKkZ9bgHKC/QGzrwU3wBVHDKVB5Q6Y/NRA6sJrWNU dDYnhKn9qRTa5saS4T+hiMC6IwchMu1sLWbp2e3pPrDO7GCZE0uXXgfQF9wCA/8DQlhv nz1AnkgdaahI6t6KxhDppI1nxu6bLoQJdOJJhoTswuZluGoV2LtyqjlU/eDi0M9nwhfW Vu3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:from:date:subject:mime-version :content-transfer-encoding:fcc:to:cc; bh=I0Yefl2+zYilyP0XoF/D+dqCm4xay0ERzrbpBiBDCE0=; b=mZJC99m+Kmo4PLQZNjDsvFc9k4+2A7AwJiqHeVwIhSN/FxVNuFlJrw9V8IUmz8owiM e6rQaVbdbQ6Q9hzu+4ECAwG2zdvq83neqrOuKhT6y9gGppfNuXJAcqoVViHpGkEE3v4F t3H6+cTCjGWqxaOrr2C2nmfzLW0Sef4cKrt0JN/sLgQ9aBt1iXVo8T4uF84F0IlGRlJU 61zdcAg3CbotsrND4Lw9iFAi0pJrS59wBpcR/Zwe9eMwTY7nx3KckehNVS+73WnC6aZB uMqnDK+3s4uBrXPksgsI7Q1PkblzUluPy1Su77TxOZVoHdpeiHG+TQtTAJ2qe+SUh/m6 Yzww== X-Gm-Message-State: AOAM532WRq5Yx58lM50tLOmQ5WoMmKLgh/giZmOC1Iya4Wpq7kGE7J5P QJW5NpawP2a7D/kcv+gcfmNl5hER394= X-Google-Smtp-Source: ABdhPJxZcX0CONz+cZuucUp5WvLwVZbVxPVo1oNO76PzLelbbYtwPlFUxx8cJuYJ01QiIYh1H3RZ9w== X-Received: by 2002:adf:a143:: with SMTP id r3mr1143560wrr.8.1635261074365; Tue, 26 Oct 2021 08:11:14 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id q1sm858514wmj.20.2021.10.26.08.11.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Oct 2021 08:11:13 -0700 (PDT) Message-Id: Date: Tue, 26 Oct 2021 15:11:12 +0000 Subject: [PATCH] doc: fix grammar rules in commands'syntax MIME-Version: 1.0 Fcc: Sent To: git@vger.kernel.org Cc: =?utf-8?q?Jean-No=C3=ABl?= Avila , =?utf-8?q?Jean-No?= =?utf-8?q?=C3=ABl_Avila?= Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: =?utf-8?q?Jean-No=C3=ABl_Avila?= From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= According to the coding guidelines, the placeholders must: * be in small letters * enclosed in angle brackets Some other rules are also applied. Signed-off-by: Jean-Noël Avila --- doc: fix grammar rules in commands'syntax There are command expressions which do not follow the grammar syntax rules. According to the coding guidelines, the placeholders must: * be in small letters * enclosed in angle brackets Some other rules are also applied. Signed-off-by: Jean-Noël Avila jn.avila@free.fr Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1066%2Fjnavila%2Ffix_manpages_placeholders-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1066/jnavila/fix_manpages_placeholders-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1066 Documentation/git-archimport.txt | 4 +-- Documentation/git-checkout.txt | 8 +++--- Documentation/git-cherry-pick.txt | 6 ++--- Documentation/git-config.txt | 36 +++++++++++++-------------- Documentation/git-credential.txt | 2 +- Documentation/git-cvsexportcommit.txt | 4 +-- Documentation/git-cvsimport.txt | 10 ++++---- Documentation/git-fsck.txt | 2 +- Documentation/git-gui.txt | 2 +- Documentation/git-help.txt | 6 ++--- Documentation/git-http-fetch.txt | 2 +- Documentation/git-http-push.txt | 13 +++++----- Documentation/git-init-db.txt | 2 +- Documentation/git-init.txt | 25 ++++++++++--------- Documentation/git-log.txt | 4 +-- Documentation/git-ls-files.txt | 4 +-- Documentation/git-merge-index.txt | 2 +- Documentation/git-p4.txt | 6 ++--- Documentation/git-pack-objects.txt | 4 +-- Documentation/git-pack-redundant.txt | 2 +- Documentation/git-reflog.txt | 4 +-- Documentation/git-shortlog.txt | 4 +-- Documentation/git-sparse-checkout.txt | 2 +- Documentation/git-stage.txt | 2 +- Documentation/git-web--browse.txt | 2 +- 25 files changed, 79 insertions(+), 79 deletions(-) base-commit: 9d530dc0024503ab4218fe6c4395b8a0aa245478 diff --git a/Documentation/git-archimport.txt b/Documentation/git-archimport.txt index a595a0ffeee..25d8bd2b08c 100644 --- a/Documentation/git-archimport.txt +++ b/Documentation/git-archimport.txt @@ -9,8 +9,8 @@ git-archimport - Import a GNU Arch repository into Git SYNOPSIS -------- [verse] -'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir] - [:] ... +'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D ] [-t ] + /[:]... DESCRIPTION ----------- diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index d473c9bf387..5964dcc25ed 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -11,7 +11,7 @@ SYNOPSIS 'git checkout' [-q] [-f] [-m] [] 'git checkout' [-q] [-f] [-m] --detach [] 'git checkout' [-q] [-f] [-m] [--detach] -'git checkout' [-q] [-f] [-m] [[-b|-B|--orphan] ] [] +'git checkout' [-q] [-f] [-m] [[-b|-B|--orphan] ] [] 'git checkout' [-f|--ours|--theirs|-m|--conflict=