summaryrefslogtreecommitdiffstats
path: root/share/man/man7
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few markup nits in previous commit.trhodes2005-02-251-2/+2
| | | | Noticed by: ru, who else? :)
* Note the ACPI clock and its characteristics.njl2005-02-241-1/+8
|
* To be more complete, discuss 'make kernel' since we do cover buildkernel.trhodes2005-02-241-1/+7
| | | | | Xref config.8. Bump doc date.
* Expand contractions.ru2005-02-131-2/+2
|
* Expand *n't contractions.ru2005-02-132-6/+6
|
* Introduce three new targets for ports collection:krion2005-02-071-1/+13
| | | | | | showconfig-recursive, rmconfig-recursive and config-conditional. MFC after: 3 days
* Fixed xrefs.ru2005-01-211-1/+1
|
* Fixed xref.ru2005-01-211-1/+1
|
* Sort sections.ru2005-01-211-4/+4
|
* Overhaul the markup.ru2005-01-151-105/+286
|
* Fix the pbio include file installation process and thedds2005-01-141-1/+5
| | | | | | | corresponding documentation. Noticed by: ru Reviewed by: ru
* Scheduled mdoc(7) sweep.ru2005-01-121-1/+1
|
* mdoc style nit: "\-" should only be used to represent a minus sign.keramida2005-01-101-1/+1
| | | | Suggested by: ru
* /usr/lib doesn't contain only archive (ar(1) style) libraries. Sharedkeramida2005-01-101-1/+3
| | | | | | | | | libraries live there too. Also point to ar(1) which contains a nice description of what an 'archive library' is. PR: docs/76056 Submitted by: Enrique Matías Sanchez <cronopios@gmail.com> MFC after: 3 days
* IDE_DELAY was only available as an option for the wd driver of PC98.keramida2005-01-041-4/+0
| | | | | | Now that the driver is gone, `tuning' IDE_DELAY makes no sense. Submitted by: Joel Dahl joel at automatvapen dot se
* Remove mention of block devices. Mention that entries under /devjkoshy2004-12-171-3/+8
| | | | | | are managed by devfs(5). Add cross-references. Reviewed by: ru
* Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and addkrion2004-12-171-3/+23
| | | | | | | | | description for MASTER_SITE_BACKUP. Based on PR: ports/74709 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> Reviewed by: ru MFC after: 3 days
* Typo fix: s/ROOR/ROOT/;matusita2004-12-161-1/+1
| | | | | PR: docs/75139 Submitted by: Richard Smith
* Update the description of SCSI_DELAY and annotate IDE_DELAY as akeramida2004-12-091-4/+3
| | | | | | | | PC98-only option. Submitted by: Joel Dahl (joel at automatvapen dot se) PR: docs/74862 MFC after: 3 days
* MNT_NODEV is deprecated.ru2004-11-291-6/+4
|
* - Fix typo in portaudit reference.simon2004-11-191-2/+2
| | | | | | | - Bump document date for last commit. Pointed out by: ceri, ru Pointy hat to: simon
* - Document the DISABLE_VULNERABILITIES knob.simon2004-11-181-4/+6
| | | | | | | - Don't say this manual page is too long, it's not that long. - s/man page/manual page/g MFC after: 3 days
* Remove some references to I386_CPU and 80386 CPUs.jhb2004-11-161-2/+0
|
* Sync description of IP portrange sysctls with reality.mtm2004-11-061-10/+9
| | | | MFC after: 2 weeks
* Mention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONAL READINGs.mlaier2004-10-231-0/+7
| | | | Requested by: Chris Laverdure <dashevil sympatico ca>
* There can be up to three bootable ISO images (bootonly, miniinst,ru2004-09-061-2/+2
| | | | | | | and disc1). The exact number depends on a couple of parameters, so don't give a specific number here. Pointed by: wilko
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
| | | | | | "Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended). Ok'ed by: tmm
* Bring back 'NO_FLOPPIES', but as a user external knob.obrien2004-08-161-3/+3
| | | | | | The internal logic knob remains MAKE_FLOPPIES. Suggested by: ru
* Accept the fact that floppies either aren't applicable or relevant on mostobrien2004-08-161-2/+3
| | | | platforms. So follow 'MAKE_ISOS''s style and s/NO_FLOPPIES/MAKE_FLOPPIES/g.
* Update the date.pjd2004-08-161-1/+1
| | | | Reminded by: ru
* Inform hier(7) about /usr/include/geom/raid3/ directory.pjd2004-08-161-0/+2
|
* Inform hier(7) about /usr/include/geom/mirror/ directory.pjd2004-08-151-0/+2
|
* Replaced a way outdated and unsafe sequence of upgrading the systemru2004-08-131-40/+7
| | | | from sources with the link to the relevant section in src/UPDATING.
* Describe better what the initial /usr/obj is expected to be populated with.ru2004-08-101-2/+4
| | | | Prodded by: grehan
* Remove another mention of "make world".ru2004-08-091-5/+1
|
* Fix a documentation bug: "make release" uses "make buildworld"ru2004-08-091-4/+3
| | | | | | not "make world", as the first step of building the release. While here, remove another mention of "make world", as the latter is no longer supported by src/Makefile.
* Expand indirect reference to copyright file to the portion of that fileimp2004-08-074-12/+88
| | | | that is relevant.
* Bump the document date.ru2004-08-061-1/+1
|
* Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-061-11/+7
| | | | | | | target no longer exists. Renumber the old release.[4-9] targets to release.[3-8]. Reminded by: ru
* Increase the suggested minimum free space for release-building. Itcperciva2004-08-051-1/+1
| | | | needed slightly over 3GB when I built one yesterday.
* The inflight sysctls have moved to net.inet.tcp.inflight.*, so adjustandre2004-08-031-5/+5
| | | | documentation accordingly.
* Improve the wording of the last commit, and update the document date. (1)murray2004-08-021-9/+12
| | | | | | While here, update an example. (1) Submitted by: ru
* Document EXTSRCDIR.murray2004-08-011-0/+4
| | | | Submitted by: Pawel Worach <pawel.worach@telia.com>
* Remove an unnecessary comma from the Copyright.hmp2004-07-251-1/+1
| | | | Obtained from: DragonFly BSD
* Remove the g++ include directory - it has been gone a long timeharti2004-07-081-6/+2
| | | | ago and add it's new incarnation c++ instead.
* Add a description what is in the sub-directories of /usr/include/netnatm.harti2004-07-081-0/+11
|
* Correct a couple of language nits and a spelling.hmp2004-07-081-3/+3
| | | | | | PR: docs/68799 Submitted by: Chris Pepper <pepper@reppep.com> MFC after: 3 days
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-0310-102/+168
|
* Removed trailing whitespace.ru2004-07-021-1/+1
|
* Spelling fixes.mpp2004-06-212-2/+2
|
OpenPOWER on IntegriCloud