Module Name: src Committed By: kamil Date: Sat Feb 8 11:02:07 UTC 2020
Modified Files: src/usr.bin/env: env.1 env.c Log Message: Implement env(1) -0 -0 End each output line with NUL, not newline. FreeBSD and GNU env(1) implement -0 which is used in 3rd party scripts. This change is based on the FreeBSD code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/env/env.1 cvs rdiff -u -r1.22 -r1.23 src/usr.bin/env/env.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.