summaryrefslogtreecommitdiffstats
path: root/share/man/man7
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-163-24/+24
|
* Add descriptions for new path, info, maint, cat, bdeps, andkrion2004-06-161-5/+48
| | | | | | | rdeps variables and some new examples for "make search". Approved by: josef (mentor) MFC after: 2 days
* Overhaul the markup.ru2004-06-151-269/+538
|
* Update for include/altqmlaier2004-06-131-1/+3
| | | | Reminded-by: ru
* s/disklabel/bsdlabel/gschweikh2004-06-061-16/+4
| | | | | | | | | Removed paragraph about "new experimental feature" the hw.ata.tags which sysctl -a knows nothing about. Fix typos while I'm here. PR: docs/66493 Submitted by: Julien Gabel <jpeg@thilelli.net>
* - Remove leading zero from document date [1]krion2004-06-021-5/+8
| | | | | | | | | - Remove entry which tells about periodical INDEX updates in the CVS repository - Add description for fetchindex target Requested by: ru [1] Approved by: josef (mentor)
* - Bump the document datekrion2004-06-021-1/+1
| | | | | Requested by: ru Approved by: ru, josef (mentor)
* - Mention new targets from bsd.port.mk:krion2004-06-021-1/+30
| | | | | | | | | | | | | * config * showconfig * rmconfig * describe - Add OPTIONS description - Word smithing PR: docs/67342 Reviewed by: ru Approved by: josef (mentor)
* Update the date.pjd2004-05-201-1/+1
| | | | Requested by: ru
* - Add missing 'the'.pjd2004-05-201-1/+14
| | | | | | - Document /usr/include/geom/ directory and its subdirectories. Requested by: ru
* Inform hier(7) manual page about /lib/geom/ directory.pjd2004-05-201-0/+7
| | | | Reminded by: ru
* "in in" is not always wrong (backout 1.18).dannyboy2004-05-181-3/+3
| | | | Keep the onion metaphor consistent.
* Effect the correct use of "affect".dannyboy2004-05-181-26/+29
| | | | | | | | | | | | | | Use em dashes instead of " - ". Use .Em instead of *emphasis*. Note that securing root indirectly (by securing staff accounts) works only if direct root access has been limited. [1] s/hacker/attacker, as done in the handbook. (inspired by [1]) PR: 52878 [1] Submitted by: Brian Minard <bminard@flatfoot.ca> [1]
* Some mdoc fixes.kensmith2004-05-131-4/+4
| | | | | mdoc help from: ru MFC after: 5 days
* Sorry for doing this backwards, but as with most release related stuffkensmith2004-04-301-0/+16
| | | | | | | | | | | we only pay attention to it during release time and at the moment it's a -stable release in progress. This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of time to follow through with doing this last night. Sorry for the delay. Adding a couple of variables to make tweaking the CD-ROM label and .iso filenames easier.
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toharti2004-04-141-0/+11
| | | | | /usr/share/snmp. This mirrors the use of /usr/local/share/snmp and makes also more sense when non-bsnmp-specific MIBs go in.
* Removed more vestiges of the stl(4) driver.ru2004-03-261-3/+0
|
* More kosher mdoc(7).obrien2004-03-251-1/+2
| | | | Submitted by: ru
* Restore part of rev 1.92; share/libdata/gcc should not have been deleted.obrien2004-03-251-0/+2
|
* Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.des2004-03-241-10/+0
|
* Added Xref to env(1).schweikh2004-02-291-0/+1
|
* Correct minor typos.ceri2004-02-181-2/+2
|
* Remove 'broken in some cases' Xref to Kerberos.trhodes2004-02-101-1/+0
| | | | | PR: 30443 Cool with: markm (who approved this ages ago)
* Clarify more about LC_*/LANG priorities.ache2004-01-311-3/+6
|
* - Catch up to new boot floppies targets.jhb2004-01-281-7/+14
| | | | | - Update description of release.4 to mention KERNELS variable. - Update field width for make release targets.
* Use a single style for share/man/ makefiles:ru2004-01-201-4/+21
| | | | | | | | - Sort MAN and MLINKS in "dictionary" order ignoring case. - For multi-value MAN and multi-pair MLINKS, put each value/pair on its own line, for easier sorting and so that further diffs are easier to see.
* Note that NO_FLOPPIES is i386-only.obrien2004-01-031-1/+1
|
* Install UDF header files to unbreak /sbin building when /sys is not present.scottl2003-11-221-0/+2
| | | | Submitted by: imura@ryu16.org
* Update hier(7) to reflect the world with respect to /lib and /libexec.gordon2003-11-171-0/+10
|
* mdoc(7) janitor:simon2003-11-161-2/+2
| | | | | - Use .Aq macro instead of <foo>. - Kill EOL whitespace.
* Amplify the reboot requirementimp2003-11-141-5/+6
|
* Add required reboot into single-user mode step.imp2003-11-141-0/+1
| | | | | | # mdoc janitors should make sure I did the markup right Inspired by: recent problems in this area
* Correct the on-disc path to the porters-handbookbrueffer2003-11-121-1/+1
|
* Document the 'fetch-recursive-list' and 'deinstall-all' targets.brueffer2003-11-121-0/+7
| | | | | | | | No MFC reminder, I'll sync this page with the one in -stable in a couple of days. PR: docs/46181 Patch submitted by: Sergey Matveychuk <sem@ciam.ru>
* Add the 'package-recursive' optionbrueffer2003-11-091-0/+4
| | | | | | PR: 57838 Submitted by: Alexander Haderer <alexander.haderer@charite.de> MFC after: 5 days
* Add /usr/share/security to reflect recent hookup of Makefile andrwatson2003-11-081-0/+3
| | | | | | mtree entry for share/security/lomac-policy.contexts. Pointed out by: ru
* Remove /usr/libdata/msdosfs description.fjoe2003-10-301-2/+0
| | | | Noticed by: ru
* Correct the description of what the release.3 stage does nowadays.ru2003-10-061-5/+3
|
* Make LOCAL_PATCHES accept multiple patch files, as its name suggests.ru2003-09-211-1/+1
|
* Remove invalid statement about the maximum number of swap drives.hmp2003-09-141-2/+1
| | | | | PR: docs/55276 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Document /var/empty as generic empty directory, not sshd specificeivind2003-09-131-2/+3
|
* asami is no longer our ports lead, so remove a statement sayingeivind2003-09-131-3/+0
| | | | the ports collection is maintained by asami and the ports team.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-4/+4
|
* Add a warning describing at least one circumstance where cvsup can hosenjl2003-08-251-0/+24
| | | | | | a local branch. Text from an email from jdp@ Reported by: simon
OpenPOWER on IntegriCloud