Commit Graph

9149 Commits

Author SHA1 Message Date
harti
be3dc5e5c4 Remove the g++ include directory - it has been gone a long time
ago and add it's new incarnation c++ instead.
2004-07-08 17:07:30 +00:00
harti
5f6c3ef0e4 Add a description what is in the sub-directories of /usr/include/netnatm. 2004-07-08 16:54:39 +00:00
trhodes
0206f02f67 Note that the implementation notes were not only derived from NetBSD but
also applies to other Arcnet drivers.  Note that it should eventually
be moved to a more generic section.
2004-07-08 16:33:01 +00:00
keramida
020ead41a5 Fix some grammar-wording knit.
PR:		docs/66540
Submitted by:	Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after:	3 days
2004-07-08 13:49:39 +00:00
ru
29e2e5157a Markup overhaul. 2004-07-08 13:24:58 +00:00
ru
376b1589f4 Markup nits. 2004-07-08 12:55:24 +00:00
ru
2d5f0f1861 Markup laundry. 2004-07-08 12:52:33 +00:00
ru
3873338d9a Use the commonly used list type to enumerate supported devices. 2004-07-08 12:48:16 +00:00
ru
99e193c324 Slight markup fixes. 2004-07-08 12:45:46 +00:00
ru
1d1296ee07 Make the list type match the common type used to enumerate supported devices. 2004-07-08 12:40:42 +00:00
ru
85752d6c7a Added missing markup bits. 2004-07-08 12:37:18 +00:00
ru
5c65d45625 Protect "e.g." from being interpreted as end of sentence. 2004-07-08 12:36:20 +00:00
ru
630f538d13 Markup fixes. 2004-07-08 12:33:39 +00:00
ru
7097db0000 Fixed markup. 2004-07-08 12:29:37 +00:00
ru
43a47357e1 Slight markup fixes. 2004-07-08 12:21:51 +00:00
hmp
651afa8d35 Correct a couple of language nits and a spelling.
PR:             	docs/68799
Submitted by:   	Chris Pepper <pepper@reppep.com>
MFC after:      	3 days
2004-07-08 11:02:19 +00:00
ru
c1c2ef4d0d Revise markup. 2004-07-08 10:47:13 +00:00
ru
5b29a4f6e7 Markup fixes. 2004-07-08 10:31:12 +00:00
harti
c9703a77ba Add the missing copyright.
Spotted by: ru
2004-07-08 08:14:28 +00:00
ru
96041aaf46 Kill trailing whitespace. 2004-07-08 07:27:26 +00:00
ru
a922db295a Fixed markup. 2004-07-08 07:19:46 +00:00
ru
120de21c67 Slight markup fixes. 2004-07-08 07:11:24 +00:00
ru
f766652367 Markup fixes. 2004-07-08 07:09:57 +00:00
ru
693422a4f7 Slight markup fixes. 2004-07-08 06:56:30 +00:00
ru
bc5fb37951 Slight markup fixes. 2004-07-08 06:38:59 +00:00
alfred
388aa14a1f There is no VOP_TRUNCATE anymore.
style(9) (parenthesis around return values) the example.
2004-07-08 00:43:50 +00:00
alfred
2dbfc10562 s/proc/thread 2004-07-08 00:38:28 +00:00
alfred
c0c9eb5ab0 Update comments in example as well. 2004-07-08 00:36:58 +00:00
alfred
bbca435359 Update because struct componentname now has a thread pointer instead
of a proc pointer.
2004-07-08 00:11:43 +00:00
alfred
d55ee1cb16 Update in the face of NDFREE.
Basically the advice on freeing the componentname buffers is no
longer correct.
Update the example code.
2004-07-08 00:08:18 +00:00
keramida
256aa8456f Fix various grammar knits.
PR:		docs/66824
Submitted by:	Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after:	3 days
2004-07-07 21:37:30 +00:00
ru
ae2041038b Fixed markup. 2004-07-07 20:32:33 +00:00
ru
6e28d19886 mdoc(7) fixes. 2004-07-07 19:57:16 +00:00
simon
cd733a262c Remove double .Pp caused by p4 miss-merge. 2004-07-07 19:41:42 +00:00
simon
0bc21a3f79 Add a HARDWARE section.
For cx(4) this was based on information from the Hardware Notes.

OK'ed by:	rik
2004-07-07 19:36:12 +00:00
ru
df649ee979 Bumped document date for the recent changes here.
Fixed bad example of how to start a new sentence.
Added missing punctuation.
Fixed cut-n-paste error in the STANDARDS section.
Mention modern POSIX and C standards.
2004-07-07 18:59:33 +00:00
ru
89dfe88cd1 Added missing punctuation. 2004-07-07 17:36:31 +00:00
maxim
bc9ffc86db MT_TAG is dead. 2004-07-07 16:48:16 +00:00
ru
5fd3cbc289 Removed legacy comment. 2004-07-07 15:14:51 +00:00
ru
10c80a6752 Slight content fixes. 2004-07-07 13:21:46 +00:00
ru
809bf54cef Pathnames as .Nm arguments in the NAME section isn't a
good idea, as they appear in the whatis(1) output.  So
replace them with the lowercase version of the document
title.  While here, do some tiny markup fixes.
2004-07-07 13:09:37 +00:00
ru
be0c6afcc9 Fixed document title (should be in all uppercase).
List all functions in the NAME section so they appear in whatis(1).
Assorted fixes (mostly markup).
2004-07-07 12:59:39 +00:00
ru
2ed55cc4ac Sweep formatting and assorted fixes. 2004-07-07 07:56:58 +00:00
ru
54aaa7fc40 Tabs here upset my automatic checker, so replaced them with spaces. 2004-07-07 07:56:36 +00:00
ru
5d6d464225 Fixed section name. 2004-07-06 20:43:24 +00:00
ru
f755993574 Eliminated mdoc(7) warning. 2004-07-06 19:56:09 +00:00
ru
a9effeeda1 mdoc(7) fixes. 2004-07-06 19:51:31 +00:00
ru
6e6a73abd3 Tiny markup fixes. 2004-07-06 16:24:02 +00:00
ru
b417b6e83f Tiny markup nits in an otherwise outstanding mdoc(7) work. 2004-07-06 16:16:36 +00:00
ru
c3701aee24 Tiny markup fixes. 2004-07-06 08:21:12 +00:00