Go to file
jschauma b338995776 Address PR 30374 as suggested in there:
"Modify the man page to match the behaviour of "ls -q",

(done by yamt@ previously)

...
modify both the behaviour and documentation for "ls -b" and "ls -B" to
make spaces readily apparent.  This could be done by adding VIS_WHITE
to the flags passed to strvis(3) in the safe_print() function in
src/bin/ls/util.c."

'ls -b' now yields foo\sbar (whitespace) foo\tbar (tab) foo\rbar (CR).
'ls -B' now yields foo\040bar foo\011bar foo\015bar.
2006-04-08 22:28:06 +00:00
bin Address PR 30374 as suggested in there: 2006-04-08 22:28:06 +00:00
common prefix local labels with ".L". 2006-04-07 12:07:55 +00:00
crypto Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00
dist Add missing .TP 2006-04-05 18:07:30 +00:00
distrib Put Ic argument directly after the macro, instead of 2006-04-08 19:54:08 +00:00
doc Add entry for onewire(4), gpioow(4), and owtemp(4), and add myself 2006-04-07 19:03:00 +00:00
etc add following encoding support to iconv: 2006-04-08 14:15:48 +00:00
games Grammar nit. Never mind that it's still not true. 2006-04-06 19:47:23 +00:00
gnu retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
include retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
lib make sure p is initialized. 2006-04-08 22:05:36 +00:00
libexec Look for the inode pointers in the right place if lfs_bsize != lfs_fsize. 2006-04-05 21:42:49 +00:00
regress Upgraded IPFilter to 4.1.13 2006-04-04 16:17:18 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin Coverity CID 2784: Add more checks for value==NULL. 2006-03-30 08:02:40 +00:00
share fix wrong token, s/DST_ILSEQ/DST_INVALID/. 2006-04-08 15:47:39 +00:00
sys - wrap memspace {}, pointed out by rui. 2006-04-08 20:55:22 +00:00
tools Don't barf if USE_GCC4 is not defined. 2006-04-01 20:21:30 +00:00
usr.bin Include bsd.own.mk; from Jukka Salmi 2006-04-08 20:07:29 +00:00
usr.sbin pkg_add also now check for USE_ABI_DEPENDS. 2006-04-06 06:45:08 +00:00
x11 avoid using vgahw and int10 on macppc, sparc and sparc64 since we never use 2006-04-07 17:52:55 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00