Spell corr in git-unlock synopsis

This commit is contained in:
Tobias Fendin 2021-12-29 14:08:57 +01:00
parent 2370a4e27b
commit d914ed3a89
3 changed files with 16 additions and 29 deletions

View file

@ -1,36 +1,23 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-UNLOCK" "1" "October 2017" "" "Git Extras"
.
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "GIT\-UNLOCK" "1" "December 2021" "" "Git Extras"
.SH "NAME"
\fBgit\-unlock\fR \- Unlock a file excluded from version control
.
.SH "SYNOPSIS"
\fBgit\-lock\fR <filename>
.
\fBgit\-unlock\fR <filename>
.SH "DESCRIPTION"
Unlock local files from version control\.
.
.SH "OPTIONS"
<filename>
.
.P
The name of the filename\.
.
.SH "EXAMPLES"
.
.nf
$ git unlock config/database\.yml
.
.fi
.
.SH "AUTHOR"
Written by Julio Napuri <\fIjulionc@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.
.SH "SEE ALSO"
<\fIhttps://github\.com/tj/git\-extras\fR>

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='content-type' value='text/html;charset=utf8'>
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
<meta http-equiv='content-type' content='text/html;charset=utf8'>
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
<title>git-unlock(1) - Unlock a file excluded from version control</title>
<style type='text/css' media='all'>
/* style: man */
@ -69,24 +69,25 @@
<li class='tr'>git-unlock(1)</li>
</ol>
<h2 id="NAME">NAME</h2>
<h2 id="NAME">NAME</h2>
<p class="man-name">
<code>git-unlock</code> - <span class="man-whatis">Unlock a file excluded from version control</span>
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-lock</code> &lt;filename&gt;</p>
<p><code>git-unlock</code> &lt;filename&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p> Unlock local files from version control.</p>
<p>Unlock local files from version control.</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p> &lt;filename&gt;</p>
<p>&lt;filename&gt;</p>
<p> The name of the filename.</p>
<p>The name of the filename.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
@ -95,7 +96,7 @@
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Julio Napuri &lt;<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#x6a;&#117;&#x6c;&#105;&#111;&#110;&#x63;&#x40;&#x67;&#x6d;&#97;&#x69;&#108;&#x2e;&#x63;&#111;&#x6d;" data-bare-link="true">&#106;&#117;&#108;&#x69;&#x6f;&#x6e;&#x63;&#x40;&#103;&#109;&#97;&#x69;&#x6c;&#46;&#99;&#x6f;&#x6d;</a>&gt;</p>
<p>Written by Julio Napuri &lt;<a href="mailto:julionc@gmail.com" data-bare-link="true">julionc@gmail.com</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -105,10 +106,9 @@
<p>&lt;<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>&gt;</p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>October 2017</li>
<li class='tc'>December 2021</li>
<li class='tr'>git-unlock(1)</li>
</ol>

View file

@ -3,7 +3,7 @@ git-unlock(1) -- Unlock a file excluded from version control
## SYNOPSIS
`git-lock` &lt;filename&gt;
`git-unlock` &lt;filename&gt;
## DESCRIPTION