aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chflags/chflags.1
Commit message (Collapse)AuthorAgeFilesLines
* chflags(1) repo copied, usr.bin->bin.David E. O'Brien2003-02-181-151/+0
| | | | | | | | We've been installing chflags(1) into /bin since 2000-11-10, so this shouldn't cause any problems. Notes: svn path=/head/; revision=111092
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Make it clear that -P is the default.Ruslan Ermilov2001-05-251-0/+1
| | | | | | | PR: docs/27629 Notes: svn path=/head/; revision=77160
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-18/+31
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Document that the flags can be specified as an octal number.John Polstra2000-04-031-1/+2
| | | | Notes: svn path=/head/; revision=58987
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidPhilippe Charnier1999-11-211-7/+7
| | | | Notes: svn path=/head/; revision=53507
* Yet another previously forgotten merge from Lite2. (DescribeBruce Evans1999-08-301-4/+5
| | | | | | | | | | `opaque', fix reversed description of `nodump', and don't use `nodump' as an example of adding a `no' prefix since the double negative would be confusing (it's still confusing -- the implicitly documented `nonodump' flag doesn't exist).) Notes: svn path=/head/; revision=50613
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Document the use of `ls -lo' to see flags.Philippe Charnier1997-06-241-0/+4
| | | | | | | Obtained from: OpenBSD. Notes: svn path=/head/; revision=26883
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-1/+4
| | | | | | | | | | | | | | | | | | | | | These changes add the ability to specify that a UFS file/directory cannot be unlinked. This is basically a scaled back version of the IMMUTABLE flag. The reason is to allow an administrator to create a directory hierarchy that a group of users can arbitrarily add/delete files from, but that the hierarchy itself is safe from removal by them. If the NOUNLINK definition is set to 0 then this results in no change to what happens normally. (and results in identical binary (in the kernel)). It can be proven that if this bit is never set by the admin, no new behaviour is introduced.. Several "good idea" comments from reviewers plus one grumble about creeping featurism. This code is in production in 2.2 based systems Notes: svn path=/head/; revision=26360
* Use the .Bx macro in the HISTORY section.Mike Pritchard1997-02-191-1/+2
| | | | Notes: svn path=/head/; revision=22921
* Add history section. Follows chflags(2).David E. O'Brien1997-02-191-0/+4
| | | | Notes: svn path=/head/; revision=22908
* Document the arch flag. It has always worked in 2.0.Bruce Evans1994-12-271-1/+3
| | | | | | | | | Document aliases for the flags. The formatting of the section describing the flags is poor. Notes: svn path=/head/; revision=5249
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+123
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590