config root man

Current Path : /usr/src/tools/regression/usr.bin/make/variables/modifier_t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/tools/regression/usr.bin/make/variables/modifier_t/Makefile

# $FreeBSD: release/9.1.0/tools/regression/usr.bin/make/variables/modifier_t/Makefile 236977 2012-06-12 23:16:00Z obrien $
#
# Test the t modifier.
#
# below is missing '
ASCII=	!"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

test1:
	@echo '${ASCII}'

test2:
	@echo '${ASCII:tl}'

test3:
	@echo '${ASCII:tu}'

Man Man