Issues in man pages of nfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear NFS maintainer,
the manpage-l10n project maintains a large number of translations of
man pages both from a large variety of sources (including NFS) as
well for a large variety of target languages.

During their work translators notice different possible issues in the
original (english) man pages. Sometimes this is a straightforward
typo, sometimes a hard to read sentence, sometimes this is a
convention not held up and sometimes we simply do not understand the
original.

We use several distributions as sources and update regularly (at
least every 2 month). This means we are fairly recent (some
distributions like archlinux also update frequently) but might miss
the latest upstream version once in a while, so the error might be
already fixed. We apologize and ask you to close the issue immediately
if this should be the case, but given the huge volume of projects and
the very limited number of volunteers we are not able to double check
each and every issue.

Secondly we translators see the manpages in the neutral po format,
i.e. converted and harmonized, but not the original source (be it man,
groff, xml or other). So we cannot provide a true patch (where
possible), but only an approximation which you need to convert into
your source format.

Finally the issues I'm reporting have accumulated over time and are
not always discovered by me, so sometimes my description of the
problem my be a bit limited - do not hesitate to ask so we can clarify
them.

I'm now reporting the errors for your project. If future reports
should use another channel, please let me know.

Man page: blkmapd.8
Issue:    Formmating of device-mapper

"The topology typically consists of a hierarchy of volumes built by striping, "
"slicing, and concatenating the simple volumes.  The B<blkmapd> daemon uses "
"the device-mapper driver to construct logical devices that reflect the "
"server topology, and passes these devices to the kernel for use by the pNFS "
"block layout client."
--
Man page: blkmapd.8
Issue:    Formatting of syslogd

"Runs B<blkmapd> in the foreground and sends output to stderr (as opposed to "
"syslogd)"
--
Man page: exportfs.8
Issue:    missing period at the end of sentence

"B<exportfs> will also recognize the B<state-directory-path> value from both "
"the B<[mountd]> section and the B<[exportd]> section"
--
Man page: exportfs.8
Issue:    B<exports(5)> → B<exports>(5)

"The I<host:/path> argument specifies a local directory to export, along with "
"the client or clients who are permitted to access it.  See B<exports(5)> for "
"a description of supported options and access list formats."
--
Man page: nfs.5
Issue:   Why is the word "option" in bold? Should it be italics?

"The B<sloppy> option is an alternative to specifying B<mount.nfs> -s "
"B<option.>"
--
Man page: nfs.5
Issue:    If is → If it

"When the client discovers a new filesystem on a NFSv4.1+ server, the "
"B<trunkdiscovery> mount option will cause it to send a GETATTR for the "
"fs_locations attribute.  If is receives a non-zero length reply, it will "
"iterate through the response, and for each server location it will establish "
"a connection, send an EXCHANGE_ID, and test for session trunking.  If the "
"trunking test succeeds, the connection will be added to the existing set of "
"transports for the server, subject to the limit specified by the "
"B<max_connect> option.  The default is B<notrunkdiscovery>."
--
Man page: nfs.5
Issue:    B<nfsmount.conf(5)> → B<nfsmount.conf>(5)

"If the mount command is configured to do so, all of the mount options "
"described in the previous section can also be configured in the I</etc/"
"nfsmount.conf> file. See B<nfsmount.conf(5)> for details."
msgstr ""
--
Man page: nfs.conf.5
Issue:    Use full stop at the end of the line instead of comma

"Recognized values: B<threads>, B<host>, B<scope>, B<port>, B<grace-time>, "
"B<lease-time>, B<udp>, B<tcp>, B<vers3>, B<vers4>, B<vers4.0>, B<vers4.1>, "
"B<vers4.2>, B<rdma>,"
--
Man page: nfsd.7
Issue:    back-slash vs. backslash, should be consistent

"Each line of the file contains a path name, a client name, and a number of "
"options in parentheses.  Any space, tab, newline or back-slash character in "
"the path name or client name will be replaced by a backslash followed by the "
"octal ASCII code for that character."
--
Man page: nfsd.7
Issue:    thread currently → threads currently

"This file represents the number of B<nfsd> thread currently running.  "
"Reading it will show the number of threads.  Writing an ASCII decimal number "
"will cause the number of threads to be changed (increased or decreased as "
"necessary) to achieve that number."
--
Man page: nfsd.7
Issue:    The first sentence is logical, but generic - in every file you read what you wrote previously?

"This is a somewhat unusual file in that what is read from it depends on what "
"was just written to it.  It provides a transactional interface where a "
"program can open the file, write a request, and read a response.  If two "
"separate programs open, write, and read at the same time, their requests "
"will not be mixed up."
--
Man page: nfsd.7
Issue:    can be display → can be displayed

"The directory B</proc/net/rpc> in the B<procfs> filesystem contains a number "
"of files and directories.  The files contain statistics that can be display "
"using the I<nfsstat> program.  The directories contain information about "
"various caches that the NFS server maintains to keep track of access "
"permissions that different clients have for different filesystems.  The "
"caches are:"
--
Man page: nfsd.7
Issue 1:  select(2) or poll(2) → B<select>(2) or B<poll>(2)
Issue 2:  and end-of-file → an end-of-file

"If the program uses select(2) or poll(2) to discover if it can read from the "
"B<channel> then it will never see and end-of-file but when all requests have "
"been answered, it will block until another request appears."
--
Man page: nfsmount.conf.5
Issue 1:  »Variables are assignmen statements … variables« …?
Issue 2: independant → independent

"The configuration file is made up of multiple section headers followed by "
"variable assignments associated with that section.  A section header is "
"defined by a string enclosed by B<[> and B<]> brackets.  Variable "
"assignments are assignment statements that assign values to particular "
"variables using the B<=> operator, as in B<Proto=Tcp>.  The variables that "
"can be assigned are the set of NFS specific mount options listed in "
"B<nfs>(5)  together with the filesystem-independant mount options listed in "
"B<mount>(8)  and three additions: B<Sloppy=True> has the same effect as the "
"B<-s> option to I<mount>, and B<Foreground=True> and B<Background=True> have "
"the same effect as B<bg> and B<fg>."
--
Man page: nfsmount.conf.5
Issue:    Remove comma at the end

"B<nfs>(5), B<mount>(8),"
--
Man page: nfsmount.conf.5
Issue:    over-ride → override

"Default NFS mount configuration files, variables set in the later file over-"
"ride those in the earlier file."
--
Man page: nfs.systemd.7
Issue:   changesare make → changes are made

"When configuration changesare make, it can be hard to know exactly which "
"services need to be restarted to ensure that the configuration takes "
"effect.  The simplest approach, which is often the best, is to restart "
"everything.  To help with this, the B<nfs-utils.service> unit is provided.  "
"It declares appropriate dependencies with other unit files so that"
--
Man page: showmount.8
Issue:    formatting of sort -u

"B<showmount> queries the mount daemon on a remote host for information about "
"the state of the NFS server on that machine.  With no options B<showmount> "
"lists the set of clients who are mounting from that host.  The output from "
"B<showmount> is designed to appear as though it were processed through "
"``sort -u''."
--
Man page: umount.nfs.8
Issue:    refer → refer to the

"For further information please refer B<nfs>(5)  and B<umount>(8)  manual "
"pages."
--
Man page: umount.nfs.8
Issue:    Remove comma at the end

"B<nfs>(5), B<umount>(8),"

-- 
      Dr. Helge Kreutzmann                     debian@xxxxxxxxxxxxx
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux