diff options
author | yar <yar@FreeBSD.org> | 2003-02-07 10:57:28 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-02-07 10:57:28 +0000 |
commit | 156e3a1ae6032dc19a68304932cc44767b3bb536 (patch) | |
tree | 500b05cc44b0148e44eae32af9cb7b211d5795d9 | |
parent | 6307b39fe95ede2eb310de1d5983e8c1e879ee13 (diff) | |
download | FreeBSD-src-156e3a1ae6032dc19a68304932cc44767b3bb536.zip FreeBSD-src-156e3a1ae6032dc19a68304932cc44767b3bb536.tar.gz |
<quote> isn't needed for text already marked as <literal>.
Pointed out by: bmah
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 2 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 5122dc3..df09671 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -259,7 +259,7 @@ <para>&man.ftpd.8; now supports login directory pathnames that specify simultaneously a directory for &man.chroot.2; and that to change to in the chrooted environment. The - <quote><literal>/./</literal></quote> separator is used for + <literal>/./</literal> separator is used for this purpose, like in other FTP daemons having this feature. It may be used in both &man.ftpchroot.5; and &man.passwd.5;.</para> 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 5122dc3..df09671 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -259,7 +259,7 @@ <para>&man.ftpd.8; now supports login directory pathnames that specify simultaneously a directory for &man.chroot.2; and that to change to in the chrooted environment. The - <quote><literal>/./</literal></quote> separator is used for + <literal>/./</literal> separator is used for this purpose, like in other FTP daemons having this feature. It may be used in both &man.ftpchroot.5; and &man.passwd.5;.</para> |