Last active
August 29, 2015 14:19
-
-
Save nshalman/84be1c7b235d4c56c158 to your computer and use it in GitHub Desktop.
typo in git-pbchk(1)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 491936b61152d4b0fd28e91c5601f7a9f240fa1f Mon Sep 17 00:00:00 2001 | |
From: Nahum Shalman <[email protected]> | |
Date: Thu, 23 Apr 2015 16:56:18 +0000 | |
Subject: [PATCH] 5864 typo in git-pbchk(1) Reviewed by: Richard Lowe | |
<[email protected]> Reviewed by: Igor Kozhukhov <[email protected]> | |
--- | |
usr/src/tools/scripts/git-pbchk.1 | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
diff --git a/usr/src/tools/scripts/git-pbchk.1 b/usr/src/tools/scripts/git-pbchk.1 | |
index 8727d3a..cb18da4 100644 | |
--- a/usr/src/tools/scripts/git-pbchk.1 | |
+++ b/usr/src/tools/scripts/git-pbchk.1 | |
@@ -11,9 +11,10 @@ | |
.\" | |
.\" | |
.\" Copyright 2011 Richard Lowe. | |
+.\" Copyright 2015 Elysium Digital, L.L.C. | |
.\" | |
-.TH "GIT\-PBCHK" "1" "December 2011" "" "" | |
+.TH "GIT\-PBCHK" "1" "April 23, 2015" "" "" | |
.SH "NAME" | |
\fBgit\-pbchk\fR \- nits and pre\-putback checks for git | |
@@ -25,7 +26,7 @@ git\-pbchk [\-b \fIbranch\fR] | |
git\-nits [\-b \fIbranch\fR] | |
.SH "DESCRIPTION" | |
-Check your workspace for common nits and putback\-ending mistakes, a simple set of checks are run over various parts of your workspace and errors encountered are reported, afll of which should, generally, be fixed\. | |
+Check your workspace for common nits and putback\-ending mistakes, a simple set of checks are run over various parts of your workspace and errors encountered are reported, all of which should, generally, be fixed\. | |
.TP | |
Comment format | |
-- | |
1.8.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment