File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ Get a specific data value for a particular gist.
657
657
Set specific meta-data fields of a gist to new values. You list the parameters
658
658
as key/value pairs.
659
659
660
- =item C<< gist-star <gist-id> >>`
660
+ =item C<< gist-star <gist-id> >>
661
661
662
662
Add your B<star> to a gist.
663
663
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ interactions from the command line. They are installed by default.
522
522
Set specific meta-data fields of a gist to new values. You list the
523
523
parameters as key/value pairs.
524
524
525
- - `gist-star <gist-id>``
525
+ - `gist-star <gist-id>`
526
526
Add your *star* to a gist.
527
527
528
528
- `gist-unstar <gist-id>`
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ gist-fork gist-fork <gist-id>
28
28
gist-get gist-get <gist-id> <data-key>
29
29
gist-init gist-init (public|secret) <description>
30
30
gist-new gist-new (public|secret) <description> <files...>
31
- gist-star gist-star <gist-id>`
31
+ gist-star gist-star <gist-id>
32
32
gist-unstar gist-unstar <gist-id>
33
33
gists gists [<user>]
34
34
git-hub-travis git-hub-travis
@@ -322,7 +322,7 @@ help:gist-new() {
322
322
help:gist-star () {
323
323
cat << '... '
324
324
325
- Usage: git hub gist-star <gist-id>`
325
+ Usage: git hub gist-star <gist-id>
326
326
327
327
Add your *star* to a gist.
328
328
...
Original file line number Diff line number Diff line change 71
71
.\" ========================================================================
72
72
.\"
73
73
.IX Title " git-hub 1"
74
- .TH git-hub 1 "September 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
74
+ .TH git-hub 1 "October 2016" "Generated by Swim v0.1.43" "The Git command for GitHub"
75
75
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
76
76
.\" way too many mistakes in technical documents.
77
77
.if n .ad l
@@ -609,9 +609,9 @@ Get a specific data value for a particular gist.
609
609
.el .IP " \f(CW gist \- edit <gist \- id> <key \- value \- pair...> \fR " 4
610
610
.IX Item " gist-edit <gist-id> <key-value-pair...>"
611
611
Set specific meta-data fields of a gist to new values. You list the parameters as key/value pairs.
612
- .ie n .IP """gist \- star <gist \- id>""` " 4
613
- .el .IP " \f(CW gist \- star <gist \- id> \fR ` " 4
614
- .IX Item " gist-star <gist-id>` "
612
+ .ie n .IP """gist \- star <gist \- id>""" 4
613
+ .el .IP " \f(CW gist \- star <gist \- id> \fR " 4
614
+ .IX Item " gist-star <gist-id>"
615
615
Add your \fB star \fR to a gist.
616
616
.ie n .IP """gist \- unstar <gist \- id>""" 4
617
617
.el .IP " \f(CW gist \- unstar <gist \- id> \fR " 4
You can’t perform that action at this time.
0 commit comments