]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
indent(1): rename -nsac/-sac ("space after cast") to -ncs/-cs
authorPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Mon, 11 Jun 2018 05:35:57 +0000 (05:35 +0000)
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>
Mon, 11 Jun 2018 05:35:57 +0000 (05:35 +0000)
commitbb92a28b2f6c66d9dc3eab0ee00963dd02e9241d
tree89b86cfa6eaefe8d76207ac1d5fe6b985c425598
parent0642b65f38f6c4fd72e1ee6c2b3eca8a04886f12
indent(1): rename -nsac/-sac ("space after cast") to -ncs/-cs

Also update tests and the manpage.

GNU indent had the option earlier as -cs, let's not diverge unnecessarily.
usr.bin/indent/args.c
usr.bin/indent/indent.1
usr.bin/indent/tests/Makefile
usr.bin/indent/tests/cs.0 [moved from usr.bin/indent/tests/nsac.0 with 100% similarity]
usr.bin/indent/tests/cs.0.pro [moved from usr.bin/indent/tests/sac.0.pro with 76% similarity]
usr.bin/indent/tests/cs.0.stdout [moved from usr.bin/indent/tests/sac.0.stdout with 100% similarity]
usr.bin/indent/tests/ncs.0 [moved from usr.bin/indent/tests/sac.0 with 100% similarity]
usr.bin/indent/tests/ncs.0.pro [moved from usr.bin/indent/tests/nsac.0.pro with 72% similarity]
usr.bin/indent/tests/ncs.0.stdout [moved from usr.bin/indent/tests/nsac.0.stdout with 100% similarity]