[DOC-CVS] [doc-en] master: eio: move &eio.warn.relpath; out of para tag (#5148)
[email protected] (Gina Peter Banyard via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-18T22:40:56Z
Commit: https://github.com/php/doc-en/commit/1ee6ea115bd0fb855a5de721e56d938a6c5daa31
Raw diff: https://github.com/php/doc-en/commit/1ee6ea115bd0fb855a5de721e56d938a6c5daa31.diff
eio: move &eio.warn.relpath; out of para tag (#5148)
Changed paths:
M reference/eio/functions/eio-chmod.xml
M reference/eio/functions/eio-chown.xml
Diff:
diff --git a/reference/eio/functions/eio-chmod.xml b/reference/eio/functions/eio-chmod.xml
index d67159e03785..b615d89531b4 100644
--- a/reference/eio/functions/eio-chmod.xml
+++ b/reference/eio/functions/eio-chmod.xml
@@ -33,10 +33,10 @@
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
- <para>
- Path to the target file or directory
+ <simpara>
+ Path to the target file or directory
+ </simpara>
&eio.warn.relpath;
- </para>
</listitem>
</varlistentry>
<varlistentry>
diff --git a/reference/eio/functions/eio-chown.xml b/reference/eio/functions/eio-chown.xml
index 9909c9f668fe..d14f8708a16b 100644
--- a/reference/eio/functions/eio-chown.xml
+++ b/reference/eio/functions/eio-chown.xml
@@ -33,10 +33,10 @@
<varlistentry>
<term><parameter>path</parameter></term>
<listitem>
- <para>
- Path to file or directory.
+ <simpara>
+ Path to file or directory.
+ </simpara>
&eio.warn.relpath;
- </para>
</listitem>
</varlistentry>
<varlistentry>