From e5cdb48ecf2feafeb68697f0ca0b6fc451ad4a1f Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 25 Jun 2004 01:48:43 +0000 Subject: Add support for multibyte characters in input files and delimiter strings (arguments to the -d option.) This involves backing out paste.c rev. 1.13 until we have a version of fgetln() that operates on wide character streams. --- usr.bin/paste/paste.1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/paste/paste.1') diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index f9a1dc3..dee2cd3 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -36,7 +36,7 @@ .\" @(#)paste.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd September 20, 2001 +.Dd June 25, 2004 .Dt PASTE 1 .Os .Sh NAME @@ -148,7 +148,3 @@ A .Nm command appeared in .At 32v . -.Sh BUGS -Multibyte character delimiters cannot be specified with the -.Fl d -option. -- cgit v1.1