summaryrefslogtreecommitdiffstats
path: root/misc-utils/findfs.8
Commit message (Collapse)AuthorAgeFilesLines
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-231-3/+3
| | | | | | | | Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-121-1/+0Star
| | | | | | | Transform some of them into copyright lines. Also fix three header lines and snip some trailing whitespace. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: update info about env debug variablesKarel Zak2014-11-031-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findfs: add ability to work with PART{UUID,LABEL}= tooKarel Zak2014-03-281-12/+39
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findfs: use symbolic exit values, and tell about them in manualSami Kerola2014-03-261-4/+26
| | | | | | | [[kzak@redhat.com: - move return codes to findfs.c] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* standard SEE ALSO section of man pagesMike Frysinger2013-05-131-2/+1Star
| | | | | | | | The standard format is to seperate each entry with a comma, and for each one to be on a line by itself. Most util-linux pages follow this, but a few do not. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-3/+3
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* blkid: document LIBBLKID_DEBUG usersDavidlohr Bueso2012-09-041-0/+3
| | | | | | | Update the manpages of programs that use this environment variable for extra debugging information. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* textual: tweak several manpages, mainly the blkid oneBenno Schulenberg2011-03-081-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findfs: fix typo in findfs.8Karel Zak2009-10-051-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: move to misc-utils/ directoryKarel Zak2009-07-021-0/+35
The others utilities are in one of the top-level directories. That's confusing to have blkid(8) and findfs(8) in shlibs/ tree. Signed-off-by: Karel Zak <kzak@redhat.com>