summaryrefslogtreecommitdiffstats
path: root/share/man/man8/release.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync path to kernel sources with config(8), hier(7) and FAQrpe2012-09-021-3/+3
| | | | ok jmc@ ajacoutot@
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-4/+4
| | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
* Deprecate vnds in favour of svnds.thib2011-04-181-4/+4
| | | | | | | | | | | | In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
* Remove mention of "make depend" from here as well.ajacoutot2011-04-151-3/+3
| | | | ok deraadt@ guenther@
* using nice is editorializing, it has no place herederaadt2011-01-041-6/+6
|
* Be consistent with what is done before in the man and use sudo(8) whileajacoutot2009-04-251-11/+3
| | | | | | making sure we start the build from /usr/src. discussed with and mostly from jmc@ ("please commit")
* Mention purpose of 'make release' command in surrounding text.stsp2009-04-081-3/+3
| | | | | | | The old text implied 'make release' was only concerned with verifying file sets. Prodded by me, diff by jmc@ "if you like it, just commit it" jmc@
* Be more generic about what artifacts are created in step 4.ian2009-02-181-5/+4
| | | | Improved by deraadt@, ok jmc@, krw@.
* sub-system -> subsystem, for consistency withour other pages;jmc2008-10-161-3/+3
|
* Mention that /usr/src is now needed to build xenocara.matthieu2008-10-051-2/+5
| | | | ok jmc@, oga@.
* it's no longer necessary to build crunch by hand, so adjust thejmc2008-08-231-20/+10
| | | | release instructions accordingly;
* As discussed on ICB, do not invoke make with several targets to makeajacoutot2008-06-221-5/+5
| | | | | | sure nothing blows up ok krw@ espie@ jmc@ johan@ (who came up with the same diff)
* document sysmerge(8);jmc2008-04-231-5/+7
|
* document "make install" for the kernel; requested by Girish Venkatachalamjmc2008-04-081-5/+9
| | | | arm twisting from henning (and an ok)
* Change the XSRCDIR default to /usr/xenocara. ok deraadt@matthieu2008-03-031-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* xenocara build no longer overwrite /etc/X11/xdm.matthieu2007-05-281-3/+1
|
* Starting with xenocara, /etc/X11/xdm will be overwritten during thekili2007-05-171-12/+2
| | | | | | install phase. discussed with, suggesstions by and ok from jmc@ matthieu@
* - add /usr/xobj to the file hierarchyajacoutot2007-04-231-2/+1
| | | | "why not" mblamer@, ok krw@ todd@
* XENOCARA_TOP and XENOCARA_OBJDIR were renamed XSRCDIR and XOBJDIRmatthieu2007-04-011-6/+13
| | | | respectiveley. with tweaks from jmc@, ok krw@ todd@
* Switch X build instructions to xenocara.matthieu2007-03-261-52/+18
| | | | ok deraadt@ jmc@ mbalmer@
* - document that svnd0 must not be configured when making releasejmc2006-02-041-2/+6
| | | | | | | - tidy up the whole para whilst here based on pr #5006, from francisco; help from mbalmer
* double word fix; from joe snikerisjmc2006-01-091-2/+2
|
* spelling fixes;jmc2005-09-221-2/+2
| | | | from janne johansson (pr #4516, #4517)
* correct prompt;jmc2005-09-121-2/+2
| | | | from xavier venient;
* make sure dependencies are picked up;jmc2005-08-181-3/+4
| | | | from mpf@, tweaked by millert@
* no need to wrap (sub-)section headers in quotes;jmc2005-08-181-8/+8
|
* rearrange some sections to avoid having instructions and explanationsjmc2005-08-181-50/+73
| | | | | | blocked together: it made the page difficult to read; ok mpf@ deraadt@
* move to ksh(1) style.aanriot2005-08-061-24/+24
| | | | discussed with many, ok jmc@
* some corrections from xavier venient;jmc2005-04-271-3/+3
| | | | ok henning@
* make distrib-dirs, ok ottohenning2005-04-081-1/+3
|
* fix ugly line split: from raymond lillard;jmc2005-01-311-31/+30
| | | | use displays where possible - they're much tidier;
* Missing tcl 8.3 -> 8.4 conversion. Noticed by Andrey Smagin.matthieu2004-02-221-2/+2
|
* XF86Setup uses Tcl/Tk 8.4 now. Ok jose@ millert@ jmc@.matthieu2003-12-301-6/+6
|
* fix some lists and macros;jmc2003-07-101-7/+7
|
* - it's no longer necessary for sparc64 users to build/install mksuncd as ajmc2003-05-131-4/+2
| | | | | | | separate step, since it's built with crunch (from Pedro Bastos) - whitespace at EOL ok deraadt@ marc@
* Proper setenv usage; Martin Reindlmillert2003-04-171-3/+3
|
* Simplify/clarify the section on XF4 DESTDIR and RELEASEDIR. Based onmillert2003-04-161-15/+7
| | | | wording by An Metet but changed a bit.
* more POSIX chown; Leandro Costamillert2003-04-101-2/+2
|
* The '%' lines are used for the ports tree stuff too; noted by sturm@millert2003-03-201-3/+7
|
* Use csh syntax for environment variable setting since root's shell is cshmillert2003-03-201-98/+62
| | | | | | Replace bulletted lists with command lines starting with either '%' for user commands or '#' for root commands. Also somce other minor formatting fixes. marco@ OK
* typoavsm2003-02-201-2/+2
|
* typos;jmc2003-02-111-9/+8
| | | | | raidctl(8) ok millert@ mknetid(8) help maja@
* Typos; Alan Day w/ changes from me.millert2003-01-161-3/+3
|
* another patch; sams@moo.cus.org.ukderaadt2002-01-041-3/+3
|
* better english; sams@sebastian.ath.cxderaadt2002-01-041-3/+3
|
* checkflist is a sh script now.miod2001-12-251-2/+2
|
* Powered by @mantoya:mpech2001-10-051-4/+8
| | | | | | | | o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
* we don't like .Pp and blank lines before/after .Ss;mpech2001-10-041-8/+1
| | | | millert@ ok
* X11R6 -> 'X Window System' so readers don't think the discussionmarc2001-09-181-20/+12
| | | | is about /usr/X11R6. Thanks to millert@ for comments