]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Renamed '-b' (show unprintables in octal) to '-B'
authorDag-Erling Smørgrav <des@FreeBSD.org>
Fri, 24 Apr 1998 07:49:51 +0000 (07:49 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Fri, 24 Apr 1998 07:49:51 +0000 (07:49 +0000)
commit0d86878ce09d3a4937cb8df83dc3451fecd3c3ac
treea3a03aebc1f45d73498777e0325137a638d7e78a
parentca67f4589bea1f87b4d80957107f36e88312ab5e
o Renamed '-b' (show unprintables in octal) to '-B'

o Added a new '-b' which behaves as in AT&T Unices (show unprintables in
  octal, using C escape codes when possible)

o Added '?' to the getopt() string, since the code in the switch considers
  it as a valid option.
bin/ls/ls.1
bin/ls/ls.c
bin/ls/ls.h
bin/ls/print.c
bin/ls/util.c