diff options
author | joerg <joerg@FreeBSD.org> | 2001-07-14 21:21:17 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-07-14 21:21:17 +0000 |
commit | 6018882d627ba921cc74d5c9c151097e2e26038b (patch) | |
tree | 3c5cb61e66d8b9495f7a1b73c4d78f03d3364ba8 /release | |
parent | 629dd2d40c8d8df80ed12b7924a66482c17a6bf9 (diff) | |
download | FreeBSD-src-6018882d627ba921cc74d5c9c151097e2e26038b.zip FreeBSD-src-6018882d627ba921cc74d5c9c151097e2e26038b.tar.gz |
Mention the new behaviour of fdisk(8) (i386 only) to select the default
device.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 5 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 7984ccc..7406353 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1575,6 +1575,11 @@ <para>&man.moused.8; now takes a <option>-a</option> to control mouse acceleration.</para> + <para arch="i386">&man.fdisk.8; no longer attempts to search for + a device if none has been specified on the command line, but + instead tries to figure out the default device name from the + root device.</para> + <sect3> <title>Contributed Software</title> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 7984ccc..7406353 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1575,6 +1575,11 @@ <para>&man.moused.8; now takes a <option>-a</option> to control mouse acceleration.</para> + <para arch="i386">&man.fdisk.8; no longer attempts to search for + a device if none has been specified on the command line, but + instead tries to figure out the default device name from the + root device.</para> + <sect3> <title>Contributed Software</title> |