add line_sep to add_header_above
diff --git a/man/add_header_above.Rd b/man/add_header_above.Rd
index 75f49fc..28ef579 100644
--- a/man/add_header_above.Rd
+++ b/man/add_header_above.Rd
@@ -8,7 +8,7 @@
   italic = FALSE, monospace = FALSE, underline = FALSE,
   strikeout = FALSE, align = "c", color = NULL, background = NULL,
   font_size = NULL, angle = NULL, escape = TRUE, line = TRUE,
-  extra_css = NULL)
+  line_sep = 3, extra_css = NULL)
 }
 \arguments{
 \item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -56,6 +56,9 @@
 \item{line}{A T/F value to control whether a line will appear underneath the
 header}
 
+\item{line_sep}{A numeric value indicating how much the midlines should be
+separated by space. Default is 3.}
+
 \item{extra_css}{An HTML only option. CSS defined here will be send to the
 td cell.}
 }
diff --git a/man/linebreak.Rd b/man/linebreak.Rd
index d7581d6..01ab847 100644
--- a/man/linebreak.Rd
+++ b/man/linebreak.Rd
@@ -15,7 +15,7 @@
 \item{double_escape}{Whether special character should be double escaped.
 Default is FALSE.}
 
-\item{linebreaker}{Symbol for linebreaks to replace. Default is \code{\n}.}
+\item{linebreaker}{Symbol for linebreaks to replace. Default is \code{\\n}.}
 }
 \description{
 This function generate LaTeX code of \code{makecell} so that users