summaryrefslogtreecommitdiffstats
path: root/man1/git-stripspace.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-stripspace.1')
-rw-r--r--man1/git-stripspace.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-stripspace.1 b/man1/git-stripspace.1
index de2fdb100..209da09db 100644
--- a/man1/git-stripspace.1
+++ b/man1/git-stripspace.1
@@ -2,12 +2,12 @@
.\" Title: git-stripspace
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-STRIPSPACE" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-STRIPSPACE" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -90,18 +90,18 @@ to the last line if necessary\&.
.sp
In the case where the input consists entirely of whitespace characters, no output will be produced\&.
.sp
-\fBNOTE\fR: This is intended for cleaning metadata, prefer the \fB\-\-whitespace=fix\fR mode of \fBgit-apply\fR(1) for correcting whitespace of patches or files in the repository\&.
+\fBNOTE\fR: This is intended for cleaning metadata\&. Prefer the \fB\-\-whitespace=fix\fR mode of \fBgit-apply\fR(1) for correcting whitespace of patches or files in the repository\&.
.SH "OPTIONS"
.PP
\-s, \-\-strip\-comments
.RS 4
-Skip and remove all lines starting with comment character (default
+Skip and remove all lines starting with a comment character (default
\fI#\fR)\&.
.RE
.PP
\-c, \-\-comment\-lines
.RS 4
-Prepend comment character and blank to each line\&. Lines will automatically be terminated with a newline\&. On empty lines, only the comment character will be prepended\&.
+Prepend the comment character and a blank space to each line\&. Lines will automatically be terminated with a newline\&. On empty lines, only the comment character will be prepended\&.
.RE
.SH "EXAMPLES"
.sp