util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: misformatting in mount.8.adoc
@ 2021-09-09 18:06 Mario Blättermann
  2021-09-21  8:50 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Blättermann @ 2021-09-09 18:06 UTC (permalink / raw)
  To: util-linux

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

Hello,

while translating the latest changes in man pages, I found some issues
in mount.8.adoc. See the attached diff.

Unfortunately we can't use non-standard citation characters in the
Asciidoc files, like “these”. No problem so far for Asciidoctor
itself, but Po4a produces nonsense (unprintable) characters.

Best Regards
Mario

[-- Attachment #2: mount.8.adoc.diff --]
[-- Type: text/x-patch, Size: 1654 bytes --]

diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc
index fff6c7c2f..2229e08de 100644
--- a/sys-utils/mount.8.adoc
+++ b/sys-utils/mount.8.adoc
@@ -1045,7 +1045,7 @@ Can be used to replace UUID of the underlying filesystem in file handles with nu
 When the underlying filesystems supports NFS export and the "nfs_export"
 feature is enabled, an overlay filesystem may be exported to NFS.
 +
-With the “nfs_export” feature, on copy_up of any lower object, an index entry
+With the "nfs_export" feature, on copy_up of any lower object, an index entry
 is created under the index directory. The index entry name is the hexadecimal
 representation of the copy up origin file handle. For a non-directory object,
 the index entry is a hard link to the upper inode. For a directory object, the
@@ -1071,7 +1071,7 @@ This encoding format is identical to the encoding format file handles that are s
 * Find underlying layer by UUID and path type information.
 * Decode the underlying filesystem file handle to underlying dentry.
 * For a lower file handle, lookup the handle in index directory by name.
-* If a whiteout is found in index, return ESTALE. This represents an overlay object that was deleted after its file handle was encoded.
+* If a whiteout is found in index, return **ESTALE**. This represents an overlay object that was deleted after its file handle was encoded.
 * For a non-directory, instantiate a disconnected overlay dentry from the decoded underlying dentry, the path type and index inode, if found.
 * For a directory, use the connected underlying decoded dentry, path type and index, to lookup a connected overlay dentry.
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: PATCH: misformatting in mount.8.adoc
  2021-09-09 18:06 PATCH: misformatting in mount.8.adoc Mario Blättermann
@ 2021-09-21  8:50 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2021-09-21  8:50 UTC (permalink / raw)
  To: Mario Blättermann; +Cc: util-linux

On Thu, Sep 09, 2021 at 08:06:44PM +0200, Mario Blättermann wrote:
> while translating the latest changes in man pages, I found some issues
> in mount.8.adoc. See the attached diff.

Applied, thanks.

> Unfortunately we can't use non-standard citation characters in the
> Asciidoc files, like “these”.

I guess "standard" citation characters are good enough for us ;-)

 Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-21  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 18:06 PATCH: misformatting in mount.8.adoc Mario Blättermann
2021-09-21  8:50 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).