Max Laier
8624b327d4
Be more verbose about altq SYNOPSIS and add more linkage in the relating pf
...
documents.
Inspired by: scottl
Reviewed by: Brad Davis <so14kNOso14kSPAMcom>
MFC after: 3 days
2005-02-07 11:46:36 +00:00
Gleb Smirnoff
37e90a8cc9
English and mdoc(7) cleanup.
...
Submitted by: ru
2005-02-07 08:17:51 +00:00
Ian Dowse
98c926b20f
Add a mechanism for associating a mutex with a callout when the
...
callout is first initialised, using a new function callout_init_mtx().
The callout system will acquire this mutex before calling the callout
function and release it on return.
In addition, the callout system uses the mutex to avoid most of the
complications and race conditions inherent in asynchronous timer
facilities, so mutex-protected callouts have much simpler semantics.
As long as the mutex is held when invoking callout_stop() or
callout_reset(), then these functions will guarantee that the callout
will be stopped, even if softclock() had already begun to process
the callout.
Existing Giant-locked callouts will automatically pick up the new
race-free semantics. This should close a number of race conditions
in the USB code and probably other areas of the kernel too.
There should be no change in behaviour for "MP-safe" callouts; these
still need to use the techniques mentioned in timeout(9) to avoid
race conditions.
2005-02-07 02:47:33 +00:00
Nate Lawson
f4e8f997fe
Note changes to throttling sysctls and new power_profile(8) cpufrq support.
2005-02-06 21:31:41 +00:00
Poul-Henning Kamp
d2d72ed9bd
Document NO_GPIB
2005-02-06 16:46:49 +00:00
Xin LI
e84187b685
Document NO_NETCAT.
2005-02-06 14:59:03 +00:00
Hideyuki KURASHINA
75be8d597f
List the LSI 320-2E PCI-Express controller as supported.
...
Reviewed by: scottl@
2005-02-06 10:49:28 +00:00
Gleb Smirnoff
14cb4a2f66
Manpage for ng_ipfw node.
2005-02-05 17:53:44 +00:00
Christian Brueffer
ece1f5fe45
Remove Xref to nonexistant ifmedia.4
...
MFC after: 3 days
2005-02-05 15:03:22 +00:00
Christian Brueffer
eced2011e7
Remove last traces of le.4
...
MFC after: 3 days
2005-02-05 14:57:19 +00:00
Christian Brueffer
f9d04d3672
Remove Xref to nonexistant cap.3
...
Ok'ed by: rwatson
MFC after: 3 days
2005-02-05 14:16:35 +00:00
Christian Brueffer
28d16c6b6a
- replace pointers to XF86Config with xorg.conf
...
- remove outdated XFree86 3.3.1 information
- bump .Dd
MFC after: 3 days
2005-02-05 14:09:09 +00:00
Christian Brueffer
bffbb1bea8
Remove last traces of lomac.4
...
MFC after: 3 days
2005-02-05 13:52:21 +00:00
Christian Brueffer
8d243d049b
Backout last commit, lomac_enable is still valid. Just Xref mac_lomac.4
...
instead of lomac.4.
2005-02-05 13:44:29 +00:00
Christian Brueffer
82e9524e14
Xref mac_lomac.4 instead of lomac.4
...
MFC after: 3 days
2005-02-05 13:36:33 +00:00
Christian Brueffer
3d76e5da8a
Remove last traces of lomac(4)
...
MFC after: 3 days
2005-02-05 13:29:20 +00:00
Ruslan Ermilov
fbad9e2d95
Verify that SYNOPSIS section compiles.
2005-02-05 11:31:31 +00:00
Ruslan Ermilov
c8da77c004
Added the SYNOPSIS section.
2005-02-05 11:30:59 +00:00
Joseph Koshy
a4230398d3
Note that functions alq_flush() and alq_post() should not be called in
...
contexts where sleeping is disallowed.
Pointed out by: ru
2005-02-05 02:39:07 +00:00
Pawel Jakub Dawidek
2c7f46173e
Improve EIO error description and mention that it can also occur while
...
writting.
MFC after: 3 days
2005-02-04 11:18:46 +00:00
Christian Brueffer
6331aa50d9
Manpage for Olicom Token Ring adapters, based on input by mdodd.
...
Reviewed by: mdodd
MFC after: 1 week
2005-02-04 01:48:27 +00:00
Ruslan Ermilov
b5f3d58ffd
Reflect recent code changes.
2005-02-03 13:33:34 +00:00
Ruslan Ermilov
c60878f0d2
Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".
2005-02-03 11:52:42 +00:00
Ceri Davies
1eb9584340
Improve English a little.
2005-01-30 13:27:59 +00:00
Yaroslav Tykhiy
af356871b0
Document the recent change to the default status of VLAN support in em(4).
...
MFC after: 1 day
2005-01-30 12:29:06 +00:00
Yaroslav Tykhiy
bd75f93346
Document the user-controlled VLAN_MTU capability of fxp(4).
...
Bump .Dd accordingly.
MFC after: 3 days
2005-01-30 12:15:14 +00:00
Yaroslav Tykhiy
273c97fde3
Bump the document date since its content has changed.
2005-01-30 12:13:13 +00:00
Yaroslav Tykhiy
f41b145cf2
Revise the part on VLAN support in physical interfaces.
...
MFC after: 1 week
2005-01-30 12:06:02 +00:00
Yaroslav Tykhiy
317bb722c1
Update the list of VLAN-aware interface types.
...
MFC after: 3 days
2005-01-30 10:59:50 +00:00
Joseph Koshy
2f6e95a1d2
Bring the prototype for alq_open() in line with the code.
...
Add a section on locking.
2005-01-30 10:21:04 +00:00
Ruslan Ermilov
1de7d3e1db
Start sentences from a capital letter.
...
Submitted by: Joel Dahl
2005-01-29 20:05:07 +00:00
Poul-Henning Kamp
1e48d031c9
Describe 'u' and 'U' in sequence mode.
2005-01-29 16:34:10 +00:00
Ruslan Ermilov
cae0500fd4
Fixed whitespace at EOL and double word.
...
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
Ruslan Ermilov
b0536a9ba4
Mark lists as in the rest of section 9 manpages.
2005-01-28 10:48:52 +00:00
Ruslan Ermilov
0a57ea7df2
Mark lists as in the rest of section 9 manpages.
...
Submitted by: Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
Ruslan Ermilov
802e13ab9b
Polish the formatting.
2005-01-27 10:30:53 +00:00
Poul-Henning Kamp
a1d57b9a52
Update the information, (and likely break all formatting rules).
2005-01-27 09:29:52 +00:00
Ruslan Ermilov
7d64886df5
Add a few colons.
...
Submitted by: Joel Dahl
2005-01-26 20:50:52 +00:00
Suleiman Souhlal
41d9cf82ee
Bump the document date.
...
Forgotten by: ssouhlal, simon, trhodes
Approved by: grehan (mentor)
2005-01-26 06:46:00 +00:00
Juli Mallett
372ef8405c
Linkage with -lobjc requires -lpthread nowadays.
2005-01-26 00:17:03 +00:00
Maxim Konovalov
c80f5eee7f
Add FreeBSD 4.11.
2005-01-25 19:16:09 +00:00
Shunsuke Akiyama
b58e7b4cc5
Add support for new chips, PL-2303X and PL-2303HX.
...
Bump document date.
MFC after: 1 week
2005-01-25 15:58:53 +00:00
Suleiman Souhlal
1fbff2d146
Mention that 'options ALQ' is required when using KTR_ALQ.
...
Approved by: simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
Philippe Charnier
8a579692b2
spell "file system" correctly
...
Approved by: ru
2005-01-24 20:06:16 +00:00
Ian Dowse
641a1aa10d
Attempt to describe the race conditions that must be considered
...
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
2005-01-23 17:42:48 +00:00
George V. Neville-Neil
6617cf5778
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from: Kame Project and OpenBSD
Replace manual pages that may have violated the IETF's Copyright.
All come from the Kame tree.
Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.
All of the text is new and drawn from reading the code and
documentation.
2005-01-23 16:02:48 +00:00
George V. Neville-Neil
b8a3e40819
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Approved by: Robert Watson (robert at freebsd dot org)
Remove files in preparation for replacement with totally new versions
of the manual pages.
Update the Makefile to handle the new file to be added.
2005-01-23 15:41:10 +00:00
Bruce M Simpson
4d80f75020
Fix markup.
...
Submitted by: ru
2005-01-22 21:54:29 +00:00
Bruce M Simpson
bf1639ee7d
Add a note about the slot number not necessarily indicating the physical
...
location of a PCI device in the system chassis.
Remove the note about PAE.
Update document date.
Update my email address.
Update copyright.
MFC after: 1 week
2005-01-22 21:14:46 +00:00
Ruslan Ermilov
8dd6d434d4
Fixed macro abuse.
2005-01-21 20:51:09 +00:00
Ruslan Ermilov
49aa339e39
Fixed xrefs.
2005-01-21 20:50:39 +00:00
Ruslan Ermilov
ead5223f54
Fixed punctuation in xrefs.
2005-01-21 20:48:00 +00:00
Ruslan Ermilov
a3f9c9fc03
Fixed xref.
2005-01-21 12:01:00 +00:00
Ruslan Ermilov
3ac17feb8a
Fixed xref.
2005-01-21 10:48:35 +00:00
Ruslan Ermilov
0a75bcd459
Fixed macro abuse.
2005-01-21 10:46:36 +00:00
Ruslan Ermilov
5c8e5f2462
Fixed xrefs.
2005-01-21 10:35:40 +00:00
Ruslan Ermilov
feaaabdc8f
Fixed xref.
2005-01-21 10:17:17 +00:00
Ruslan Ermilov
9cbda59000
Sort sections.
2005-01-21 08:36:40 +00:00
Ruslan Ermilov
fc2586c322
Fixes to previous revision:
...
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
Wes Peters
008c601837
Document the shiny new WITHOUT_MODULES knob in make.conf.
...
PR: kern/76225
Prodded by: ru@, brueffer@
MFC after: 2 weeks
2005-01-21 03:51:07 +00:00
Warner Losh
0171834abb
Add intersil chip names we know we support since some OEMs use them
...
very transparently.
2005-01-20 18:33:07 +00:00
Warner Losh
9086083a9a
Note SENAO SL-2511CD support
2005-01-20 17:48:01 +00:00
Gleb Smirnoff
c46f7b9c6f
log(9) requires sys/syslog.h.
...
MFC after: 3 days
2005-01-20 10:26:42 +00:00
Ruslan Ermilov
324cfdb7e8
Use the standard section name.
2005-01-18 20:54:50 +00:00
Ruslan Ermilov
30849b5324
The rest of manpages spell this "PSEUDOCODE".
2005-01-18 20:37:11 +00:00
Sean Chittenden
dcb6fc4fc4
Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).
...
MFC after: 7 days
2005-01-18 20:23:47 +00:00
Christian Brueffer
2d4071ac8f
Typo fixes.
...
MFC after: 3 days
2005-01-18 18:13:03 +00:00
Christian Brueffer
3f472b6cb8
Capitalize Windows and fix a typo.
...
Submitted by: markus
MFC after: 3 days
2005-01-18 17:53:35 +00:00
Ruslan Ermilov
87968949e2
Folded two SEE ALSO sections into one.
2005-01-18 09:13:42 +00:00
Tom Rhodes
40eee9fe09
S_ISVTX -> S_ISTXT to reflect the code.
2005-01-18 01:27:44 +00:00
Ruslan Ermilov
d65975f0a8
Document the new EXIT STATUS section.
2005-01-16 22:26:05 +00:00
Ruslan Ermilov
06d7435baf
Added the EXIT STATUS section.
2005-01-16 22:22:28 +00:00
David E. O'Brien
8d918dbd49
Move -Wunused-parameter from WARNS level 3 level 4.
...
Also break long lines -- note that the '\' must be up against the last
character of a line to keep command-line spacing proper.
Requested by: rwatson
2005-01-16 21:18:16 +00:00
David E. O'Brien
626cba20c7
Use >= so we can use the actual WARNS levels.
2005-01-16 21:08:31 +00:00
Ruslan Ermilov
49cf6f6464
Removed .Re without a matching .Rs.
2005-01-16 16:53:13 +00:00
Garrett Wollman
fb6d10e562
Latest IERS Bulletin C ( #29 ): no leap second on 2005-06-30.
...
Obtained from: http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
2005-01-15 21:53:24 +00:00
Scott Long
824f4edf4f
Document bus_dmamap_load_mbuf_sg()
2005-01-15 20:50:52 +00:00
Joseph Koshy
bff0341efe
Move the LOCKING section to before the EXAMPLES section.
...
Make example locking calls in the EXAMPLES section.
Reviewed by: keramida
2005-01-15 16:01:19 +00:00
Ruslan Ermilov
a0c83d5951
Fixed troff warnings.
2005-01-15 12:49:11 +00:00
Ruslan Ermilov
6a5796e734
Eliminate macro calls inside literal displays.
2005-01-15 12:28:01 +00:00
Ruslan Ermilov
1a471b5bef
Fixed markup.
2005-01-15 12:25:47 +00:00
Ruslan Ermilov
a638ba5756
Use lists where appropriate.
2005-01-15 12:24:49 +00:00
Ruslan Ermilov
ae045148ba
A shorter version of the format string.
2005-01-15 12:24:26 +00:00
Ruslan Ermilov
66106cda48
Fixed macro abuse.
2005-01-15 12:23:59 +00:00
Ruslan Ermilov
e8fbc77632
Markup style.
2005-01-15 11:22:13 +00:00
Ruslan Ermilov
c201414f0a
Overhaul the markup.
2005-01-15 11:12:40 +00:00
Ruslan Ermilov
457432e82b
Markup fixes.
2005-01-14 20:23:58 +00:00
Ruslan Ermilov
c7d01a0a6f
Markup fixes.
2005-01-14 17:22:51 +00:00
Diomidis Spinellis
6901ba9306
Fix the pbio include file installation process and the
...
corresponding documentation.
Noticed by: ru
Reviewed by: ru
2005-01-14 14:18:19 +00:00
Ruslan Ermilov
d7b6d54b15
Markup and grammar fixes.
2005-01-14 10:53:55 +00:00
Ruslan Ermilov
e47b4a138a
Markup nit.
2005-01-14 10:49:09 +00:00
Ruslan Ermilov
a1c21316ba
Tiny markup fixes.
2005-01-14 10:46:08 +00:00
Ruslan Ermilov
8ef77f6ebe
Markup fixes.
2005-01-14 10:41:05 +00:00
Ruslan Ermilov
81a112426d
Markup fixes.
2005-01-14 10:33:39 +00:00
Ruslan Ermilov
8de5fd36d9
Markup fixes.
2005-01-14 09:40:13 +00:00
Ruslan Ermilov
5b90d0e8d2
Markup fixes.
2005-01-14 09:28:17 +00:00
Ruslan Ermilov
ac7025dee0
"The ... function" and minor markup nits.
2005-01-13 16:46:49 +00:00
Ruslan Ermilov
2b515bebea
Markup nits.
2005-01-13 16:37:26 +00:00
Ruslan Ermilov
7845fdf905
Removed stray quotes.
2005-01-13 16:30:53 +00:00
Ruslan Ermilov
e93572dedd
Improved markup.
2005-01-13 11:22:29 +00:00
Ruslan Ermilov
b19e4a752d
Markup nits, and fix sentences to start from a capital letter.
2005-01-13 11:09:58 +00:00
Ruslan Ermilov
133da95f5e
Nits.
2005-01-13 10:10:34 +00:00
Ruslan Ermilov
6b13dcc062
Nits.
2005-01-13 09:33:06 +00:00
Ruslan Ermilov
c0854fb7b2
Scheduled mdoc(7) sweep.
2005-01-12 21:48:25 +00:00
Giorgos Keramidas
c16a777f08
A few more mdoc fixes I missed in the suggestions of Ruslan.
2005-01-12 21:43:09 +00:00
Giorgos Keramidas
4227c68d25
Cross-reference the newly added example.9
2005-01-12 20:56:15 +00:00
Giorgos Keramidas
fc943bed27
Link mdoc/example.9 to the build.
2005-01-12 20:55:01 +00:00
Giorgos Keramidas
496ff35d1e
Add a sample manpage for section 9.
...
Suggested by: simon
Reviewed by: ru
2005-01-12 20:49:25 +00:00
Ruslan Ermilov
407ed7ec6e
Sort xrefs.
2005-01-12 10:22:58 +00:00
Ruslan Ermilov
da2fa15981
Scheduled mdoc(7) sweep.
2005-01-12 10:14:43 +00:00
Christian Brueffer
c9968355e5
- list the Hama USB RS-232 Serial Adapter as supported
...
- bump .Dd
PR: 76088
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 3 days
2005-01-11 23:16:20 +00:00
Tom Rhodes
a5254695a7
List RFCs under SEE ALSO.
...
PR: 46918
2005-01-11 21:08:39 +00:00
Simon L. B. Nielsen
6821b22557
Document that MODULE_DEPEND does not change runtime initialization
...
order.
Mostly submitted by: scottl
Discussed on: cvs-src/src-committers
2005-01-11 20:56:03 +00:00
Ruslan Ermilov
41d22c015d
Forgot to submit a fixed version of this script to Simon.
2005-01-10 18:54:55 +00:00
Simon L. B. Nielsen
f1192bffc1
Add support files for using text from the POSIX specification in
...
FreeBSD manual pages:
- POSIX-copyright contains copyright text to be used in manual pages
which has POSIX text inserted.
- deshallify.sh is a shell script which removes many of the ``shall''
statements from the POSIX text and therefore making the text more
readable.
Real work to make this happen by: nectar, ru
2005-01-10 18:09:17 +00:00
Giorgos Keramidas
abf3e95c19
mdoc style nit: "\-" should only be used to represent a minus sign.
...
Suggested by: ru
2005-01-10 16:31:39 +00:00
Giorgos Keramidas
e3a748456f
/usr/lib doesn't contain only archive (ar(1) style) libraries. Shared
...
libraries live there too. Also point to ar(1) which contains a nice
description of what an 'archive library' is.
PR: docs/76056
Submitted by: Enrique Matías Sanchez <cronopios@gmail.com>
MFC after: 3 days
2005-01-10 16:06:13 +00:00
Christian Brueffer
4ac136b3a4
- add the Eagle Tech NE200T
...
- bump .Dd
2005-01-10 09:18:09 +00:00
Ruslan Ermilov
9b28df7fb2
Unbreak the install.
2005-01-10 09:04:13 +00:00
Warner Losh
20ef2e2963
Finish removal of matcd
2005-01-10 08:37:01 +00:00
Giorgos Keramidas
4b928b1d1f
Fix typos and add .Pp after the end of a display to separate the
...
displayed text from the paragraph right after it.
2005-01-09 22:49:24 +00:00
Tom Rhodes
21ad1c6d51
Remove the meteor helper files, imp removed the driver and manual page
...
over a year ago.
2005-01-09 21:21:25 +00:00
Ruslan Ermilov
a6ac4fb307
Revert previous revision. Including bsd.compat.mk is necessary
...
both from sys.mk (to handle old knobs set in /etc/make.conf),
and from here (to handle old knobs set in individual makefiles).
2005-01-09 12:55:47 +00:00
Tom Rhodes
b531f2c07b
[NO]MAN -> NO_[MAN].
...
Bump doc date.
2005-01-08 09:21:35 +00:00
Christian Brueffer
bda32c8604
Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAID
...
device.
Submitted by: Martin Nilsson <martin@gneto.com>
MFC after: 3 days
2005-01-08 03:07:49 +00:00
Giorgos Keramidas
48ef243364
Reorganize the DESCRIPTION section, using .Bl lists to separate the
...
descriptions of items from each other and have related things appear
in the same nesting 'level'.
The .Fn function/macro, and bump document date.
Reviewed by: jkoshy
2005-01-07 19:41:00 +00:00
Maxim Konovalov
15575dc0aa
Finish src part VFS_INIT.9 removal. Need to check www/.
2005-01-07 15:38:21 +00:00
Giorgos Keramidas
98816b6069
The .Fn macro.
2005-01-07 14:10:59 +00:00
Giorgos Keramidas
5c5c45cfbf
The .Fn macro and addition of .Fa in the tag width of the
...
argument description list.
2005-01-07 14:01:08 +00:00
Giorgos Keramidas
3d5ea0fba4
- The .Fn macro and description of the struct statfs' type of
sbp'.
...
- List of struct statfs fields that are related to file systems, much
like the list in stat.2 for the userlevel `struct stat'.
- Bump document date.
2005-01-07 12:56:04 +00:00
Giorgos Keramidas
07e11b32af
The .Fn macro, document `flags' argument & bump document date.
2005-01-07 12:14:43 +00:00
Giorgos Keramidas
5cd9afad91
Trim excessively verbose sentence.
2005-01-07 12:01:11 +00:00
Giorgos Keramidas
98e515c959
The .Fn macro
2005-01-07 11:45:59 +00:00
Giorgos Keramidas
ce4ad10554
Move the description of MNT_FORCE closer to mntflags and use a .Bl
...
list for the valid flag values. This way, if VFS_UNMOUNT(9) supports
more flags in the future, adding a single list item is going to be
easy and all the flags are going to be in one place.
2005-01-07 11:45:11 +00:00
Giorgos Keramidas
59292cdbeb
The .Fn macro.
2005-01-07 11:39:36 +00:00
Giorgos Keramidas
e40e9de2a8
There is no VFS_INIT(9).
...
Approved by: phk
2005-01-07 11:34:05 +00:00
Giorgos Keramidas
c972b6d8df
The VFS_MOUNT() macro expects only 2 arguments in the nmount world
...
(since revision 1.173 of src/sys/sys/mount.h).
Update its prototype, the argument list description and bump the date.
2005-01-07 10:57:33 +00:00
Giorgos Keramidas
66700df04f
Use a .Bl -tag list instead of plain .Pp paragraphs for describing the
...
macro arguments expected by SYSCALL_MODULE().
MFC after: 3 days
2005-01-07 09:02:40 +00:00
Giorgos Keramidas
18746c5893
Fix time-travel bug.
...
Noticed by: krion
2005-01-07 09:00:19 +00:00
Giorgos Keramidas
85ab3df25a
Avoid overusing "these" by breaking a long sentence in 2 smaller ones.
...
MFC after: 3 days
2005-01-07 08:51:10 +00:00
Giorgos Keramidas
2eaf5c1135
Convert the descriptions of module versions to an explicit list and
...
note that these versions numbers refer to moddepend, not the current
module.
MFC after: 3 days
2005-01-07 08:44:31 +00:00
Giorgos Keramidas
be0ffb7642
Syntax nit.
...
MFC after: 3 days
2005-01-07 08:31:09 +00:00
Colin Percival
bfadd9be1e
Point out that tsleep(... , 0) is not permitted if the Giant lock is not
...
held. (It causes a "sleeping without a mutex" assertion failure in
msleep.)
MFC after: 3 days
2005-01-07 02:41:45 +00:00
Giorgos Keramidas
374d072d12
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:33:38 +00:00
Giorgos Keramidas
2757b1cbd1
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:25:11 +00:00
Giorgos Keramidas
dea25585a1
Properly cross-reference pccard(4).
...
MFC after: 3 days
2005-01-06 17:19:56 +00:00
Giorgos Keramidas
cd7aa0fa5d
- Use .Fn for marking up function-like macro names.
...
- Improve the wording in a few places.
- Add the email address of Doug Rabson in the AUTHORS section.
- Link to devfs(5) with an .Xr
MFC after: 3 days
2005-01-06 17:17:29 +00:00
Giorgos Keramidas
c91b6b9ef2
. Use a .Bl list for describing macro arguments.
...
. Various wordign fixes.
. Bump document date.
MFC after: 3 days
2005-01-06 17:16:01 +00:00
Giorgos Keramidas
1aaeeac1e8
. Use a -tag instead of an -inset list, which makes the arguments of the
...
macro stand out more clearly.
. Various other wording fixes.
. Bump document date.
2005-01-06 17:14:21 +00:00
Giorgos Keramidas
bb53ac437b
Use .Fn function_name.
...
MFC after: 3 days
2005-01-06 17:11:56 +00:00