alfred
ee6e4df9d2
Make it explicit that the opening brace of a function body be on a line
...
by itself.
2001-12-27 20:05:47 +00:00
davidc
6b067561b6
Update function definitions and required include files to reflect
...
the current state of the system.
Approved by: alfred
2001-12-26 23:14:04 +00:00
chris
56062578c4
Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:46:33 +00:00
chris
f8fa6d426d
Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:20:24 +00:00
arr
a2b097752d
- typo 'f' should be 't'
2001-12-16 07:46:15 +00:00
jake
0235ad48e8
Note that the atomic ops on char and short data types may not be available
...
on all architectures. Sparc64 does not implement them.
2001-12-15 21:28:02 +00:00
julian
9e5d1d1b57
Make the man page reflec t the code a bit better.
...
Specifically, note the condition of the memory on initial
and subsequent allocations is different.
2001-12-14 19:19:31 +00:00
ru
39d6039178
Fixed prototype.
...
Reviewed by: davidc
2001-12-14 09:25:11 +00:00
ru
4e6bafac27
mdoc(7) police: don't xref to itself.
2001-12-14 09:22:34 +00:00
ru
5cbdc3fd68
mdoc(7) police: markup, grammar and spelling nits.
...
Reviewed by: davidc
2001-12-14 09:11:13 +00:00
imp
f12628189c
Add missing "the".
2001-12-13 01:31:41 +00:00
imp
ec1cf4cdf9
Add two clarifying commnets:
...
1) Note that this file is also by example.
2) Note that you should not use files from /usr/include in
kernel files.
2001-12-13 01:29:34 +00:00
obrien
9957ba2efb
Per the CSRG's type.h, 'typedef' has a <tab> after it.
...
Also add two simpler examples of typedefs to show their formatting.
2001-12-09 18:59:08 +00:00
arr
8687e8db79
- Cross reference the section 9 printf man page since it contains
...
information with regards to in-kernel format directives that are
not in printf.3
2001-12-09 08:12:06 +00:00
ru
8a5a2b0893
mdoc(7) police: fix markup, sort xrefs, grammar nit.
2001-12-08 18:15:29 +00:00
ru
ae0b599cf9
mdoc(7) police: Style style(9).
2001-12-08 17:48:18 +00:00
ru
06ce49c83f
mdoc(7) police: change xref to vfs_mountedon(9).
2001-12-08 16:06:02 +00:00
davidc
2c5c5d5abe
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
...
Because of this apropos notes a BUF(9) page that does not exist.
Reviewed by: alfred
2001-12-08 04:15:37 +00:00
davidc
be29456bc4
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
imp
2e8b6b0508
Be exsplicit about the parentheses around return statements. It is
...
documented by example. Since most of this file is documented by
example, it is confusing. Make things a little less confusing.
2001-12-07 11:40:22 +00:00
jdp
636727a3bb
Fix speling errur.
2001-12-05 02:55:23 +00:00
des
7dc3dcc549
Mention access control.
2001-12-04 14:28:38 +00:00
alfred
398478b467
More kernel vfs docco.
...
Xref vfs_mount(9) from vfs_mount(9)
Submitted by: Chad David <davidc@acns.ab.ca>
PR: docs/32431
2001-12-03 00:25:04 +00:00
jedgar
6e91b14e51
o Update copyright.
...
o Updates content to reflect the changes to acl.h for
internal/external acl_t representations.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-12-02 04:27:13 +00:00
alfred
686c6d137f
Add manpages describing various vfs and vm APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
logo
821a895012
Spelling error: dependant -> dependent
...
PR
2001-11-30 07:18:23 +00:00
ru
bfc02ffff8
Bring the ucred(9) manpage in sync with the source.
...
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.
PR: docs/32275
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: jhb
2001-11-26 18:37:50 +00:00
ru
a46c445089
mdoc(7) police: cosmetique.
2001-11-21 12:07:24 +00:00
ru
d82dbaf3b1
mdoc(7) police: general cleanup.
2001-11-21 12:02:28 +00:00
ru
3242e73680
mdoc(7) police: WITNESS is a #define, mark it as such.
2001-11-21 11:47:55 +00:00
ru
5bfc82c74e
mdoc(7) police: cosmetique.
2001-11-21 11:44:36 +00:00
arr
d6a5097acf
- Fix a number of man pages broken by the KSE merger.
2001-11-20 18:19:19 +00:00
arr
a46b3ed596
- Fix man page that was broke during KSE merger. This is the first in a
...
few commits relating to VOP_* calls and moving in struct thread.
Reviewed by: rwatson
2001-11-20 17:48:55 +00:00
dd
68801835e4
Catch up to proc->thread changes.
...
PR: 31428
Submitted by: Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
bde
6425b36e62
Fixed some English errors, mainly ones not fixed in the previous commit.
...
The previous commit message should have said this too (the only BSDism
fixed was punctuation for non-sentences). Neither these changes nor
the ones in the previous commit were exactly as submitted by me.
2001-10-25 11:20:15 +00:00
julian
2d41af3876
Merge in BSDisms. Slight rewordings in some cases.
...
Submitted by: bde@freebsd.org
Reviewed by: jhb@freebsd.org
2001-10-24 22:57:39 +00:00
jhb
4ec47be8ec
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
julian
13dbe953e7
Alter the suggested way of writing structurtes to make them actuallys
...
readble when there are compound sub-elements (e.g. other structs).
Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org
MFC after: 1 week
2001-10-23 17:40:37 +00:00
bde
1afb151feb
Fixed some bitrot. The KSE interface change for vops had not reached here.
...
Didn't fix older bugs. Most of the examples don't even match historical
interfaces.
2001-10-10 10:17:02 +00:00
sheldonh
257d2f0756
Updates for changes made by KSE import.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-10-06 11:19:41 +00:00
bde
5bfc140e1b
Second round of spelling fixes for vm_page_io_finised. The function name
...
is actually vm_page_io_finish.
2001-10-04 10:10:56 +00:00
bde
b96f5fd1cb
Removed garbage:
...
- bus_generic_map_intr.9. This has been undead for more than 3 years
following the changes in rev.1.4 of sys/bus.h.
- CONDSPLASSERT.9, SPLASSERT.9. These have been undead since SMPng.
They were even less useful than most section 9 man pages -- the
interfaces described in them have never been used in the FreeBSD
source tree.
2001-10-04 09:46:01 +00:00
bde
08ae13ee7f
Fixed missing include in synopsis.
...
Fixed bitrot in synopsis. Const'ification of string args had not reached
here.
Fixed some style bugs (superfluous quotes).
2001-10-04 09:14:48 +00:00
bde
8e73a1ca4c
Fixed many wrong arg types and 1 missing arg in synopsis.
2001-10-04 09:08:59 +00:00
bde
17f224e149
Fixed wrong include in synopsis.
2001-10-04 09:01:49 +00:00
bde
75e6e0a441
Fixed (C) syntax error in synopsis.
2001-10-04 09:01:15 +00:00
bde
5936a4656b
Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached
...
here.
2001-10-04 09:00:38 +00:00
bde
13d639d638
Fixed missing include in synopsis.
2001-10-04 08:59:53 +00:00
bde
4f49b7afb3
Fixed wrong arg type in synopsis.
2001-10-04 08:58:56 +00:00
bde
e344ce4b2a
Fixed wrong include in synopsis.
...
Fixed bitrot in synopsis. Const'ification of make_dev() and
make_dev_alias() had not reached here.
2001-10-04 06:22:22 +00:00