summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.8
Commit message (Collapse)AuthorAgeFilesLines
* The tunefs code assumed that the last argument was the device specification.charnier2000-12-101-2/+2
| | | | | | | | | | | | | | | We need to parse the arguments first, then open the device (if specified) and then apply the changes. This change will disallow the (undocumented) use of multiple instances of the same argument on the same command line for the sack of a better error message. Other changes are: 1) the softupdates (-n) now issue a warning about remaining unchanged 2) the usage and man page is changed to specify "space | time" instead of "optimization preference". PR: bin/23335 Submitted by:Mark Peek <mark@whistle.com>
* Remove .Op when arg is required (special | filesystem). Document that atcharnier2000-11-281-1/+3
| | | | | least one flag is required and check this in the code. Make use of getopt(3). Generalyze printing `... remains unchanged ...'.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Document a waring that tunefs(8) emits when enabling/disablingphantom2000-01-071-0/+19
| | | | | | | soft updates on an unmounted filesystem. PR: docs/15657 Submitted by: Mark Ovens <mark@ukug.uk.FreeBSD.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Sort options alphabetically.des1999-01-131-2/+2
|
* Document -n (soft-update) flag.charnier1998-08-031-8/+11
| | | | Add rcsid, remove unused #includes. Sync usage() and SYNOPSIS.
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-0/+1
| | | | | Submitted by: Kirk McKusick (mcKusick@mckusick.com) Obtained from: WHistle development tree
* Correct some man page cross references and some filempp1996-02-051-2/+1
| | | | locations.
* Add (apparently) Larry McVoy's warning....peter1995-08-121-0/+2
|
* When tuneing filesystems with tunefs, it is not obvious what the currentjoerg1995-06-251-0/+12
| | | | | | | | | | | | | | | | | parameters are. You can use dumpfs, but that's not obvious which settings are tuneable, and is far from clear to the non-guru (it's like using a hexdump of a tar archive to get a table-of-contents). There is also an undocumented option in the man page that can be dangerous. Suppose your disk driver decides to scramble all writes while you tell tunefs to update all backup superblocks. This suggested change adds a '-p' (print) switch to bring it in line with some SVR4 systems. (Slightly changed by me, mostly for optics. - joerg) Submitted by: peter@haywire.dialix.com
* Changed manual page to conform to the reality in FreeBSD.dg1995-03-151-9/+8
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+138
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud