X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id BEE5FDC00E9; Thu, 28 Aug 2014 08:14:53 +0000 (UTC) Date: Wed, 27 Aug 2014 05:27:26 +0200 From: Natanael Copa To: Peter Bui Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/mdocml: update to 1.12.4 Message-ID: <20140827052726.2b1f23ec@ncopa-laptop> In-Reply-To: <1409158155-22791-1-git-send-email-pnutzh4x0r@gmail.com> References: <1409158155-22791-1-git-send-email-pnutzh4x0r@gmail.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 27 Aug 2014 11:49:15 -0500 Peter Bui wrote: > - Use "base-install" target instead of "install" to avoid complications > with DBBIN (i.e. apropos, makewhatis). > > - Add MANWIDTH environment variable support to man command. > > This allows users to set the width of the generated text. By default, > mandoc uses a column width of 78, and completely ignores the size of > the terminal. When MANWIDTH is unset, it will default to 78 as mandoc > would use. With MANWIDTH=0, the man command will use stty to lookup > the width of the terminal and set the appropriate value. When > MANWIDTH > 0, the width value will be passed to mandoc directly. > --- > main/mdocml/APKBUILD | 16 ++++++++-------- > main/mdocml/man.sh | 11 ++++++++--- > 2 files changed, 16 insertions(+), 11 deletions(-) applied. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---