Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial fixes for p:archive #641

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions steps/src/main/xml/steps/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@
<itemizedlist>
<listitem>
<para>If the <option>format</option> option is specified, this determines the format of the
archive. Implementations <rfc2119>must</rfc2119> support the <biblioref linkend="zip"/>
format, specified with the value <code>zip</code>. <impl>It is
<glossterm>implementation-defined</glossterm> what other formats are supported.</impl>
archive.
<error code="C0081">It is a <glossterm>dynamic error</glossterm> if the format of the
archive does not match the format as specified in the <option>format</option>
option.</error></para>
Expand Down Expand Up @@ -226,7 +224,7 @@
</listitem>
<listitem>
<para>The <code>level</code> attribute specifies the level of compression. <impl>The default
compression method is <glossterm>implementation-defined</glossterm>. </impl>
compression level is <glossterm>implementation-defined</glossterm>. </impl>
<impl>It is <glossterm>implementation-defined</glossterm> what compression levels are
supported.</impl></para>
</listitem>
Expand Down