Ruslan Ermilov
f880146813
The devclass is an object type, mark it as such.
...
This also unbreaks the devclass_find(9) manpage.
2003-06-02 15:34:14 +00:00
Ruslan Ermilov
d6071d2f5f
Restore one usage of .Ar that was legal.
2003-06-02 15:32:34 +00:00
Ruslan Ermilov
09f84dd1d3
Assorted mdoc(7) fixes.
2003-06-02 15:02:06 +00:00
Ruslan Ermilov
f937c268cf
Assorted mdoc(7) fixes.
2003-06-02 11:19:24 +00:00
David E. O'Brien
b9c19cc240
I got a bazzar bug report
2003-06-02 08:10:57 +00:00
Andrey A. Chernov
3c76d0dc25
Add zh_CN.GBK to ASCIILINKS
2003-06-02 07:53:44 +00:00
David E. O'Brien
1cd2abf7af
Turn back on c99, the tree should be ready for it now.
2003-06-02 06:26:14 +00:00
Gordon Tetlow
c94887be10
Document netfs_types.
2003-06-02 04:51:55 +00:00
David E. O'Brien
479b54330b
To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"
...
*sigh* Just can't get a brake when trying to react too quickly and fix the build.
2003-06-02 01:01:42 +00:00
David E. O'Brien
f14fd87c5e
Temperarly turn off building the tree with c99.
...
I swore this made it thru a 'make world', but I don't know what happened.
2003-06-02 00:11:07 +00:00
David E. O'Brien
28c3f28e32
Use a bigger hammer -- keep all -std= out of CXXFLAGS.
...
Also allow for "CSTD=" in a Makefile.
2003-06-01 22:13:45 +00:00
Ruslan Ermilov
3cc3bf5282
Assorted mdoc(7) fixes.
2003-06-01 21:52:59 +00:00
David E. O'Brien
5622a7e02d
Do not set a C standard for the C++ compiler.
2003-06-01 21:33:05 +00:00
David E. O'Brien
5890829965
Compile our code as C99 by default.
2003-06-01 18:31:25 +00:00
Andrey A. Chernov
09d8eeb1ed
Add zh_CN.GBK
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:51:27 +00:00
Ruslan Ermilov
bdf95cdef0
Add missing markup bits.
2003-05-31 18:49:23 +00:00
David E. O'Brien
cf459fc35c
CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.
2003-05-31 16:37:22 +00:00
David E. O'Brien
239e385f11
Make CSTD style match the rest of file.
2003-05-31 16:30:39 +00:00
Andrey A. Chernov
c5d8f6027e
Add entry for putty as an alias to vt220-color
2003-05-31 15:46:05 +00:00
Hiten Pandya
15c3fb05e5
Mass cleanup of the namei(9) manual page.
...
- Nuke markup indicators for editors.
- Bump the date
- Use mdoc(7) specifiers for marking up defines, etc.
- Update the prototypes
- Flash out the description
- Cleanup english, spelling and grammar
- Update .Xr's
- Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9)
- Reorder sections to be in agreement with mdoc(7)
- Add FILES section
- Update Copyright and AUTHORS section.
Approved by: des (mentor)
2003-05-31 14:38:45 +00:00
Hiten Pandya
e07f1d5fd7
Various mdoc(7) fixes:
...
Add devfs(5) reference - make_dev.9
Change .Xr from VFS_VGET(9) to vget(9) - vnode.9
Spelling fix, 'useage' to 'usage' - zone.9
Approved by: des (mentor)
2003-05-31 14:20:30 +00:00
Hiten Pandya
0640e9e01b
Some mdoc(7) fixes:
...
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.
The .Ar mdoc(7) specifier should only be used when displaying command line
arguments.
Approved by: des (mentor)
2003-05-31 14:07:25 +00:00
Hiten Pandya
2450346579
Add the bus_dma(9) manual page to our section 9 collection. It
...
provides comprehensive documentation on FreeBSD's Bus DMA interface.
Approved by: gibbs, re@ (scottl)
Reviewed by: gibbs, scottl, des, sam, jake, tmm
2003-05-30 22:57:54 +00:00
Ruslan Ermilov
3e1cee04f8
Assorted mdoc(7) fixes.
2003-05-30 21:13:32 +00:00
Ruslan Ermilov
07a38a786a
Assorted mdoc(7) fixes.
2003-05-29 21:41:11 +00:00
Ruslan Ermilov
bc9a9cb4d0
Assorted mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-29 21:28:36 +00:00
Ruslan Ermilov
734ac3b543
mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-24 19:53:08 +00:00
Hiten Pandya
b8a83c23ca
Get usb(4) manual page closer to reality:
...
- update ``struct usb_device_info''
- add information about new fields in about struct
- document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH()
- update URL of the USB.ORG developer documentation
PR: docs/41580 (original patch)
Reviewed by: n_hibma
Approved by: des (mentor), re (bmah)
2003-05-24 18:28:18 +00:00
Hiten Pandya
1012d9d76c
Bring vnode(9) man page to its senses:
...
- remove '-*- nroff -*-'
- bump the date
- nuke outdated ``struct vnode''
(it is just better to lookup the struct in the header)
- nuke ``enum vtype'' and related junk
- add a one line about ``struct vnode''
- use .Va instead of .Dv for vnode struct fields
Approved by: des (mentor), re (bmah)
Reviewed by: arch@, mentor
2003-05-24 18:19:11 +00:00
Nate Lawson
91113bc86a
Fix a typo in rev 1.10
2003-05-23 21:40:07 +00:00
Warner Losh
7c8cd16cb9
o Document the tunables that acpi allows. (mdoc gurus please comment
...
on and fix if neceeary).
o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel'
platforms. Intel has had nothing to do with amd64.
Approved by: re (scottl@)
2003-05-22 23:58:50 +00:00
Eric Anholt
b1aff8bff1
Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is
...
known to produce broken code with -march=pentium4. Add a note explaining this.
This should be removed when we update to gcc 3.3 or the bug is otherwise fixed.
Approved by: re
2003-05-22 16:56:46 +00:00
Ruslan Ermilov
a0218a2a4d
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
Ruslan Ermilov
02531bb0b0
Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.
...
Approved by: re (blanket)
2003-05-21 17:37:22 +00:00
Ruslan Ermilov
0bf85f4f7e
Fixed the whatis(1) entry for this manpage by using only
...
one short description (.Nd).
Submitted by: sheldonh
Added bswap*() functions to the NAME section.
Approved by: re (blanket)
2003-05-21 17:32:55 +00:00
Ruslan Ermilov
149c72305b
Kill whitespace at EOL.
...
Approved by: re (blanket)
2003-05-21 15:55:40 +00:00
Ruslan Ermilov
923d84c0bc
mdoc(7) fixes.
...
This manpage should really have only one short description (.Nd);
if anyone could come up with a wording suitable for both conversion
and decoding/encoding functions, that would unbreak the whatis(1)
output for this manpage.
Approved by: re (blanket)
2003-05-21 15:52:43 +00:00
Ruslan Ermilov
c8185672b2
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
Ruslan Ermilov
b0eb809d95
Fixed typo in a comment.
...
PR: misc/52486
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
Approved by: re (jhb)
2003-05-21 12:58:28 +00:00
Christian Brueffer
8347fe67c9
Add a reference to release(7)
...
Requested by: murray
Approved by: re (murray)
2003-05-21 07:16:32 +00:00
Christian Brueffer
c89927b8cb
Sort references by section
...
PR: 52501
Submitted by: Simon L.Nielsen <simon@nitro.dk>
Approved by: re (scottl)
MFC after: 3 days
2003-05-20 23:25:44 +00:00
Ruslan Ermilov
7f43a6f399
Use -item lists instead of -tag lists. Grammar.
2003-05-20 22:09:18 +00:00
Ruslan Ermilov
27e46603f1
For multi-line blocks of literal text, please use -literal displays.
2003-05-20 22:08:51 +00:00
Ruslan Ermilov
f71ba16eaf
Nit.
2003-05-20 22:08:28 +00:00
Ruslan Ermilov
8d22ff7521
Add missing markup bits.
2003-05-20 22:07:55 +00:00
Ruslan Ermilov
351ed10fd4
Compact the list.
2003-05-20 22:07:30 +00:00
Ruslan Ermilov
44704bfd90
Removed hard sentence break.
2003-05-20 22:07:03 +00:00
Ruslan Ermilov
5ab9b7eff9
Use the -tag list to document agp(4) ioctls.
2003-05-20 22:06:43 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Peter Wemm
721b850f30
s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.
...
Noticed by: ru
Approved by: re (amd64-specific low risk stuff)
2003-05-20 01:46:16 +00:00