aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chroot/chroot.8
Commit message (Collapse)AuthorAgeFilesLines
* Chroot first appeared in 4.3-Reno, not in 4.4 in the BSD world,Warner Losh2020-06-261-2/+4
| | | | | | | | | | | | | | but in System III in the AT&T world. Examination of the TUHS archives shows this was present in 4.3-Reno and System III. Reviewed by: 0mp@, allanjude@ MFC After: 3 days Differential Revision: https://reviews.freebsd.org/D25479 Notes: svn path=/head/; revision=362665
* chroot.8: Add examples & clean upMateusz Piotrowski2019-03-141-18/+40
| | | | | | | | | | | | | | | | | - Sort arguments in synopsis. - Clarify that it is possible to specify arguments to the command (and that they could be passed as further arguments to chroot(1)). - Standardize the description of the flags. - Improve formatting (e.g., do not use macros in strings specifying width). - Add examples. Reviewed by: bcr Approved by: bcr (doc) Approved by: krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D19582 Notes: svn path=/head/; revision=345132
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Minor mdoc fixes.Joel Dahl2012-10-071-1/+1
| | | | Notes: svn path=/head/; revision=241330
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0
| | | | | | | from Berkeley. Notes: svn path=/head/; revision=133248
* Allow the optional setting of a user, primary group, or grouplistMike Makonnen2003-06-071-2/+22
| | | | | | | | | | when chrooting. Obtained from: NetBSD MFC after: 4 weeks Notes: svn path=/head/; revision=115952
* The .Nm utilityPhilippe Charnier2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99968
* Pedantry to satisfy the bin/34159 author.Ruslan Ermilov2002-03-151-5/+5
| | | | Notes: svn path=/head/; revision=92326
* Finish cleanup in chroot.c CSRG revision 5.6 by Keith BosticRuslan Ermilov2002-01-221-4/+0
| | | | | | | | | (never installed setuid, so don't need to reset the uid). PR: bin/34159 Notes: svn path=/head/; revision=89641
* Add xref to jail(8)Mike Pritchard2001-12-281-1/+2
| | | | | | | | PR: docs/33178 Submitted by: Tom Rhodes <darklogik@pittgoth.com> Notes: svn path=/head/; revision=88572
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68965
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Remove unused #include. Statisize usage().Philippe Charnier1997-09-151-2/+2
| | | | Notes: svn path=/head/; revision=29448
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17797
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+79
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553