91d7339157
- version 4.0 * resize: * don't accept file as an argument (it's confusing) * print better error message in case of an error * restore: optionally restore metadata (time, mode, uid/gid) * receive: optionally enforce chroot * new rescue subcommand 'zero-log', same as btrfs-zero-log, but now also part of the main utility * check: * free space checks match kernel, fixes incorrect reports * convert: fix setting of checksum bit if --no-datasum is used * fsck.btrfs: don't print messages * fix quota rescan on PPC64 (mangled ioctl number) * test updates * documentation: files renamed to .asciidoc, misc fixups OBS-URL: https://build.opensuse.org/request/show/304719 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=196
21 lines
603 B
Diff
21 lines
603 B
Diff
Build on SLE11SP3 complains:
|
|
|
|
ERROR: btrfs-mount.xml.tmp1: line 9: second section must be named SYNOPSIS
|
|
|
|
|
|
Index: btrfs-progs-v3.17.1/Documentation/btrfs-mount.txt
|
|
===================================================================
|
|
--- btrfs-progs-v3.17.1.orig/Documentation/btrfs-mount.asciidoc
|
|
+++ btrfs-progs-v3.17.1/Documentation/btrfs-mount.asciidoc
|
|
@@ -5,6 +5,10 @@ NAME
|
|
----
|
|
btrfs-mount - mount options and supported file attributes for the btrfs filesystem
|
|
|
|
+SYNOPSIS
|
|
+--------
|
|
+*man btrfs*
|
|
+
|
|
DESCRIPTION
|
|
-----------
|
|
This document describes mount options specific to the btrfs filesystem.
|