wiz
a969e6f361
setup -> set up, from jmc@openbsd.
2003-05-14 07:57:51 +00:00
wiz
72560fa3c0
New sentence, new line; use .Aq; set -> set up.
2003-05-14 07:50:50 +00:00
wiz
8a4655ce73
Setup -> set up; new sentence, new line; add some commas; change kernel building instructions to include make depend.
2003-05-14 07:40:27 +00:00
wiz
34757ddf9c
Setup -> set up, from jmc@openbsd.
2003-05-14 07:28:01 +00:00
dbj
f1e0ecadf7
remove dependencies on ${LIBC} ${LIBM} and ${LIBTERMCAP} static libraries
...
from host tool targets. Commits fix from PR toolchain/21495
2003-05-14 00:24:06 +00:00
wiz
956c6be35c
Fix typo; new sentence, new line; use more mdoc; add FILES section; sort SEE ALSO.
2003-05-13 10:08:36 +00:00
wiz
28756760a7
Bump date for last.
2003-05-13 09:59:27 +00:00
fvdl
c6626dc295
Fix this up a bit to match reality. Needs more work, and so do some
...
other manpages describing scheduling-related functions.
2003-05-13 09:56:27 +00:00
ragge
7eef3e7815
This ksyms man page should describe the current interface.
2003-05-11 18:09:49 +00:00
wiz
e64e6c16f0
Make that May :).
2003-05-11 17:49:12 +00:00
augustss
3ed5e278c3
Add Belkin F5U109.
2003-05-11 16:30:16 +00:00
wiz
8635711f3e
Add Centreville, and fix 22015. From Sean Davis in PR 21407.
2003-05-11 01:55:18 +00:00
thorpej
a6bb9a13b4
Back out the following chagne:
...
http://mail-index.netbsd.org/source-changes/2003/05/08/0068.html
There were some side-effects that I didn't anticipate, and fixing them
is proving to be more difficult than I thought, do just eject for now.
Maybe one day we can look at this again.
Fixes PR kern/21517.
2003-05-10 21:13:27 +00:00
salo
a760954e6f
Fix AMS, from Douwe Kiela via PR misc/21523.
...
Better describe PRG.
Add BTS.
2003-05-10 19:38:06 +00:00
wiz
6169ff492d
Bump date for last; new sentence, new line.
2003-05-10 09:09:41 +00:00
fvdl
b1d933d3cf
Document isa_drq_alloc/free.
2003-05-10 00:02:22 +00:00
christos
b024767c0c
Fix _HOST_CYGWIN lossage.
2003-05-08 20:39:00 +00:00
salo
1b089357bd
Whitespace.
2003-05-08 18:59:06 +00:00
thorpej
97b3b91fa8
Simplify the way the bounds of the managed kernel virtual address
...
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM. Machine-dependent code is
responsible for initializing them before main() is called. Anything
that steals KVA must adjust these variables accordingly.
This reduces the number of instances of this info from 3 to 1, and
Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM. Machine-dependent code is
responsible for initializing them before main() is called. Anything
that steals KVA must adjust these variables accordingly.
This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().
Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM. Machine-dependent code is
responsible for initializing them before main() is called. Anything
that steals KVA must adjust these variables accordingly.
This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().
This also eliminates some kludges such as having to burn kernel_map
entries on space used by the kernel and stolen KVA.
This also eliminates use of VM_{MIN,MAX}_KERNEL_ADDRESS from MI code,
this giving MD code greater flexibility over the bounds of the managed
kernel virtual address space if a given port's specific platforms can
vary in this regard (this is especially true of the evb* ports).
2003-05-08 18:16:20 +00:00
christos
e9672445c0
Hacks for limited command and environment space (John Gordon)
2003-05-08 13:34:07 +00:00
christos
61987b916a
Deal with CYGWIN's sh screwage.
2003-05-08 13:02:09 +00:00
uebayasi
80e148b7e3
Make libmagic known as a system library, and install manual page links
...
of the libmagic functions.
Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in
PR21496.
Reviewed By: wiz
2003-05-08 07:14:11 +00:00
wiz
a65567f59b
Hack around ".Nm" introducing newlines in the SYNOPSIS section.
...
Reported by Kouichiro Hiratsuka via uebayasi.
2003-05-08 05:38:10 +00:00
wiz
93530159cb
New sentence, new line.
2003-05-08 04:48:27 +00:00
wiz
2cefdd1518
Bump date for last. Drop trailing whitespace.
2003-05-08 04:46:35 +00:00
gmcgarry
b4cb3ae351
Consistently use 'Native Language Support' for NLS. From Jeremy C. Reed.
...
Also, add table of ISO639 language codes.
2003-05-07 22:41:26 +00:00
fvdl
6fd55b60ac
Add -mcmodel=kernel to CFLAGS for amd64.
2003-05-07 22:36:06 +00:00
jwise
79a13eae41
Add a second example, showing how to create the same vlan as in the first
...
example, but at system startup time.
Finishes fix of PR 17863.
2003-05-07 16:49:59 +00:00
yamt
7fb7b24fed
make RPC_XDRFILES depend on files in right directory.
2003-05-07 13:41:22 +00:00
wiz
5b3ea1544b
Misc fixes.
2003-05-07 13:28:12 +00:00
takemura
e02bb3ff4e
Added man page, hpcmips/boot.8. PR #21371 .
2003-05-07 13:14:50 +00:00
itojun
321d39a033
sync w/ freebsd 1.72 (includes up to openbsd 3.3)
2003-05-07 07:11:00 +00:00
fair
38bbc15b9b
Clean up nroff issues. Add more mdoc macro use.
...
Clarify wording and grammar.
Add an EXAMPLE section per PR 17863
2003-05-07 03:33:49 +00:00
wiz
b376555071
dial-in, not dialin. From Leandro Costa via jmc@openbsd. Similarly, dial-out for dialout.
2003-05-06 19:05:35 +00:00
wiz
845cf3eb91
Join Nd argument to Nd line.
2003-05-06 19:04:05 +00:00
wiz
d3e223b7ec
German, not german. From Leandro Costa via jmc@openbsd.
2003-05-06 19:03:50 +00:00
wiz
86ca06c9ea
pseudo-device instead of pseudodevice. From Leandro Costa via jmc@openbsd.
2003-05-06 19:03:21 +00:00
wiz
3241800d20
Remove duplicate word. From Leandro Costa via jmc@openbsd.
2003-05-06 19:02:56 +00:00
wiz
31dec964b2
Fix typo. From Leandro Costa via jmc@openbsd.
2003-05-06 19:02:46 +00:00
wiz
15296607b8
Uppercase some TLAs and FLAs. From Leandro Costa via jmc@openbsd.
2003-05-06 19:01:21 +00:00
wiz
c678bd5352
IntelliMouse, not Intellimouse. From Leandro Costa via jmc@openbsd.
2003-05-06 18:59:46 +00:00
wiz
39f8bdccc4
Update URL. From Leandro Costa via jmc@openbsd.
2003-05-06 18:59:20 +00:00
wiz
36e5d24cc9
Realtek, not RealTek. From Leandro Costa via jmc@openbsd.
2003-05-06 18:58:24 +00:00
wiz
1eacbb35cd
busses -> buses, from jmc@openbsd.
2003-05-06 18:30:42 +00:00
jmmv
4296d7d483
Drop trailing whitespace. Reviewed by wiz.
2003-05-06 10:46:41 +00:00
wiz
09757d7c39
Typo and punctuation fix, one each, from Patrick Welche.
2003-05-06 10:21:13 +00:00
wiz
7d8f3e39e7
regen (wsfont added to alpha, more man page links)
2003-05-06 08:49:05 +00:00
wiz
8285350090
Add a missing word. New sentence, new line.
2003-05-06 08:42:19 +00:00
wiz
7401645eb4
New sentence, new line. Bump date for last. Fix Xrefs.
2003-05-06 08:36:29 +00:00
wiz
6271a9675f
Bump date for last, and fix two typos.
2003-05-06 08:27:22 +00:00
wiz
b630da6585
mdoc fix.
2003-05-06 08:15:04 +00:00
wiz
a932ff4884
Drop trailing space.
2003-05-06 08:09:36 +00:00
wiz
e884f1876e
Add comma after e.g., and fix two mdoc nits.
2003-05-06 07:56:54 +00:00
wiz
874319d3ca
Grammar fix.
2003-05-06 07:44:54 +00:00
wiz
0a9e97ee9d
New sentence, new line; drop superfluous Pp; grammar fix.
2003-05-06 07:43:14 +00:00
kleink
2320944ad7
Bring audio(9) back in sync with audio_if.h; from Murray Armfield in
...
PR misc/21432.
2003-05-05 20:52:52 +00:00
wiz
7a15b67bd3
EtherLink, not Etherlink; from Leandro Costa via jmc@openbsd.
2003-05-05 09:38:35 +00:00
ad
bd17d709ab
Xref amr.
2003-05-04 16:18:32 +00:00
fvdl
cfb43ff372
Default to -O2 for x86_64.
2003-05-04 12:05:50 +00:00
gmcgarry
dda0ea0697
Filename typo
2003-05-04 04:42:47 +00:00
gmcgarry
b01d08c7d6
Add description for NBUF. From Greg A. Woods in PR#17397.
2003-05-04 01:56:52 +00:00
gmcgarry
4270c007ac
Add some more IBM-encoded fonts.
...
These fonts were taken from the FONTMAN (fpman220.zip) distribution by
Horst Schaeffer.
They are not intended for serious use. They were chosen to look
significanly different to vt200 fonts currently available. Good
for demonstrating wscons capability.
2003-05-04 00:50:27 +00:00
gmcgarry
00d263ccca
Mention correct VGA resolution. Now the example isn't so convincing.
2003-05-04 00:27:17 +00:00
gmcgarry
6d272528dc
Expand on fonts and font sizes. Shuffle discussion a little.
2003-05-04 00:11:54 +00:00
wiz
12d121bd69
Sort SEE ALSO.
2003-05-03 23:24:13 +00:00
gmcgarry
62c18e05f7
Xr wsfont(4)
2003-05-03 23:20:15 +00:00
gmcgarry
32a72df015
Add details.
2003-05-03 23:20:01 +00:00
wiz
e6367d8a4b
Use more mdoc, some mdoc improvements, unxref crash(8).
...
XXX: Needs more work, e.g., at least a SYNOPSIS section.
2003-05-03 23:15:31 +00:00
wiz
6458b9c21b
Put Nd argument in quotes, since it is more than 9 arguments long.
...
From jmc@openbsd.
2003-05-03 20:49:05 +00:00
wiz
6a8058b52a
Misc fixes from jmc@openbsd.
2003-05-03 19:01:05 +00:00
wiz
1ffa7b76c4
DMA, not dma nor Dma.
2003-05-03 18:10:37 +00:00
gmcgarry
3dac715ee8
Document MTRR. Addresses PR#14735.
2003-05-02 09:11:07 +00:00
gmcgarry
6369566e8d
Document "stray interrupts". From Charles Hannum on netbsd-users@netbsd.org.
...
Addresses PR#12913.
2003-05-02 08:19:43 +00:00
gmcgarry
7c8d3835be
Consistently describe I/O port page. Addresses PR#11793.
2003-05-02 08:05:14 +00:00
fair
60ec1171ef
Add a full list of config(8) lines from sys/arch/*/conf/GENERIC
...
Add ms(4) and kbd(4) to SEE ALSO.
Correct Ud -> Ux in HISTORY.
Add links to zs.4 and zsc.4 to make this easier to find.
Mention "Zilog 8530" in the Nd so that the permuted index will find
this driver.
2003-05-02 00:42:40 +00:00
fair
21f4f3ecc0
OK, remove the alpha bits because it has been converted to use
...
zstty(4) in -current, though NetBSD/alpha on the 1.6 branch is
still using scc(4). Mention this in the HISTORY section.
This should finally answer PR 19572, although the zstty(4) man page
is woefully inadequate.
2003-05-01 19:31:54 +00:00
fair
12f3ab83c8
Add Xr diskless 8 because Suns can netboot.
...
Remove "floppy" from the example list of things that can UltraSPARC
can boot from.
2003-05-01 18:44:11 +00:00
yamt
245e20c483
mdoc improvement.
...
(use the longest tag for width specifier)
2003-05-01 15:58:49 +00:00
yamt
07993bf5b9
redo a half of the previous correctly.
...
('op' arg of VOP_ADVLOCK)
2003-05-01 15:42:51 +00:00
yamt
307d26d6a8
VOP_ADVLOCK:
...
F_{RD,WR,UN}LCK is not for 'flags'.
2003-05-01 15:30:35 +00:00
wiz
63d39ddbe4
New sentence, new line. Some mdoc fixes.
2003-05-01 14:11:11 +00:00
wiz
876372d88e
a -> an from jmc@openbsd.
...
New sentence, new line while I'm here.
2003-05-01 14:01:39 +00:00
wiz
7dcc28d440
ultra sparc -> UltraSPARC.
2003-05-01 11:16:28 +00:00
martin
b21f878e23
Add another example. Fix files section (/boot is called /ofwboot realy)
...
and now that we mention floppy disks add a bugs section - we can't boot
from them.
2003-05-01 11:14:03 +00:00
wiz
c05987da9e
Use \*[Gt] instead of > for HTML output.
2003-05-01 09:48:05 +00:00
wiz
5fe6660b13
Drop superfluous Pp and duplicate FILES section; add article; end sentence with a dot.
2003-05-01 09:34:57 +00:00
fair
04b8228faf
Complete rework of this man page to explain SRM enough to boot an
...
alpha. This is to answer PR 20557.
2003-05-01 09:15:56 +00:00
uebayasi
8a940b232d
Typos, mostly a -> an.
...
Reviewed by: grant
2003-05-01 08:42:07 +00:00
gmcgarry
8a0a3238fa
Manpage for amr(4) from FreeBSD. Addresses PR#17110.
2003-05-01 08:36:50 +00:00
fair
47dc853e49
Clean up nroff problems. Reword description a little.
...
Add requirement for SCSI CD-ROMs (should be ID 6, and must
be able to do 512-byte reads). Add STANDARDS section.
This should close PR 21387.
2003-05-01 06:20:19 +00:00
wiz
2e72bf0557
Sort sections; new sentence, new line; use more mdoc;
...
drop crash(8) reference.
2003-05-01 02:11:01 +00:00
martin
63185858eb
Reference IEEE 1275 and rename L1 to STOP (mentioning the old name).
...
From Erik Fair.
2003-04-30 20:40:06 +00:00
dsl
59ed981455
Straight not strait
2003-04-30 20:06:10 +00:00
jmmv
d8a685c47a
Add 'RTFC', as requested in PR misc/21400 by dive at endersgame.net.
2003-04-30 13:04:52 +00:00
martin
4e3a142d56
Clone the sparc boot(8) man page and bend it into shape for sparc64.
2003-04-30 12:32:29 +00:00
tsutsui
32b7f7206e
Improve hardware/device descriptions. (maybe needs wizd(8) ;-)
2003-04-29 22:02:44 +00:00
wiz
ab8a5ed674
Fix some dates; new sentence, new line; drop superfluous Pp.
2003-04-29 21:12:48 +00:00
wiz
1dae3d1d3e
Fix some dates, put Nd argument on same line.
2003-04-29 21:12:17 +00:00
wiz
cac849c126
New sentence, new line; use more mdoc; sort SEE ALSO;
...
correct some dates.
2003-04-29 21:00:32 +00:00
gmcgarry
97c9a5f9dd
arc and cobalt directories
2003-04-29 21:00:29 +00:00
gmcgarry
b7953b24d7
Add some missing pages.
2003-04-29 21:00:04 +00:00
wiz
71c404893b
New sentence, new line; correct some dates and releases; drop a superfluous Pp.
2003-04-29 20:57:24 +00:00
gmcgarry
38e597e8b6
Add intro.
2003-04-29 20:57:15 +00:00
gmcgarry
fe8b01a5b1
Add missing intro.
2003-04-29 20:52:58 +00:00
gmcgarry
d99cbc10bf
Duh. Can't even blame the coffee.
2003-04-29 20:50:44 +00:00
gmcgarry
fcca6ee71c
Add missing intro.
2003-04-29 20:47:58 +00:00
wiz
eea921656c
New sentence, new line; drop trailing spaces.
2003-04-29 16:06:44 +00:00
fredette
7863680d0c
Added a SYNOPSIS section, added content about boot device
...
selection, and added the man page to the set lists.
2003-04-29 15:04:41 +00:00
scw
ee96a063f1
Build shared libraries by default on sh5. They seem stable enough now.
2003-04-29 14:59:02 +00:00
wiz
befa7a8964
More mdoc; some grammar fixes; comment out Xref to crash(8) (doesn't exist).
2003-04-29 13:13:10 +00:00
wiz
3f3fd9f0d6
Use more mdoc macros; comment out reference to non-existing crash(8) from
...
SEE ALSO.
2003-04-29 13:05:32 +00:00
fredette
226e50835b
Added a boot(8) man page for sun2.
2003-04-29 13:00:57 +00:00
wiz
ebc4bc6c02
Update for rename from veriexec to verifiedexec.
2003-04-29 12:38:01 +00:00
augustss
c6715d7fe8
Add more (skeleton) missing man pages.
2003-04-29 11:49:50 +00:00
wiz
59295bb7cf
Fix name part of email address.
2003-04-29 11:43:43 +00:00
augustss
1b30b81d8d
Add some man pages that were missing. The pages are empty, but has the
...
email address of the person who added the driver. ;-)
2003-04-29 11:35:54 +00:00
wiz
19699fcce0
Bump date for last; use .Nm opms instead of Xreferencing ourselves.
2003-04-28 12:15:17 +00:00
augustss
19e28afeba
Add a line about opms.
2003-04-28 11:52:46 +00:00
augustss
68d8a112dc
Link opms to pms.
2003-04-28 09:54:57 +00:00
augustss
0f48b30c19
Link cons to console.
2003-04-28 09:53:43 +00:00
fvdl
ee5c723638
Correct previous. MACHINE is amd64. MACHINE_ARCH is x86_64.
2003-04-27 10:15:01 +00:00
tron
ef4a5d5fc9
x86_64 -> amd64
2003-04-27 10:10:28 +00:00
wiz
5084d44ea8
regen (x86_64 -> amd64)
2003-04-26 21:00:56 +00:00
fvdl
e937aee3c1
another x86_64 -> amd64
2003-04-26 20:55:40 +00:00
fvdl
043f21d9ea
x86_64 -> amd64
2003-04-26 19:14:17 +00:00
fvdl
0945a6df17
x86_64 -> amd64
2003-04-26 19:02:50 +00:00
jmmv
c338f2125f
Fix ISA meaning; thanks salo@.
2003-04-25 19:53:17 +00:00
jmmv
586e8b8a61
+BLOB
2003-04-25 18:57:18 +00:00
fair
32c41ae13d
Preliminary nroff cleanup prior to fixing a problem report.
2003-04-25 04:19:15 +00:00
fair
05b9b8507d
One more: add ttys(5) to SEE ALSO, and compact the device file lists.
2003-04-25 03:17:08 +00:00
fair
0ee7b4ecbf
Gaaaaaah! I should have double checked that pmax had been changed
...
to match alpha, and they're different - alpha: ttyB0, pmax: ttya
So, change the FILES section again to differentiate between alpha
and pmax, plus add a clear statement in the first paragraph as to
which computers listed are supported by which port.
Hopefully this will properly answer PR 19752
2003-04-25 03:03:07 +00:00
fair
5a6ae49f80
Change the serial port file names in the FILES section to ttyB0,
...
etc. to match current reality, per PR 19572
Add some paragraph breaks to make the text more readable, and to
more clearly separate the topics covered.
Sprinkle Tn macros liberally. Update the man page date.
2003-04-25 02:48:23 +00:00
fair
3c460e58a0
Add MAKEDEV(8) to the SEE ALSO list.
...
Clean up nroff problems.
A commit to clean up a problem report comes next.
2003-04-25 02:31:57 +00:00
wiz
5eafd757ee
regen (init target, some other stuff)
2003-04-24 12:15:58 +00:00
wiz
39f7be757e
Use .Aq instead of \*[Lt]...\*[Gt].
2003-04-24 12:13:03 +00:00
matt
275eeea6c9
The __wrap_* symbols need to become local symbols. If you have module
...
x which is dependent y but they both have __wrap_foo, if the __wrap_foo
is not localized, you will get linker truncation messages.
2003-04-23 18:34:20 +00:00
wiz
4655e4e4cd
Change Dd to this year; new sentence, new line.
2003-04-23 05:43:47 +00:00
augustss
c1ca8bff0e
Add intro(4) man page.
2003-04-22 22:16:29 +00:00
christos
2b009f6aa8
fix lossage caused by previous commit.
2003-04-22 12:55:26 +00:00
wiz
21b07cfaf5
Bump date for last.
2003-04-22 08:53:02 +00:00
fair
3be73adced
Remove the reference to the gdb "-k" option,
...
which is deprecated, per PR 19106
2003-04-22 08:45:57 +00:00
grant
8b06af555f
netbsd.org -> NetBSD.org
2003-04-22 08:14:38 +00:00
christos
6fab16d795
PR/6257: Izumi Tsutsui: bsd.lib.mk should set target only if LIB is defined.
2003-04-20 21:57:17 +00:00
martin
16ebbf4a10
Regen (sysmon added)
2003-04-20 17:06:25 +00:00
gmcgarry
2eaa7e53cc
Update to reflect caddr_t -> void * change.
2003-04-20 04:42:15 +00:00
wiz
a41d0875b7
New sentence, new line; use \*[Gt] instead of > for HTML output;
...
bump date for latest major change.
2003-04-19 10:56:51 +00:00
martin
57fde84a63
More explicitly point to MSS-clamping, after explaining why the ifmtu
...
sysctl may not be enough. Hopefully this avoids users stoping after the
"but this does not work for you" phrase and makes them read the next
paragraph too.
2003-04-19 10:08:40 +00:00
thorpej
dc3fb4160a
* Control -> Configuration
...
* Note the new default for ACPI_PCI_FIXUP (off).
2003-04-18 17:05:17 +00:00
wiz
600cb54238
Link mem(4) to kmem(4), as it was for arm32.
2003-04-18 15:04:22 +00:00
perry
6545393afc
Update date
2003-04-17 21:24:18 +00:00
perry
f15285a4b0
Improve the language and description.
2003-04-17 21:23:45 +00:00
tron
088e2da85b
Add manual page for wizd(8).
2003-04-17 20:48:33 +00:00
wiz
c77eae368f
Convert to mdoc, except for a gruesome example.
2003-04-17 20:04:29 +00:00
wiz
5202e85a00
Temp file, should not have been committed.
2003-04-17 11:59:36 +00:00
wiz
2134d1718c
Fix Dd (add comma).
2003-04-17 11:58:19 +00:00
wiz
2670025d0f
Sort SEE ALSO. New sentence, new line.
2003-04-17 11:58:11 +00:00
bjh21
6a50deb8cc
Fix Cd.
2003-04-17 11:52:25 +00:00
bjh21
909aa74634
In a shocking departure from tradition, provide useful documentation of the
...
state of mouse support in NetBSD/acorn32. Maybe this will inspire someone
to make it work better.
Largely taken from bits of i386 documentation that are long obsolete, apart
from qms(4), which is entirely new (the old quadmouse(4) being useless).
2003-04-17 11:46:09 +00:00
wiz
d5fb387903
Cleanup: put $NetBSD$ on top, remove superfluous quotes, try to match
...
.Cd with config file.
XXX: kbd(4)'s Cd is still wrong, some acorn32 guy please fix.
2003-04-17 10:32:39 +00:00
wiz
63284878ef
Moved from man4.arm32.
2003-04-17 10:31:46 +00:00
wiz
bad60bf647
Install oak(4), and descend into man4.acorn32 instead of man4.arm32.
2003-04-17 10:17:03 +00:00
wiz
c9d4284847
Move acorn32-specific man pages from man4.arm32 to man4.acorn32.
2003-04-17 10:16:12 +00:00
wiz
1e0e6282dd
There does not seem to exist a corresponding driver to this man page.
2003-04-17 10:13:26 +00:00
wiz
0ce7c3e89b
eh(4) only exists on acorn32, and that already has a better man page for it.
2003-04-17 10:12:37 +00:00
wiz
7be5382c70
Move oak.4 from man4.arm32 into man4, since it's shared between acorn26
...
and acorn32.
2003-04-17 10:11:37 +00:00
lukem
08b87159f0
check strtol for ERANGE overflow too...
2003-04-17 02:59:29 +00:00
thorpej
f3fa84cd7c
Xref mpt(4).
2003-04-16 22:34:01 +00:00
thorpej
9bb07287c3
Manual page for the LSI Fusion-MPT SCSI/Fibre Channel driver.
2003-04-16 22:32:15 +00:00
wiz
1a4ff7f91d
Fix typo in macro name.
2003-04-16 16:13:29 +00:00
wiz
e2b9f7144c
Use .In instead of .Fd.
2003-04-16 16:09:04 +00:00
wiz
7a1ffdc377
Document .In, based on the documentation in groff-1.18.1.
...
Noted missing by perry.
2003-04-16 16:05:56 +00:00
tsutsui
ddc6c721bc
Fix pasto.
2003-04-16 13:44:35 +00:00
jmmv
14f04cdd26
Capitalize "Reset" to match descriptions of all other items in the same list
...
(all starting with capital letter).
2003-04-16 13:37:50 +00:00
wiz
472351e13d
Use
...
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
dd47a963eb
Punctuation nit.
2003-04-16 10:19:05 +00:00
wiz
d3de02ab6c
Fix a typo, and improve grammar.
2003-04-16 10:14:05 +00:00
wiz
c0b34ed9ad
regen (no more quadmouse).
2003-04-16 10:03:25 +00:00
wiz
074e8f5eea
Bump date for addition of more drivers, and sort that list.
2003-04-16 09:59:40 +00:00
wiz
986d19cf10
Drop trailing space.
2003-04-16 09:31:35 +00:00
wiz
26fbb487a0
Uppercase PCMCIA.
2003-04-16 09:07:05 +00:00
wiz
f80ec0a8a0
Nicer mdoc for last. Bump date for last, too.
2003-04-16 08:55:42 +00:00
kleink
901550cf82
Following the pci(9) example, list cardbusreg.h here as well.
2003-04-14 18:34:26 +00:00
wiz
367cad0a97
regen (Risc PC)
2003-04-14 11:57:45 +00:00
gmcgarry
dbb7ed96ba
Remove confusing examples.
2003-04-14 06:47:12 +00:00
wiz
16abdc28f6
regen (RiscPC)
2003-04-14 06:32:57 +00:00
wiz
3f001e56e4
hpib -> HP-IB. From Igor Sobrado in PR 21143.
...
Use more mdoc macros.
2003-04-14 06:25:47 +00:00
wiz
09d1ef0601
regen (IP Filter, ITE, some misc.)
2003-04-14 05:48:46 +00:00
salo
0db44986d2
Add slovak language libc message catalog.
2003-04-14 05:21:47 +00:00
cjep
cb8e57462e
Builtin -> Built-in. PR#21129
2003-04-13 16:12:59 +00:00
cjep
0ea55ddab3
standalone -> stand-alone. PR#21128
2003-04-13 16:11:49 +00:00
cjep
f46e568a4b
Typo (wheter -> whether). PR#21126.
2003-04-13 16:05:46 +00:00
cjep
58ab011c50
standalone -> stand-alone. PR#21125.
2003-04-13 16:04:02 +00:00
jmmv
4f7db6cd44
Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
...
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00
dbj
952f555608
grammar nit. "set to." changed to "to which"
2003-04-13 07:15:20 +00:00
wiz
1ed976874c
Remove trailing space.
2003-04-13 01:45:06 +00:00
oster
483ec40279
Briefly describe how to enable a number of the optional RAID types.
...
Remove wording which suggests that SCSI IDs need to be hard-coded --
this hasn't been a requirement since auto-configure.
2003-04-12 21:20:04 +00:00
thorpej
9d788d6da1
Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It
...
is sometimes necessary for non-library Makefiles to determine if _pic
libraries are being built.
Problem pointed out by Havard Eidnes.
2003-04-11 22:40:31 +00:00
yamt
32c3ac4c30
'indent' is now const.
2003-04-11 11:59:28 +00:00
jmmv
2494dcd3ba
Add the share/misc/acronyms.comp file, which is a small acronyms database
...
containing computer-related terms; a complement for manpages.
As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.
Closes my own PR misc/17559.
2003-04-11 11:07:15 +00:00
jdc
0825a1c03c
Add .Ft.
...
Remove Fortran only note from .Vt.
From a discussion with Thomas Klausner.
2003-04-11 09:56:07 +00:00
wiz
c619997735
Bump date for last.
2003-04-11 06:04:23 +00:00
christos
5334b7dc7d
bye bye UCONSOLE
2003-04-10 22:10:12 +00:00
salo
2250b51a29
Fix prefix for Bratislava, it has changed from 7 to 2.
...
Add entries for all areas in Slovak Republic.
2003-04-10 20:27:40 +00:00
kleink
9a46e58eb2
Incorporate ISO 3166/MA Newsletter V-6 (Timor-Leste).
2003-04-10 19:50:08 +00:00
jdolecek
5b8f6703cc
update rxvt entry to form as shipped with current (2.7.3) rxvt
...
most notably this adds \017 to me, which fixes PR misc/9361
entry retains F10-F12 + END key fixes from rev. 1.67 of termcap.src
2003-04-09 19:21:46 +00:00
jmmv
c1b9eafbfd
Add supported kernel options to the SYNOPSIS section. Somebody more qualified
...
should describe what they do... Closes my own PR misc/17648.
2003-04-09 17:41:28 +00:00
jmmv
46337f6c93
Add a SYNOPSIS section with all kernel options; bump date.
...
Closes my own PR misc/17647.
2003-04-09 17:30:04 +00:00
jmmv
a6f4d1b666
Document the COM_HAYESP option; bump date. Closes my own PR misc/17640.
2003-04-09 17:21:48 +00:00
jmmv
737d93d096
Document the PMS_DISABLE_POWERHOOK option, and bump date.
...
Closes my own PR misc/17639.
2003-04-09 17:11:55 +00:00
jmmv
3634aeb3d8
... and bump date.
2003-04-09 17:04:40 +00:00
jmmv
91f7948df4
Move description of IPSEC* related options from options(4) to ipsec(4) and
...
add them to the SYNOPSIS section. Closes my own PR misc/17634.
2003-04-09 16:44:46 +00:00
wiz
3297c18d12
gdb(1), not ddb(4). Noted by mrg.
2003-04-08 07:58:56 +00:00
wiz
4072f61f9b
Use .Ss for subsections.
2003-04-08 07:51:39 +00:00
wiz
7feb1a243c
ddb(4), not gdb(4).
2003-04-08 07:50:49 +00:00
lukem
5b7b2b655b
Document that the flag that sets RB_ASKNAME (usually '-a') also asks
...
for the path to init(8).
Per discussion with Geoff Wing on the (unrelated) PR/21060.
Other consistency tweaks.
2003-04-08 03:49:44 +00:00
kleink
329a5e8d04
Merge tzdata2003a.
2003-04-07 14:56:16 +00:00
kleink
dd33b066ac
Import tzdata2003a.
2003-04-07 14:50:38 +00:00
gmcgarry
5abc9e573e
vfs_setpublic.9 -> vfs_setpublicfs.9
2003-04-07 07:09:47 +00:00
wiz
334bfb30b4
More e.g. cleanup. Igor Sobrado, PR 19692.
2003-04-07 07:04:49 +00:00
wiz
07d13217f3
Some e.g. cleanup: replace "eg" with "e.g.,". From Igor Sobrado in PR 19692.
2003-04-07 06:56:38 +00:00
wiz
f52a7c96ba
Uppercase SPARC. From Igor Sobrado in PR 19820.
2003-04-06 21:07:22 +00:00
wiz
3e606ffc9d
Some sun trademarks correctly spelled, from Igor Sobrado in PR 19820.
2003-04-06 21:05:08 +00:00
wiz
e0837140d4
SunOS 4. From Igor Sobrado in PR 19820.
2003-04-06 20:54:16 +00:00
wiz
2319d7cfda
IPsec, not IPSEC.
2003-04-06 20:11:24 +00:00
salo
6b3dd32f4b
Forgot G/C in the previous.
2003-04-06 19:57:09 +00:00
salo
3620eef18b
Add ATM, B/C, D/L, DIY, EOD, FCFS, GAC, GAL, GTG, HICA, IAC, IC, ICCL, J/K,
...
N/M, OMG, OT, PEBKAC, SNR, TBC, TINC, U/L, W/, W/O, WB, WFM, WIP and YW.
2003-04-06 19:51:50 +00:00
wiz
95580fdb41
Fix typo. Igor Sobrado, PR 19691.
2003-04-06 19:44:01 +00:00
wiz
1f2f4a71fc
It is spelled ARPANET. Igor Sobrado, PR 19691.
2003-04-06 19:39:46 +00:00
wiz
6a27ceda73
Uppercase UNIBUS and MASSBUS. Igor Sobrado, PR 19691.
2003-04-06 19:33:57 +00:00
wiz
4736d0ff54
Naming cleanups, from Igor Sobrado in PR 19691.
2003-04-06 19:33:32 +00:00
wiz
abcb732e03
Naming consistency, and some whitespace fixes.
...
First part of PR 19691 by Igor Sobrado.
2003-04-06 19:29:40 +00:00
tshiozak
6ca2252907
- support for the additional code area of zh_CN.GB18030 locale,
...
- make sure that __nbrune_t is unsigned 32bit clean and
- fix wrong copyright notice in the last commit.
this patch is contributed by Takehiko NOZAKI <sigsegv at s25 dot xrea dot com>.
2003-04-06 18:33:23 +00:00
wiz
e6c0e52916
Grammar fix.
2003-04-06 18:22:56 +00:00
wiz
68caa698b2
Respect the law: Use A-law and mu-law as spellings as far as easily possible.
...
Inspired by Igor Sobrado in PR 19680.
2003-04-06 18:20:07 +00:00
jschauma
1c3518418b
add 'yhbt' and 'yhl'.
2003-04-06 18:02:52 +00:00
wiz
24dd3383e1
Fix a typo, from Igor Sobrado in PR 19680.
2003-04-06 15:56:59 +00:00
wiz
ec59b4a790
Fix two typos, from Igor Sobrado in PR 19680.
2003-04-06 15:52:38 +00:00
wiz
c3397e3c5c
description, not descripton. Igor Sobrado in PR 19680.
2003-04-06 15:50:17 +00:00
wiz
6f759f07fd
Document mixerctl behaviour during startup better.
...
Based on PR 21023 by Quentin Garnier.
2003-04-06 15:24:08 +00:00
tsutsui
fce130b45c
Build and install oosiop(4).
2003-04-06 10:22:21 +00:00
wiz
5e2400e3a9
Fix typo, and add a "the".
2003-04-06 10:20:22 +00:00
tsutsui
7a1da1fc3b
Add scsibus at oosiop.
2003-04-06 10:16:22 +00:00
tsutsui
e76a348b0b
- Note and Xref oosiop(4).
...
- Use wildcard for arc config in SYNOPSIS.
- Add hp700 attachment.
- Xref esiop(4).
2003-04-06 10:15:27 +00:00
tsutsui
4957e397e3
Add oosiop(4) man page.
2003-04-06 10:12:54 +00:00
wiz
a777b1081b
Fix a bug, and add a Dv before a NULL. Whitespace nits while here.
2003-04-06 10:00:46 +00:00
jdc
7abcaa1970
Change "ecma+color" entry to use ANSI colours. This is consistent with the
...
database supplied with ncurses 5.3.
Fixes PR 21000 by Per von Zweigbergk.
2003-04-06 07:19:53 +00:00
gmcgarry
2692486a9a
Move vfs interface out of vfsops.9 into its own page. Document
...
it completely.
2003-04-06 07:09:47 +00:00
gmcgarry
cb0c25c5a7
Back out previous.
2003-04-06 07:07:41 +00:00
kent
74636b2c38
Note support of 82540EP.
...
Bump date.
2003-04-05 13:25:17 +00:00
kent
d2102d9a56
ICH3 was not listed.
...
Bump date.
2003-04-05 13:04:42 +00:00
wiz
542ed9c119
Fix typo reported by Anthony Sofia in PR 21015.
2003-04-05 09:19:35 +00:00
wiz
c8be46a52c
Uncomment vfs_shutdown xref.
2003-04-04 20:58:27 +00:00
wiz
cb1e852e85
Minimally document vfs_shutdown(9). XXX: Right man page?
2003-04-04 20:55:25 +00:00
wiz
69b897b880
Refer pmap(9) for pmap_activate.
2003-04-04 20:33:21 +00:00
wiz
f67e95ee41
Refer ltsleep(9) instead of non-existing sleep(9).
2003-04-04 20:31:43 +00:00
wiz
a981ee0f3a
vinvalbuf and vtruncbuf are using ltsleep(9), not the non-existing
...
sleep(9).
2003-04-04 19:39:17 +00:00
wiz
04508ad270
Sort SEE ALSO.
2003-04-04 19:34:21 +00:00
wiz
7b9216573d
Note that Dd argument specifies last major change to man page.
...
Fixes PR 9705.
2003-04-04 19:25:40 +00:00
wiz
7010e4b89b
Bump date.
2003-04-02 19:14:15 +00:00
atatat
0c77299763
Documentation for the new sendmail related rc.conf variables, and the
...
interactions between them.
2003-04-02 18:26:53 +00:00
perry
1af451d047
document PAGER
2003-04-02 16:41:50 +00:00
wiz
c748519600
Space before punctuation after macro argument (to avoid the punctuation
...
being marked up) and bump date.
2003-04-01 16:59:45 +00:00
perry
1d95bb4785
Fix a bit of grammar and remove some remnants I hadn't meant to commit
...
in the last.
2003-04-01 16:56:34 +00:00
perry
d6c006d00b
Add bare-bones documentation for cnflush and cnhalt
2003-04-01 16:53:05 +00:00
perry
7870fd793f
add /etc/kerberosV
2003-04-01 16:45:25 +00:00
wiz
361a843a6b
No dots after last SEE ALSO. Bump date.
2003-04-01 06:10:35 +00:00
perry
ee07701df4
more fixes suggested by Igor Sobrado in PR misc/19609
...
also a bunch of changes of my own.
also independant->independent
Also 4Kb->4KB (page sizes measured in bytes, not bits)
2003-03-31 23:24:47 +00:00
perry
a3a5203515
Change all instances of Etherlink to EtherLink
...
and a few related name patchups.
Suggested by Igor Sobrado in PR misc/19817
However, he also proposes changing all 3cNNN->3CNNN because
that is what 3Com seems to prefer. I've decided not to do it.
We're just too used to the other way.
Changed a couple of 3CNNNes to 3cNNNes for internal consistency.
2003-03-31 19:16:49 +00:00
perry
29c2683224
preceeding->preceding, from Igor Sobrado PR misc/19814
2003-03-31 18:56:13 +00:00
perry
05ed3a9ec7
make Mhz consistently MHz -- from Igor Sobrado, PR misc/19812
2003-03-31 18:31:11 +00:00
perry
0150c80b00
manufacturerid->manufacturer productid->product
...
problem pointed out by Igor Sobrado in PR misc/19812
He suggested "manufacturer ID" etc.
However, I asked chopps, and he pointed out all his earlier man pages
had just said "manufacturer" and "product" so I went with the precedent.
2003-03-31 18:27:14 +00:00
perry
d8408176e7
exisiting->existing from Igor Sobrado in PR misc/19812
...
Plus a bunch of others.
UK spelling people: my colour->color fix is NOT gratuitous -- spelling
it "ColourMap" in the documentation when the include file calls it
"ColorMap" is a recipe for madness. Yet again, consistency is important.
2003-03-31 18:24:03 +00:00
perry
30f3114e05
8Mb->8MB, from Igor Sobrado in PR misc/19812
2003-03-31 18:15:49 +00:00
perry
392e51f243
communicatie->communicate, from Igor Sobrado PR misc/19812
2003-03-31 18:14:08 +00:00
perry
a424243cef
compatability->compatibility
...
Personal WorkStation->Personal Workstation
Igor Sobrado in PR misc/19812
2003-03-31 18:09:33 +00:00
perry
2be4d47bd8
spelling errors, some from Igor Sobrado in PR misc/19909
2003-03-31 17:49:27 +00:00
perry
09990c3a50
Pkgsrc->pkgsrc (Igor Sobrado, PR misc/19909)
2003-03-31 16:45:42 +00:00
bjh21
9e8400a3d7
Inspired by Igor Sobrado, spell Ethernet physical layers (e.g. 10BASE-T)
...
correctly everywhere except in "ifmedia" parameters to ifconfig(8).
2003-03-31 12:34:49 +00:00
wiz
9efe7ffc44
3Com is the preferred spelling. From jmc@openbsd.
2003-03-31 11:35:24 +00:00
wiz
7dff71bce2
Another libary (typo fix).
2003-03-31 09:32:43 +00:00
perry
22d09e8d47
UARTS->UARTs (Igor Sobrado, PR misc/19811) + new sentence, new line
2003-03-31 03:44:32 +00:00
perry
cd604085c0
10bT->10baseT (Igor Sobrado, PR misc/19811) + new sentence, new line
2003-03-31 03:40:09 +00:00
perry
51fd9a867c
initializ*, for consistency
2003-03-31 03:35:58 +00:00
perry
0894a18d1b
inbonud->inbound (Igor Sobrado, PR misc/19811)
2003-03-31 03:18:26 +00:00
perry
5d8fff330c
attched->attached (Igor Sobrado, PR misc/19811)
2003-03-31 03:16:13 +00:00
perry
a300a95fd1
interwave->Interwave (PR misc/19811 from Igor Sobrado)
...
Also fix up some grammar, new sentence/new line, and other misc. fixes.
2003-03-31 03:14:32 +00:00
wiz
202d6cedd3
hpux -> HP-UX. Igor Sobrado, PR 19678.
2003-03-30 21:38:47 +00:00
wiz
1c2bf09d6a
Uppercase MIPS. Igor Sobrado, PR 19678.
2003-03-30 21:34:17 +00:00
wiz
49a762807e
Improve slightly.
2003-03-30 21:32:37 +00:00
wiz
cabb2e2c56
Capitalize Alpha. Igor Sobrado, PR 19678.
2003-03-30 21:29:05 +00:00
wiz
3425830569
Uppercase ULTRIX. Igor Sobrado in PR 19678.
2003-03-30 21:20:17 +00:00
wiz
1f7cb18fb0
Uppercase ULTRIX, from Igor Sobrado in PR 19678.
2003-03-30 21:19:51 +00:00
perry
fde248d7e5
document /usr/lkm
...
place /dev/fd and /dev/null into alphabetical order
alphabetize and individually document /etc/master.passwd, /etc/passwd,
/etc/pwd.db, /etc/spwd.db
Partial fix for PR misc/19609 by Igor Sobrado
XXX still need to do a bunch of this PR
XXX it would have been nice if there had been patches supplied.
2003-03-30 21:15:08 +00:00
wiz
bab441b265
Uppercase VAX. Igor Sobrado in PR 19678.
2003-03-30 21:10:25 +00:00
wiz
c0d3b8832f
Consistenly use VAX. Igor Sobrado in PR 19678.
2003-03-30 21:03:45 +00:00
wiz
21b773d6b6
regen (sync vnd descriptions, uppercase scsi in some)
2003-03-30 18:16:27 +00:00
wiz
f15ca23e09
Uppercase rom. From Igor Sobrado
2003-03-30 18:15:46 +00:00
wiz
09c94bad02
Uppercase prom and eeprom.
2003-03-30 18:05:22 +00:00
wiz
73e9dc08b3
s/prom/PROM/, from Igor Sobrado.
2003-03-30 17:59:07 +00:00
wiz
9d1621698d
regen (misc fixes from Igor Sobrado in PRs 20943-20959)
2003-03-30 17:51:44 +00:00