[hackers] [sbase] mc: WTFM || Robert Ransom

From: <hg_AT_suckless.org>
Date: Tue, 22 May 2012 13:08:52 +0200 (CEST)

changeset: 130:c950c6431000
user: Robert Ransom <rransom.8774_AT_gmail.com>
date: Mon May 21 22:16:46 2012 +0000
files: mc.1
description:
mc: WTFM


diff -r 1d4d2e47d172 -r c950c6431000 mc.1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mc.1 Mon May 21 22:16:46 2012 +0000
_AT_@ -0,0 +1,36 @@
+.TH MC 1 sbase\-VERSION
+.SH NAME
+mc \- multi-column
+.SH SYNOPSIS
+.B mc
+.RB [ \-c
+.IR chars ]
+.RI [ file ...]
+.SH DESCRIPTION
+.B mc
+reads each file in sequence and writes them to stdout,
+in as many vertical columns as will fit in
+.I chars
+character columns.
+If no file is given, mc reads from stdin.
+.SH OPTIONS
+.TP
+.BI \-c " chars"
+specifies the maximum number of character columns to use
+(unless the input contains lines longer than
+.I chars
+characters).
+.I chars
+defaults to 65.
+.SH BUGS
+This implementation of
+.B mc
+assumes that every byte is a character
+which takes up one column on the screen.
+It does not handle non-ASCII UTF-8 runes
+or TAB characters correctly.
+.B mc
+currently mangles files which contain embedded NULs.
+.B mc
+does not attempt to determine the width of its output device,
+nor does it allow the user to set a default width in its environment.
Received on Tue May 22 2012 - 13:08:52 CEST

This archive was generated by hypermail 2.3.0 : Tue May 22 2012 - 13:12:13 CEST