Blame SOURCES/add-man-page-for-symlinks.patch

dd3a91
commit d64c2283633cd4d7569690d1df8d1a10f3b6b040
dd3a91
Author: Zhilong Liu <zlliu@suse.com>
dd3a91
Date:   Mon Mar 6 10:39:57 2017 +0800
dd3a91
dd3a91
    mdadm:add man page for --symlinks
dd3a91
    
dd3a91
    In build and create mode:
dd3a91
    --symlinks
dd3a91
    	Auto creation of symlinks in /dev to /dev/md, option --symlinks
dd3a91
    	must be 'no' or 'yes' and work with --create and --build.
dd3a91
    In assemble mode:
dd3a91
    --symlinks
dd3a91
    	See this option under Create and Build options.
dd3a91
    
dd3a91
    Signed-off-by: Zhilong Liu <zlliu@suse.com>
dd3a91
    Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
dd3a91
dd3a91
diff --git a/mdadm.8.in b/mdadm.8.in
dd3a91
index 1e4f91d..df1d460 100644
dd3a91
--- a/mdadm.8.in
dd3a91
+++ b/mdadm.8.in
dd3a91
@@ -1015,6 +1015,11 @@ simultaneously. If not specified, this defaults to 4.
dd3a91
 Specify journal device for the RAID-4/5/6 array. The journal device
dd3a91
 should be a SSD with reasonable lifetime.
dd3a91
 
dd3a91
+.TP
dd3a91
+.BR \-\-symlinks
dd3a91
+Auto creation of symlinks in /dev to /dev/md, option --symlinks must
dd3a91
+be 'no' or 'yes' and work with --create and --build.
dd3a91
+
dd3a91
 
dd3a91
 .SH For assemble:
dd3a91
 
dd3a91
@@ -1291,6 +1296,10 @@ Reshape can be continued later using the
dd3a91
 .B \-\-continue
dd3a91
 option for the grow command.
dd3a91
 
dd3a91
+.TP
dd3a91
+.BR \-\-symlinks
dd3a91
+See this option under Create and Build options.
dd3a91
+
dd3a91
 .SH For Manage mode:
dd3a91
 
dd3a91
 .TP