minor tweaks to get around groff treating leading . as a special character

This commit is contained in:
Ivan Malopinsky
2019-01-21 18:08:56 -05:00
parent 3825d93ff6
commit 8b0bc89eb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ DESCRIPTION
- prune remote branches
git-fresh will ignore any branches listed in a .freshignore file.
.freshignore should contain branch names you would like to ignore
freshignore should contain branch names you would like to ignore
on separate lines. The file can exist in the current Git repo
or in the home directory, i.e. ~/.freshignore.
+1 -1
View File
@@ -21,7 +21,7 @@ stash changes
prune \fIremote\fP branches
.PP
\fBgit-fresh\fP will ignore any branches listed in a .freshignore file.
.freshignore should contain branch names you would like to ignore
\ .freshignore should contain branch names you would like to ignore
on separate lines. The file can exist in the current Git repo
or in the home directory, i.e. ~/.freshignore.
.PP