blymn
f987c067b5
do not turn echo on after running a script, otherwise the forms display
...
will be messed up by input being echoed.
2002-02-12 12:21:01 +00:00
lukem
b927725af9
support multiple entries for "." and full paths if the types match; the last
...
listed entry's settings override the existing settings for that node.
2002-02-11 12:43:55 +00:00
wiz
66df0333a1
s/seperate/separate/
2002-02-11 10:44:38 +00:00
mrg
9d319aba7a
s/Der Mouse/der Mouse/.
...
reinstate the S_COMMAND #ifdefs.
2002-02-11 03:47:05 +00:00
thorpej
fbe7fa7c47
Add some definitions for the Intel PXE boot protocol that can
...
be included in a DHCP server configuration file.
2002-02-09 21:13:31 +00:00
tv
3fdf5a9991
Funtion appropriately in the absence of a lchmod call on the host.
2002-02-08 18:15:12 +00:00
ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
lukem
2afe4e83de
If an entry is in the specfile but not in the underlying file system, and it's
...
marked "optional", don't add it. (e.g, don't create a zero-length file).
2002-02-08 01:17:32 +00:00
ross
8bd7cb6a69
Edit -mdoc usage.
...
* There is no -indent option to .Bd or .Bl, although you would
never know that from its frequent use in this tree. There is a
"-offset indent" combination that makes sense, and you can certainly
say "-width indent".
* Also, you can't markup the -width option argument, tho you CAN
use a callable macro. So "-width Ar filename" doesn't make sense,
but either "-width Ar" or "-width filename" does, as might something
like "-width xxfilename" for a little extra space.
* There are a lot of needlessly complex hanging tag macros in man4 used
to create simple item lists. Those should be simplified one of these
days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
wiz
eb0430f0ee
Fix a typo, and correct an abbreviation (Mhz -> MHz).
2002-02-06 19:07:27 +00:00
lukem
5f26fac683
use (size / DEV_BSIZE) instead of btodb(size). fixes cross build issue.
2002-02-06 15:36:30 +00:00
lukem
02647fd20d
don't need <ufs/ufs/dir.h> here
2002-02-06 14:58:15 +00:00
lukem
6d5ff7c496
- clean up some debugging and verbose output
...
- use fs_cstotal.cs_nifree rather than fs->fs_ncg * fs->fs_ipg to
determine the number of free inodes available in the file system
- don't count '.' (the root node for a level) in inode sizing, since
the parent has already been counted
- some more todo items
2002-02-06 02:17:14 +00:00
mrg
171ba175d1
fix typo: s/hard/hand/
2002-02-06 01:38:53 +00:00
agc
bf3822aec1
Search uid ranges properly, using command line ranges if provided, and
...
using the default range last.
Problem reported by Cillian Sharkey <cns@redbrick.dcu.ie>
2002-02-05 19:18:29 +00:00
lukem
daea03f9f5
Support `/unset all', to unset all of the global values set with `/set ...'
2002-02-05 12:15:13 +00:00
drochner
b62fa6e610
remove unwanted shadowing of variables
2002-02-04 16:48:44 +00:00
drochner
34d5e5eed3
.OBJDIR fix for "test" target
2002-02-04 16:44:06 +00:00
fair
38f90cfb28
Patch from PR 14724 to document the -q option.
2002-02-04 10:49:19 +00:00
lukem
f93e02f7db
- use lch*() instead of ch*() to change permissions, so that links in
...
the specfile don't confuse things. doesn't affect the default
(physical) operation, and shouldn't affect logical either.
- slightly rework how miss() is implemented so that duplicated code is
reduced and links may optionally have a mode, uname and/or gname.
2002-02-04 07:17:14 +00:00
lukem
0719c73e2a
explicitly chmod(2) newly created devices
2002-02-04 05:16:41 +00:00
fair
622875edb1
Revise wording about the -q and -c options per PR 12035.
...
Correct nroff nits, and fix some incorrect abbreviation usage
("i.e." was used where "e.g." should have been used).
2002-02-03 09:19:55 +00:00
tv
eef7548a36
Move CLEANFILES up so it is actually used. Noted by Bernd Ernesti.
2002-02-02 17:11:38 +00:00
yamt
9b2987d371
tets -> test
2002-02-02 15:30:18 +00:00
wiz
07acb1b340
Use standard headers, mark up AUTHORS section.
2002-02-02 02:31:02 +00:00
wiz
e36ba1263a
Use standard headers, mark up AUTHORS section, drop a .Pp.
2002-02-02 02:30:32 +00:00
wiz
c6e6ff1581
Use standard headers, sort SEE ALSO.
2002-02-02 02:29:43 +00:00
wiz
067d6673ab
Use standard headers, mark up AUTHORS section.
2002-02-02 02:29:15 +00:00
wiz
1514a31617
Sort SEE ALSO, use standard headers.
2002-02-02 02:28:17 +00:00
wiz
bded6a9382
Use standard headers, mark up AUTHORS section.
2002-02-02 02:27:14 +00:00
wiz
d8e5f0a4f7
Drop a .Pp, use standard headers, mark up AUTHORS sections.
2002-02-02 02:24:49 +00:00
wiz
8f4d0be9a7
Sort sections, use standard headers and markup in AUTHORS section.
2002-02-02 02:20:30 +00:00
wiz
0d02730858
Sort SEE ALSO, use standard headers and markup in AUTHORS section.
2002-02-02 02:19:13 +00:00
wiz
a1d4027fdc
Improve markup in once place, sort SEE ALSO, use standard headers.
2002-02-02 02:13:28 +00:00
wiz
ea73e83985
Sort sections.
2002-02-02 02:09:04 +00:00
wiz
e1833adb69
Sort sections, sort SEE ALSO, drop a .Pp.
2002-02-02 02:08:23 +00:00
wiz
32344167c3
Sort SEE ALSO, use standard headers.
2002-02-02 02:07:01 +00:00
wiz
23455e9072
Use standard headers.
2002-02-02 02:06:50 +00:00
wiz
97e18ab0bb
Fix typo in date, sort SEE ALSO, use standard headers.
2002-02-02 02:06:23 +00:00
wiz
b75432a4bf
Use standard headers.
2002-02-02 02:05:29 +00:00
wiz
f5e1a54bb6
Sort sections.
2002-02-02 02:03:48 +00:00
wiz
253bbb63be
Fix xref.
2002-02-02 02:03:13 +00:00
wiz
09141f935a
Sort sections.
2002-02-02 02:02:44 +00:00
wiz
16f5077dde
Drop a .Pp, add move comma to end of word instead of beginning of next line.
2002-02-02 02:00:19 +00:00
wiz
54e99130b1
Drop a .Pp, sort SEE ALSO.
2002-02-02 01:59:04 +00:00
wiz
2b666b304a
Drop a .Pp, sort sections.
2002-02-02 01:57:35 +00:00
wiz
10780add08
Drop a superfluous .Pp.
2002-02-02 01:54:29 +00:00
wiz
b77937b920
Drop two superfluous .Pps, sort sections, drop trailing dot in SEE ALSO.
2002-02-02 01:52:32 +00:00
wiz
60ea852eba
Use standard headers.
2002-02-02 01:51:20 +00:00
wiz
c51c412a70
Sort SEE ALSO, remove empty BUGS section.
2002-02-02 01:50:23 +00:00