pooka
633273af12
Add word "WARNING" when complaining about swap being world-read/writeable
...
to clarify that this was not an error condition and that swap was indeed
added despite the problem.
2001-11-26 15:23:38 +00:00
perry
96aece1560
Note in far more places that -B is only supported on some platforms.
2001-11-24 18:30:59 +00:00
simonb
bd2791dcde
Wrap a long line, some other minor KNF.
2001-11-22 23:24:44 +00:00
wiz
1fd7eeefcd
"than" instead of "then".
2001-11-21 19:14:19 +00:00
lukem
6a8524d62e
- For mount_mfs, always ignore the `special' field and just fake up
...
the label instead. The previous change to use opendisk() prevented
this from working with special fields such as `/dev/wd0b', and this
new method is arguably cleaner anyway. Fixes [misc/14654]
- Don't bother supporting -T for mount_mfs anymore, since it's
superfluous. The option still works (for compatibility reasons), but
it's just ignored and not documented anymore.
- Use an RPM of 10000 instead of 3600 for the fake label (why not :-)
2001-11-21 15:23:40 +00:00
minoura
d7835b08b0
Preserve the boot area on x68k.
2001-11-19 13:55:06 +00:00
wiz
940b1a65e3
Improve grammar. Noted by Stoned Elipot.
2001-11-18 23:21:02 +00:00
hubertf
e7d1bd3418
Fix typo (etc/config -> etc.config)
...
Pointed out by Robby Griffin <sysadmin@terc.edu> in PR 14603.
2001-11-18 03:50:53 +00:00
lukem
4ad1f9f2ae
this doesn't need <ufs/ufs/inode.h>
2001-11-16 14:33:37 +00:00
wiz
83634e4e14
Slightly improve markup in two places, sort sections.
2001-11-16 12:10:06 +00:00
wiz
49e6214ed8
Punctuation fix, sort sections, lose a .Pp.
2001-11-16 12:09:19 +00:00
wiz
7dd6e69db4
Punctuation fix, sort sections, sort SEE ALSO.
2001-11-16 12:08:49 +00:00
wiz
e8e51dce31
Sort sections, use standard headers, sort SEE ALSO.
2001-11-16 12:08:19 +00:00
wiz
d80de2cabd
Sort sections, use .Ic for a non-NetBSD program instead of .Xr.
2001-11-16 12:07:43 +00:00
wiz
13dc9abfef
Sort SEE ALSO, use .Pp for paragraphs.
2001-11-16 12:06:32 +00:00
wiz
6e5e605c25
Add space before ..., lose a .Pp.
2001-11-16 12:06:01 +00:00
wiz
f8379a3c43
Simplify markup, use .Nx, sort sections.
2001-11-16 12:05:38 +00:00
wiz
39304f2bbb
Punctuation fixes, sort SEE ALSO, use an mdoc macros instead of two man macros.
2001-11-16 12:05:00 +00:00
wiz
bc9fb62163
Remove unnecessary .Pps, use .Nx for NetBSD, sort sections.
2001-11-16 12:03:54 +00:00
wiz
bfda038ed2
Sort SEE ALSO, sort sections.
2001-11-16 12:03:20 +00:00
wiz
2e3c8045a5
Punctuation fixes, sort SEE ALSO, sort sections, use standard headers.
2001-11-16 12:01:57 +00:00
wiz
8d4a9e3b24
Use .Pp for paragraphs, sort sections, use standard headers, and a markup fix.
2001-11-16 12:01:22 +00:00
wiz
59b19c2885
Lose unnecessary .Nm argument.
2001-11-16 12:00:10 +00:00
wiz
7c14ef34a9
Punctuation nits, drop a .Pp, use .Nx, use standard headers.
2001-11-16 11:59:47 +00:00
wiz
d7130393cf
Punctuation nit, and drop two .Pps.
2001-11-16 11:58:59 +00:00
wiz
66eabe4561
Punctuation nit.
2001-11-16 11:58:28 +00:00
wiz
0d862d5885
Drop empty lines and an unnecessary .Pp, sort sections.
2001-11-16 11:57:51 +00:00
wiz
ca7b306a86
Improve author markup, use standard header.
2001-11-16 11:57:16 +00:00
wiz
957c91939f
Drop unnecessary .Pp.
2001-11-16 11:38:35 +00:00
wiz
5cbb6a51be
Drop unnecessary .Pp and empty lines. Drop unneeded .Nm argument.
2001-11-16 11:38:15 +00:00
wiz
0c8436d425
Sort sections, use standard headers, slight markup improvement.
2001-11-16 11:37:40 +00:00
wiz
011b3214d5
Sort sections and SEE ALSO.
2001-11-16 11:37:04 +00:00
wiz
8d4080ddcb
Drop an unnecessary .Pp.
2001-11-16 11:36:33 +00:00
wiz
217af7b8a1
Use .Nx for NetBSD, drop some unnecessary empty lines, use standard headers.
2001-11-16 11:36:09 +00:00
wiz
bb03964e95
Sort SEE ALSO.
2001-11-16 11:31:30 +00:00
wiz
9608821813
Simplify markup in one place, and sort sections and SEE ALSO.
2001-11-16 11:30:09 +00:00
wiz
5ee6bd0ade
Use .Pp for new paragraphs.
2001-11-16 11:29:09 +00:00
wiz
4136eb5c86
Use standard section headers.
2001-11-16 11:27:09 +00:00
wiz
875bfce8db
Sort sections, use standard section headers.
2001-11-16 11:26:53 +00:00
wiz
80d1ff493a
Sort sections.
2001-11-16 11:21:37 +00:00
wiz
dbb255dc26
Don't abuse -unfilled for -literal; sort sections, sort SEE ALSO, drop
...
lots of unnecessary .Pps.
2001-11-16 11:06:46 +00:00
wiz
4ce43ae0cd
Whitespace nits
2001-11-16 10:25:42 +00:00
wiz
c8fa8a4d7a
Sort SEE ALSO, whitespace nits.
2001-11-16 10:11:41 +00:00
lukem
d1931f4f62
- Without -F, use opendisk(3) to find the raw device
...
- With -F, relax the restriction that the filesystem must be a regular file
2001-11-16 09:58:16 +00:00
lukem
0c249d8f04
- changes to -F semantics:
...
- remove the restriction that filesystem must be a regular file
- don't try and read a disklabel
- use `p' (instead of `h') as the index of the last partition
2001-11-16 05:35:40 +00:00
lukem
29d31edd5f
relax the restriction on -F that the file system image argument must be a
...
regular file
2001-11-16 04:41:23 +00:00
lukem
2fa188aaec
change -F semantics to treat the argument as a file system image; open it
...
`as-is' without attempting to determine the device name with opendisk(3),
and don't attempt to read a disklabel.
2001-11-16 04:25:42 +00:00
christos
4c4a8c2fb6
Make route exit with a non-zero error code when operations to the routing
...
socket fails. eg, running route add 1.2.3.4 5.6.7.8 as non root.
2001-11-15 21:25:08 +00:00
lukem
fbab1e72fb
move guts of non-F special parsing into separate openpartition() func
2001-11-09 11:48:39 +00:00
lukem
e48d7547e2
Change -F from "special must be a regular file" to "special can be any type,
...
and don't attempt to do any file name translation (e.g, search in fstab)".
In the non -F case, search for special in fstab. If found, convert fs_spec
to a raw device name. In any case, use opendisk(3) to open the device.
2001-11-09 09:05:51 +00:00