aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/diskpart
Commit message (Collapse)AuthorAgeFilesLines
* Send diskpart to the eternal storage device (SMD probably :-) wherePoul-Henning Kamp2002-04-023-658/+0
| | | | | | | it belongs. Notes: svn path=/head/; revision=93652
* Add xref to fdisk and disklabel to aid people looking around on how toWarner Losh2002-03-181-1/+3
| | | | | | | | | partition disks. Suggested by: Dworkin Muller Notes: svn path=/head/; revision=92544
* Make the utility name in the usage() diagnostic match the actualMike Barcroft2002-01-061-1/+1
| | | | | | | | | | utility name. Submitted by: 3d PR: 33496 Notes: svn path=/head/; revision=88964
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79557
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74532
* -Wall cleaning. Use getopt(3).Philippe Charnier2000-11-281-15/+29
| | | | Notes: svn path=/head/; revision=69311
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Remove xrefs to obsolete bad144(8).Nik Clayton2000-03-011-7/+2
| | | | | | | | PR: docs/17060 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57662
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Fix: too many arguments passed to fprintf().John Polstra1997-11-181-2/+2
| | | | Notes: svn path=/head/; revision=31228
* Use err(3), add usage().Philippe Charnier1997-09-172-19/+21
| | | | Notes: svn path=/head/; revision=29528
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merged type changes and overflow bug fixes from Lite2.Bruce Evans1996-03-191-22/+35
| | | | | | | | | | | | | | Fixed the gets() changes. The buffer contents is indeterminate when fgets() returns NULL... Now when you type EOT at one of the prompts, the program usually spins reading the sticky EOF instead of dumping core. Even GUIs could do better. Added $Id$. Obtained from: partly from 4.4BSD-Lite2 Notes: svn path=/head/; revision=14708
* Fix second gets() -> fgets() conversion botch I missed.Jordan K. Hubbard1995-12-021-5/+7
| | | | Notes: svn path=/head/; revision=12566
* Account for newline in fgets(). Whoops!Jordan K. Hubbard1995-12-011-1/+6
| | | | | | | Noticed by: peter Notes: svn path=/head/; revision=12556
* Stamp out more calls to gets().Jordan K. Hubbard1995-12-011-8/+8
| | | | Notes: svn path=/head/; revision=12550
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8857
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+623
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553