From patchwork Sat May 2 18:41:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 11524071 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 266A51392 for ; Sat, 2 May 2020 18:42:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F1B420731 for ; Sat, 2 May 2020 18:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588444932; bh=QNyEWrIw1qAc/10q0dpbeq380yiJpJ2chTROkUgu8Mk=; h=From:To:Cc:Subject:Date:List-ID:From; b=hAwB/oPhlfisC/hxyPJbVePL49B6maG2UEDIKKgb37NhCshs8Au2wIBiC379cvczD dsP8BCcatUYQQ8nh+M0i1+1cOeyWSvDwLl0fZCA+7S1PTCUluS2S0SCVNz/CVJJIXr 9chIpgHAbmtfK57Wyj9FwtbuTplNI1Yi7HsCcvMY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728426AbgEBSmI (ORCPT ); Sat, 2 May 2020 14:42:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:59556 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728305AbgEBSmI (ORCPT ); Sat, 2 May 2020 14:42:08 -0400 Received: from localhost (p5486C608.dip0.t-ipconnect.de [84.134.198.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5237A20731; Sat, 2 May 2020 18:42:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588444928; bh=QNyEWrIw1qAc/10q0dpbeq380yiJpJ2chTROkUgu8Mk=; h=From:To:Cc:Subject:Date:From; b=dGw5z5u8+cgthRVe70z4/akjeWkYEV9ZsbhpYAivb4galDOuSrXffr1MwmJakaT5a dT9+7U85ipDTZzvS6qccHtSE78yurxYxsagAYnR+4gBnuRcG+FdWYQfNVchygPgO8n CX3gqyTfznLyqF3PWvC8wKlBCt2ELVPXA2tR5HTU= From: Wolfram Sang To: git@vger.kernel.org Cc: Wolfram Sang Subject: [PATCH tig 1/2] Document how to use pipes and redirection with 'bind' Date: Sat, 2 May 2020 20:41:51 +0200 Message-Id: <20200502184152.26550-1-wsa@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org When my bind command using a pipe did not work, I grepped through the docs for 'pipe' and 'redirection' with no results. Only after I found out in the issues tracker that it was intentional, then I noticed the solution in the examples, too. Add a paragraph to make it more explicit. Signed-off-by: Wolfram Sang --- doc/tigrc.5.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tigrc.5.adoc b/doc/tigrc.5.adoc index 630e8f6..1aa8085 100644 --- a/doc/tigrc.5.adoc +++ b/doc/tigrc.5.adoc @@ -690,6 +690,9 @@ console output shown (as if '!' was specified). When multiple command options are specified their behavior are combined, e.g. "?'`. + Browsing state variables ^^^^^^^^^^^^^^^^^^^^^^^^