cvs commit: src/bin/chflags chflags.1 chflags.c
Dima Dorfman
dd at FreeBSD.org
Sat May 14 16:23:11 PDT 2005
dd 2005-05-14 23:23:10 UTC
FreeBSD src repository
Modified files:
bin/chflags chflags.1 chflags.c
Log:
Add an interface to the lchflags(2) syscall. The new -h option is
analogous to chmod(1)'s -h. It allows setting flags on symbolic links,
which *do* exist in 5.x+ despite a claim to the contrary in the
chflags(1) man page.
Suggested by: Chris Dillon
Revision Changes Path
1.24 +12 -5 src/bin/chflags/chflags.1
1.23 +23 -7 src/bin/chflags/chflags.c
More information about the cvs-src
mailing list