Commit Graph

15606 Commits

Author SHA1 Message Date
Karel Zak 37bd59bd53 docs: update v2.37-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 15:30:19 +02:00
Karel Zak 766490185f findmnt: add --shadowed to the man page
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 15:07:45 +02:00
Karel Zak 27c4353b4e blkid: document --hint
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 15:07:11 +02:00
Karel Zak 751eca28fc libblkid: remove workaround for FAT+MBR on whole-disk
The current libblkid ignores FAT when created on the same whole-disk
device as valid MBR. This restriction is not compatible with many
devices (like USB flash disk) created by Windows or the latest
dosfstools where the first partition is used for entire device and
where is also valid FAT. The filesystem is accessible from partition
as well as from whole-disk device.

The conclusion (between util-linux, dosfstools and udisks) is that
libblkid has to provide all details, not hide anything and the proper
policy (hide/show) has to be implemented by udisks (or so).

CC: Tomáš Bžatek <tbzatek@redhat.com>
CC: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 14:42:18 +02:00
Karel Zak 33ef6ce910 docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 11:00:58 +02:00
Karel Zak 38f604505d po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 10:09:19 +02:00
Karel Zak 059ba3dd76 travis: cleanup before autogen
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 08:02:10 +02:00
Karel Zak a2c3638f0e tools: add missing stuff to Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 07:53:21 +02:00
Karel Zak cc8df1caf6 Merge branch 'fix-typo' of https://github.com/paullaffitte/util-linux
* 'fix-typo' of https://github.com/paullaffitte/util-linux:
  fix typo in findmnt help
2021-04-09 07:48:02 +02:00
Paul Laffitte 02b0bdcc8c
fix typo in findmnt help 2021-04-08 19:09:30 +02:00
Мирослав Николић 1f4c639c40 po: add sr.po (from translationproject.org) 2021-04-08 14:52:52 +02:00
Sebastian Rasmussen 070bd0a450 po: update sv.po (from translationproject.org) 2021-04-08 14:52:52 +02:00
Božidar Putanec e0fc3a40bd po: update hr.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
Antonio Ceballos Roa 7e13ea492f po: update es.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
Petr Písař f0e8053c4e po: update cs.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
Karel Zak acd1b6b72c tools: replace checkmans.sh with adoc scripts
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-08 14:19:52 +02:00
Karel Zak 6b160f5acd tests: update fdisk dumps
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-08 12:46:47 +02:00
Karel Zak a970c2dd51 fdisk: always skips zeros in dumps
The expert command 'D'ump skips zeros when print label hexdump on
terminal, but for non-terminal it prints all buffer. It seems
better to use the same semantic everywhere and skip zeros.

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-08 12:42:36 +02:00
Karel Zak 22a900a90f build-sys: add UL_REQUIRES_PROGRAM() macro, use it for asciidoc
* use our generic UL_BUILD_INIT() stuff for ENABLE_ASCIIDOC
* add UL_REQUIRES_PROGRAM()
* add "Manual pages: yes|no" to ./configure summary

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-07 10:19:03 +02:00
Mario Blättermann 681f4a1e31 Asciidoc: Fix markup in example man page 2021-04-06 17:51:24 +02:00
Karel Zak 236421a491 build-sys: make man pages optional, add --disable-asciidoc
* don't use dist_noinst_DATA= for generated man pages (use man_MANS=)

* make asciidoctor optional

* add --disable-asciidoc to explicitly disable man pages

Addresses: https://github.com/karelzak/util-linux/issues/1257
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-06 17:22:36 +02:00
Karel Zak 53b37016c3 meson: generate man pages from asciidoc
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-06 15:32:46 +02:00
Karel Zak ae4e859f68 Merge branch 'more-fixes' of https://github.com/h-c-mueller/util-linux
* 'more-fixes' of https://github.com/h-c-mueller/util-linux:
  more: fix ARROW_DOWN and PAGE_DOWN behaviour to not skip lines
  more: fix command 'f' (screen forward) behaviour
2021-04-06 11:24:40 +02:00
Mario Blättermann 360946bb93 Asciidoc: Fix markup 2021-04-04 15:33:56 +02:00
Karel Zak ba3b935259 tests: update lscpu output
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-01 12:30:25 +02:00
Karel Zak 9dadd3e60c lscpu: report also number of cache instances
Caches (sum of all):
  L1d:                   128 KiB (4 instances)
  L1i:                   128 KiB (4 instances)
  L2:                    1 MiB (4 instances)
  L3:                    8 MiB (1 instance)

Suggested-by: John Henning <john.henning@oracle.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-01 12:27:05 +02:00
Karel Zak 8bb50864c1 build-sys: improve asciidoc generic rule
* keep it based on suffixes to make possible to generate individual
  pages in dependence on original .adoc
* use absolute builddir to be robust enough for 'make distcheck'
* make man page links depend on man pages

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-01 11:47:21 +02:00
Mario Blättermann 69378d9bf4 Asciidoc: Remove artifact from merge conflict 2021-03-31 17:48:21 +02:00
Mario Blättermann 67467c9891 Asciidoc: Resolve merge conflict 2021-03-31 17:46:27 +02:00
Karel Zak e185f57e34 build-sys: cleanup distcheck options
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-31 11:57:22 +02:00
Karel Zak 625e9c61e8 build-sys: make man pages location independent
We need to evaluate "include::" directive relatively to project
top-level source directory rather than to the current document
location.

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-31 11:50:47 +02:00
Mario Blättermann 7f29a25af9 Asciidoc: Convert man-common/README to Markdown 2021-03-29 20:19:59 +02:00
Mario Blättermann 3da93af26b po-man: Fix the example man page 2021-03-29 19:51:51 +02:00
Mario Blättermann b09a9007fd po-man: Fix typos in po-man/README.md 2021-03-29 19:47:36 +02:00
Mario Blättermann cde653e0f5 po-man: Update the example man page 2021-03-29 19:45:19 +02:00
Mario Blättermann f99003fb35 po-man: Add po-man/README.md 2021-03-29 19:30:04 +02:00
Mario Blättermann 8a66f33451 po-man: Add (incomplete) de.po for testing purposes 2021-03-29 19:13:54 +02:00
Karel Zak e2463a8f92 github: fix asciidoctror dependence
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-29 18:56:12 +02:00
Mario Blättermann 0a5bc73054 po-man: Add (incomplete) de.po for testing purposes 2021-03-29 18:55:08 +02:00
Mario Blättermann 2bee5365d3 po-man: Adjust paths in po4a.cfg and update .pot file 2021-03-29 18:31:26 +02:00
Mario Blättermann 61459fe4a4 po-man: Move Po4a config file and translation template to po-man 2021-03-29 18:21:17 +02:00
Karel Zak 1d997bbbec github: add ruby-asciidoctor to CI-build
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-29 15:26:37 +02:00
Karel Zak 6a23bf93fd docs: update Documentation/howto-man-page.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-29 15:10:53 +02:00
Karel Zak 97c5380f9c Asciidoc: Incorporate latest changes in findmnt.8
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-29 15:10:53 +02:00
Karel Zak 25ce8fb1ed Merge remote-tracking branch 'mariobl/topic/asciidoc'
* mariobl/topic/asciidoc: (71 commits)
  Asciidoc: Update .pot template
  Asciidoc: Reorder example command sequence
  Asciidoc: Update .pot template
  Asciidoc: Better gettext message splitting in nsenter.1.adoc
  Asciidoc: Update .pot template
  Asciidoc: Fix typo and remove invisible spaces which confuse po4a
  Asciidoc: Update .pot template
  Asciidoc: Fix typo
  Asciidoc: Fix artifact from initial import, sixth attempt
  Asciidoc: Update .pot template
  Asciidoc: Fix artifacts from initial import, fifth attempt
  Asciidoc: Fix artifacts from initial import, fourth attempt
  Asciidoc: Update .pot template
  Asciidoc: Fix artifacts from initial import, third attempt
  Asciidoc: Fix artifacts from initial import, second attempt
  Asciidoc: Fix artifacts from initial import
  Asciidoc: Add po4a config file and initial translation template for man pages
  Asciidoc: Small indentation fix in mount.8.adoc
  Asciidoc: Review sys-utils man pages, part 2
  build-sys: fix out-of-tree build
  ...

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-29 15:09:27 +02:00
Mario Blättermann 3a21355740 Asciidoc: Update .pot template 2021-03-28 14:31:13 +02:00
Mario Blättermann c8dae3d8fa Asciidoc: Reorder example command sequence 2021-03-28 14:29:45 +02:00
Mario Blättermann 982aa62baa Asciidoc: Update .pot template 2021-03-28 12:00:01 +02:00
Mario Blättermann 86cc47aa51 Asciidoc: Better gettext message splitting in nsenter.1.adoc 2021-03-28 11:58:08 +02:00
Mario Blättermann 5db1d29a04 Asciidoc: Update .pot template 2021-03-28 10:47:42 +02:00