Remko Lodder
a1f7c49554
Move the sticky manual from section 8 to section
...
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
MFC after: 1 week
2011-02-24 13:03:47 +00:00
Alexander Motin
1adad4c374
Add eventtimers(7) man page, briefly describing event timers subsystem
...
functionality and configuration options.
2010-09-15 07:04:14 +00:00
Gabor Kovesdan
4d12d5421d
- Fix typo, it should have been c78.7
...
Submitted by: pluknet <pluknet@gmail.com>
2010-06-17 13:59:41 +00:00
Gabor Kovesdan
a814a26fb2
- Add c99(7) manual page
...
- Add MLINKS to c.7, c79.7, c89.7, c90.7
2010-06-17 12:05:47 +00:00
Gabor Kovesdan
7bb456075e
- Rename adding_user(8) to adding_user(7). There's no adding_user utility,
...
but the man page describes conceptual information about the process of
adding a user, thus it should belong to section 7.
- Remove HISTORY and BUGS sections because of the aforementioned reason.
PR: docs/130151
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days
2009-01-30 15:14:58 +00:00
Ruslan Ermilov
7183e1c010
Style (whitespace-only) change.
2007-10-12 10:35:24 +00:00
Remko Lodder
fcd7ed0e3a
I understood the MLINK part incorrectly, it should be the other way around
...
also remove the init mlink to securelevel.
Discussed with and sharing pointyhat with: brueffer
2007-06-01 21:48:07 +00:00
Remko Lodder
ce7fce4055
Revert my previous change, add an MLINK from securelevel.7 to security.7
...
Discussed with: brueffer
2007-06-01 21:33:21 +00:00
Hartmut Brandt
59ee90cb1a
This is a short man page which describes bsd.snmpmod.mk. It documents
...
only the features that this file layers on top of bsd.lib.mk and should
therefore cross-reference to bsd.lib.mk, which doesn't exist.
2005-11-10 10:09:42 +00:00
Ruslan Ermilov
b760de9691
Use a single style for share/man/ makefiles:
...
- 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.
2004-01-20 10:27:23 +00:00
Simon L. B. Nielsen
61860dd771
Move the rescue manpage, documenting the new rescue utilities in
...
/rescue, from section 7 to section 8. The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.
Update the release documentation accordingly.
Requested by: njl, ru
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
2003-07-28 21:06:38 +00:00
Simon L. B. Nielsen
b4be5bd22b
Add manual page to document the new rescue utilities in /rescue.
...
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
2003-07-23 13:24:32 +00:00
Matthew Dillon
981ab0c21b
Add development.7
...
Reminded by: Sean Kelly <smkelly@zombie.org>
2002-12-23 06:46:48 +00:00
Chris Costello
30ee002788
Add a man page describing the Mandatory Access Control label format.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
2002-10-28 22:54:54 +00:00
Chris Costello
2131a0f65d
sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.
...
Sponsored by: DARPA, NAI Labs
2002-07-06 20:30:29 +00:00
Andrew Gallatin
52e241083c
Remove reference to dead file (style.perl.7).
...
Pointy hat to: joe
2002-05-16 16:21:39 +00:00
Mike Barcroft
3bede0fb51
Fix misordered list.
2002-04-06 07:10:15 +00:00
Mike Barcroft
a2a4431989
Add stdint(7), a manual which describes some of the integer types
...
available in the <stdint.h> header.
2002-04-06 07:05:42 +00:00
Murray Stokely
de26e0ad7a
Add a makefile to document the release building process.
...
Specifically, this documents the available targets and relevant
environment variables for "make release". LOCAL_PATCHES,
RELEASEDISTFILES, RELEASENOUPDATE, etc.. are covered.
A future commit should add more information about drivers.conf,
boot_crunch.conf, and other less well-known aspects of the release
build.
Reviewed and history section added by: phk
2002-03-13 06:33:26 +00:00
Chris Costello
7f0def37ec
As discussed with Bruce Evans and Kirk McKusick:
...
o Combine ufs.7 and ffs.7 into a single ffs.7 man page.
o Remove all references to `ufs' as a file system.
o Proper (lack of) capitalization for `ffs'.
Obtained from: TrustedBSD Project
Sposnored by: DARPA, NAI Labs
2002-01-05 20:18:35 +00:00
Chris Costello
1c393056e6
Move UFS and FFS docs to section 7.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-28 17:10:13 +00:00
Chris Costello
1fc841e3ab
Add in the new security documentation guidelines document.
...
Obtained from: NAI Labs CBOSS Project
Sponsored by: DARPA, NAI Labs
2001-12-22 22:07:02 +00:00
Eric Melville
35f3d11437
Add sprog.7 to the list.
2001-06-04 22:15:44 +00:00
Matthew Dillon
fc32c80215
Add two new manual pages related to general firewall and tuning issues
...
Reviewed by: hackers
2001-05-27 23:14:27 +00:00
Ruslan Ermilov
a3089261bc
Use Groff versions of man(7) and mdoc(7) manpages.
...
mdoc.samples(7) is superseded by mdoc(7).
2001-04-17 12:48:14 +00:00
Ruslan Ermilov
acaf79e1b9
MAN[1-9] -> MAN.
2001-03-27 13:48:25 +00:00
Ben Smithurst
92fbe861c6
Actually add build.7 to the Makefile, 2 months late.
...
PR: 24405
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:11:02 +00:00
Josef Karthauser
fa0be99954
Build and install the perl.style(7) manual page.
2000-10-17 15:33:29 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Matthew Dillon
f063d76ae3
Moved security page from man 1 to man 7
1998-12-20 20:12:17 +00:00
Joseph Koshy
c0226436b4
Add a manual page for man(7).
...
Thanks-to: Joerg Wunsch for sending me a sample page for inspiration.
1998-11-26 00:21:24 +00:00
David E. O'Brien
4000f72f04
Add an introductory manpage for the ports system.
1997-11-09 06:05:45 +00:00
John-Mark Gurney
ac5afce161
add missing cvs Id lines.
1997-03-07 03:28:23 +00:00
Joerg Wunsch
c6e1c8d3c1
Add clocks(7).
...
Submitted by: bde
1996-04-05 08:51:22 +00:00
Bruce Evans
ee911e5456
Remove private rules for clean, depend, lint, tags and install.
...
The private clean rules have been broken since we started
building compressed man pages in the obj directory and the
others don't do anything different from the general rules.
1995-10-21 11:02:01 +00:00
Rodney W. Grimes
44204187ec
Remove trailing whitespace.
1995-05-30 06:58:14 +00:00
Garrett Wollman
8ccf48ea2d
Make man page installation work for ``unattached'' and kernel pages.
1994-08-09 18:41:38 +00:00
Rodney W. Grimes
afe61c1516
BSD 4.4 Lite Share Sources
1994-05-30 19:09:18 +00:00