summaryrefslogtreecommitdiffstats
path: root/share/man/man8
Commit message (Collapse)AuthorAgeFilesLines
...
* More file system > filesystemtrhodes2002-05-164-8/+8
|
* PC98 still uses wd#, so resurrect the wd# entry and mark is "pc98 only".dd2002-05-061-0/+4
| | | | Noticed by: bde (four months ago)
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-4/+0
| | | | | | | | | | | | | | | | Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.)
* Non-sendmail users use the FreeBSD sendmail startup functionality to startgshapiro2002-04-211-4/+1
| | | | | | | | | | | | alternative MTAs. Therefore, always install rc.sendmail, regardless of NO_SENDMAIL make.conf setting. Users can still set mta_start_script to a different script. This commit is after a repo-copy of src/etc/sendmail/rc.sendmail to src/etc/rc.sendmail. Noticed by: Calvin NG <calvinng@brel.com> MFC after: 3 days
* Fixed mdoc(7) warnings visible in troff mode only.ru2002-04-171-9/+9
| | | | Spotted by: Rich Morin <rdm@cfcl.com>
* intro(8) is lacking a command status explanation, added.trhodes2002-04-091-0/+11
| | | | | | PR: 36448 No objections from: ru MFC after: 3 days
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupgshapiro2002-04-052-0/+245
| | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week
* More details on how to write a crunch.conf file for PicoBSD,luigi2002-03-211-10/+71
| | | | and document the "import_files" option.
* Add a paragraph break I missed in my last update.cjc2002-03-201-0/+1
|
* mdoc(7) police: tidy up.ru2002-03-181-159/+169
|
* mdoc(7) police: tidy up.ru2002-03-181-27/+33
|
* Add documentation for rc.early(8).cjc2002-03-172-1/+5
| | | | | PR: misc/35992 MFC after: 3 days
* Bunch of manpage fixes from Bruce Montague.luigi2002-03-151-73/+77
|
* The chapter on kernel debugging is now in the Developers' Handbook.dd2002-03-101-2/+2
| | | | | | | Add a trailing slash to a URL while I'm here. PR: 35637 Submitted by: Gary W. Swearingen <swear@blarg.net>, setantae@submonkey.net
* Forgot to update the date.luigi2002-03-091-1/+1
| | | | | The manpage describes the latest batch of changes, and especially the runtime config was totally different before.
* Lots of updates on the install process, detailing how toluigi2002-03-091-17/+271
| | | | | | | | | install PicoBSD on hard disks and CDROM images, and on the bootstrap sequence and the places where you can customise a PicoBSD image. Now if some of the -doc guys want to put this stuff in a nice handbook page, that would be extremely useful!
* Update manpage to reflect reality.luigi2002-02-151-29/+149
|
* yp(4) -> yp(8).ru2002-01-142-2/+4
| | | | PR: docs/30797
* Convert to man4/Makefile style.ru2002-01-141-4/+10
|
* mdoc(7) police: tidy up the markup.ru2002-01-141-59/+79
|
* mdoc(7) police: sort xrefs.ru2002-01-101-1/+1
|
* MFalpha 1.18: Bring this closer to reality by removing mention of wd#dd2002-01-071-5/+14
| | | | and adding ATA stuff.
* ATAPI CDROM drives are acd#, not act#.dd2002-01-071-1/+1
|
* mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.ru2001-12-071-4/+11
|
* Mention entropy_dir="NO" in diskless.8, since /var is an md-backedrwatson2001-11-271-0/+7
| | | | file system and as such will not preserve its contents across boot.
* Update diskless.8 to refer to 'device md' instead of 'options MFS'; inrwatson2001-11-271-3/+3
| | | | | -CURRENT, md devices with FFS on top are used in the diskless boot process instead of MFS.
* Simplify.ru2001-10-251-6/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-102-6/+5
|
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+3
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-143-6/+6
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-106-6/+6
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
|
* mdoc(7) police: simplify the fix in rev. 1.25.ru2001-07-041-2/+3
|
* Update the manpage to reflect reality (and what was already in -stable).luigi2001-06-201-199/+144
|
* Fix a spacing issue. (No content changes.)dd2001-06-011-4/+3
|
* Removed duplilcate $FreeBSD$ tag.ru2001-05-151-2/+0
|
* Bring the doc up to date with regard to the /etc bootstrapping codebsd2001-05-101-7/+19
| | | | and the role of /conf/default/etc.
* MFS: bring Luigi's updated diskless man page into -current.bsd2001-05-101-249/+165
|
* mdoc(7) police: normalize .Nd.ru2001-04-182-4/+2
|
* mdoc(7) police: uppercase document title.ru2001-04-181-1/+1
|
* mdoc(7) police: sort xrefs.ru2001-04-041-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-273-3/+3
|
* update this to be marginally closer to realitymjacob2001-03-141-5/+14
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
|
* Prepare for mdocNG.ru2001-02-281-3/+6
|
* Remove (now unnecessary) MLINKS.ru2001-02-193-6/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-7/+7
|
* sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed viajhb2001-01-171-6/+0
| | | | normal means, so remove the hack to install it.
* Only install sysinstall.8 if the release/sysinstall directory exists. Thisben2001-01-131-2/+5
| | | | | | | fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
* Install sysinstall.8 as part of buildworld.ben2001-01-011-1/+4
| | | | | PR: 19818 Submitted by: Brian Candler <B.Candler@pobox.com>
OpenPOWER on IntegriCloud