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

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