diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-02-15 16:05:27 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-02-15 16:05:27 +0000 |
commit | 38e6feddab5c5cb51b22e0d661bdaec62f31bf0d (patch) | |
tree | 1ed308d6ebad942e3e4c03492af3b9caeb1c3335 /winsup/doc | |
parent | e99f262f7b3f7b9088996f456a860974eaf8e28c (diff) | |
download | cygnal-38e6feddab5c5cb51b22e0d661bdaec62f31bf0d.tar.gz cygnal-38e6feddab5c5cb51b22e0d661bdaec62f31bf0d.tar.bz2 cygnal-38e6feddab5c5cb51b22e0d661bdaec62f31bf0d.zip |
* new-features.sgml (ov-new1.7.8): Fix typo.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index e7cffafed..f0bafb8dd 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-15 Corinna Vinschen <corinna@vinschen.de> + * new-features.sgml (ov-new1.7.8): Fix typo. + +2011-02-15 Corinna Vinschen <corinna@vinschen.de> + * legal.sgml: Bump date. * new-features.sgml (ov-new1.7.8): Move dropped NT4 pre-SP4 support up to be the first paragraph. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 44c01a6b9..e7777c588 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -52,7 +52,7 @@ it now obeys POSIX semantics of returning int. /proc/sys now allows unfiltered access to the native NT namespace. Access restrictions still apply. Direct device access via /proc/sys is not yet supported. File system access via block devices works. For instance -(note the trailing backslash!) +(note the trailing slash!) <screen> bash$ cd /proc/sys/Device/HarddiskVolumeShadowCopy1/ </screen> |