]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow <blank>s to be used to separate tab stop positions with the -t
authorTim J. Robbins <tjr@FreeBSD.org>
Sat, 15 Jun 2002 10:16:39 +0000 (10:16 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sat, 15 Jun 2002 10:16:39 +0000 (10:16 +0000)
commitec85e6a06cc75ff714e9ff3a64015647bfd972b2
treeb199ebf8a677f0f2b99f1a002484730913785de0
parent3ba0209ecff98522f806c94326a2bbeec1ba1c24
Allow <blank>s to be used to separate tab stop positions with the -t
argument, not just ASCII space characters and commas. Don't count
non-printing characters when determining column position.
usr.bin/expand/expand.1
usr.bin/expand/expand.c
usr.bin/unexpand/unexpand.c