Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | replace the "write a floppy image" example with a more up to date one; | Jason McIntyre | |
input/ok deraadt jca | |||
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt | |
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn | |||
2020-02-14 | get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ | Ingo Schwarze | |
2020-02-14 | Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, | Ingo Schwarze | |
and make some wordings more concise. Parts of a patch from Jan Stary <hans at stare dot cz>, tweaked by me. Feedback and OK jmc@. | |||
2019-02-16 | add fsync to STANDARDS; | Jason McIntyre | |
2019-02-16 | Implement the conv=fsync feature which does an fsync(2) after the | Alexander Bluhm | |
final write to output. GNU dd also has this. It is useful for write performance measurement or guaranteed writes to reliable storage. OK kn@ tedu@ deraadt@ | |||
2016-08-17 | Add HISTORY section. | Ingo Schwarze | |
Information found on: http://www.tuhs.org/cgi-bin/utree.pl Checked by Sevan Janiyan <venture37 at geeklan dot co dot uk>. | |||
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-03-27 | The "old" conversions are not mandated by any standard and are | Ted Unangst | |
underspecified. The man page offers little guidance as to their use. Remove them and spare people the (likely poor) decision to use them. ok deraadt jmc millert | |||
2014-03-24 | support gigabytes. also update some comments and make goto label nicer. | Ted Unangst | |
ok deraadt jmc | |||
2014-02-14 | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-02-12 | tweak previous; | Jason McIntyre | |
2014-02-12 | Add an operand to /bin/dd that suppresses the status lines printed | Alexander Bluhm | |
to stderr after transfer. Use the GNU syntax status=noxfer and status=none to make dd quiet. The output is annoying in some situations, so people redirect stderr to /dev/null. This approach also suppresses the error messages and bugs in shell scripts remain undetected. The new feature status=none is the better alternative. OK mpf@ | |||
2014-02-02 | expand STANDARDS; ok sobrado | Jason McIntyre | |
2011-10-18 | Support K and M as well as k and m for sizes. From Thomas Pfaff. | Nicholas Marriott | |
ok millert jmc | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze | |
The size multipliers m and w are BSD extensions, not POSIX. While here, sort the conversions alphabetically. help and OK jmc@, sobrado@; and sthen@ on an earlier version | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2006-06-01 | add another exmaple; stolen from a nick holland email... | Jason McIntyre | |
2006-05-31 | - use .Ex | Jason McIntyre | |
- standard EXAMPLES | |||
2004-03-18 | typo from Jared Yanovich; | Jason McIntyre | |
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries | |
ok deraadt@ jmc@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-05-30 | repairs | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1997-04-17 | make it clearer bs= (like obs & ibs) is in bytes | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |