diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-09-29 22:23:37 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-09-29 22:23:37 +0000 |
commit | b504f11afa159312394233b78d18e8d2dca572ff (patch) | |
tree | 35faf2b4be4c00d94e91cbfe685dce36523e9b39 /winsup/doc | |
parent | 795f46d9dbacc8e821cd69fba0573d813100c08d (diff) | |
download | newlib-b504f11afa159312394233b78d18e8d2dca572ff.zip newlib-b504f11afa159312394233b78d18e8d2dca572ff.tar.gz newlib-b504f11afa159312394233b78d18e8d2dca572ff.tar.bz2 |
Added missing article
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/pathnames.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 7a73cc0..c297930 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -229,7 +229,7 @@ use the posix name of the device to be recognized by Cygwin. The naming convention is simple: The name has to begin with <filename>/dev/</filename> and the rest is as you like. The only exception are tape devices. To identify if the tape device is -used as rewind or no-rewind device the name must not begin with +used as a rewind or a no-rewind device the name must not begin with <literal>n</literal> (rewind) or has to begin with <literal>n</literal> (no-rewind). </para> |