Skip to content

Commit dfda946

Browse files
authored
Merge pull request #9 from CRKatri/quiet-mandoc-manpages
Satisfy mandoc -Tlint -Wall
2 parents 8d129c0 + 195dd32 commit dfda946

9 files changed

+25
-21
lines changed

cfversion.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ utility will print the version of the installed CoreFoundation then exit.
4040
.Xr uiduid 1
4141
.Sh HISTORY
4242
The
43-
.Xr cfversion 1
43+
.Nm
4444
utility first appeared in uikittools on May 12, 2011, written by
4545
.An Jay Freeman .
4646
Then was reimplemented by

ecidecid.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ The
3636
.Nm
3737
utility will print the ecid then exit.
3838
.Sh SEE ALSO
39-
.Xr uiduid 1 ,
40-
.Xr cfversion 1
39+
.Xr cfversion 1 ,
40+
.Xr uiduid 1
4141
.Sh HISTORY
4242
The
43-
.Xr ecidecid 1
43+
.Nm
4444
utility first appeared in uikittools on October 8, 2018, written by
4545
.An Sam Bingner .
4646
Then was reimplemented by

gssc.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The
3737
utility will print the device capabilities in NeXTSTEP plist format.
3838
.Sh HISTORY
3939
The
40-
.Xr gssc 1
40+
.Nm
4141
utility first appeared in uikittools on April 6, 2010, written by
4242
.An Jay Freeman .
4343
Then was reimplemented by

ldrestart.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ utility will cause all launchd daemons to be restarted.
3939
.Xr sbreload 1
4040
.Sh HISTORY
4141
The
42-
.Xr ldrestart 1
42+
.Nm
4343
utility first appeared in uikittools on June 22, 2016, written by
4444
.An Jay Freeman .
4545
Then was reimplemented by

sbdidlaunch.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ utility will wait until SpringBoard launches then return 0.
3939
.Xr sbreload 1
4040
.Sh HISTORY
4141
The
42-
.Xr sbdidlaunch 1
42+
.Nm
4343
utility first appeared in uikittools on June 20, 2010, written by
4444
.An Jay Freeman .
4545
Then was reimplemented by

sbreload.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ is much faster than alternatives such as
4242
.Xr uicache 1
4343
.Sh HISTORY
4444
The
45-
.Xr sbreload 1
45+
.Nm
4646
utility first appeared in uikittools on December 3, 2010, written by
4747
.An Jay Freeman .
4848
Then was reimplemented by

uicache.1

+6-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ updates the applications that show on the homescreen and optionally will resprin
4343
The options are as follows:
4444
.Bl -tag -width indent
4545
.It Fl a , -all
46-
Rebuild the entire cache. This replicates the old
46+
Rebuild the entire cache.
47+
This replicates the old
4748
.Nm
4849
behavior and is very slow
4950
.It Fl h , -help
@@ -63,7 +64,7 @@ Adds the application at
6364
.Ar path
6465
to the cache
6566
.El
66-
.Sh EXAMPLE
67+
.Sh EXAMPLES
6768
To refresh all applications use:
6869
.Dl "uicache -a"
6970
.Pp
@@ -77,12 +78,13 @@ To show information about the Settings app use:
7778
.Xr uiopen 1
7879
.Sh HISTORY
7980
The
80-
.Xr uicache 1
81+
.Nm
8182
utility first appeared in uikittools on September 14, 2008, written by
8283
.An Jay Freeman .
8384
Then was reimplemented by
8485
.An CoolStar
85-
for the Chimera jailbreak on April 30, 2019. The
86+
for the Chimera jailbreak on April 30, 2019.
87+
The
8688
.Fl l
8789
and
8890
.Fl i

uiduid.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ The
3636
.Nm
3737
utility will print the udid then exit.
3838
.Sh SEE ALSO
39-
.Xr ecidecid 1 ,
40-
.Xr cfversion 1
39+
.Xr cfversion 1 ,
40+
.Xr ecidecid 1
4141
.Sh HISTORY
4242
The
43-
.Xr uiduid 1
43+
.Nm
4444
utility first appeared in uikittools on August 29, 2008, written by
4545
.An Jay Freeman .
4646
Then was reimplemented by

uiopen.1

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
.Dt UIOPEN 1
2828
.Os
2929
.Sh NAME
30-
.Nm uiopen
30+
.Nm uiopen
3131
.Nd open an application or url
3232
.Sh SYNOPSIS
3333
.Nm
3434
.Op Fl h
35-
.Op Fl a Ar name
35+
.Op Fl a Ar name
3636
.Op Fl b Ar id
3737
.Op Fl p Ar path
3838
.Op Fl u Ar url
@@ -54,7 +54,7 @@ Opens the application at the specified .app bundle.
5454
.It Fl u , -url Ar url
5555
Opens the specified url in a browser for http or follows the url scheme.
5656
.El
57-
.Sh EXAMPLE
57+
.Sh EXAMPLES
5858
To open github.com in the default browser use:
5959
.Dl "uiopen -u https://github.com"
6060
.Pp
@@ -67,7 +67,7 @@ To open the application at /Applications/Sileo.app use:
6767
.Xr uicache 1
6868
.Sh HISTORY
6969
The
70-
.Xr uiopen 1
70+
.Nm
7171
utility first appeared in uikittools on August 18, 2008, written by
7272
.An Jay Freeman .
7373
Then was reimplemented by
@@ -78,10 +78,12 @@ The
7878
.Fl h ,
7979
and
8080
.Fl b
81-
were added to uiopen by absidue on December 25, 2020. The
81+
were added to uiopen by absidue on December 25, 2020.
82+
The
8283
.Fl a ,
8384
and
8485
.Fl p
85-
flags were added by absidue on August 12, 2021. The
86+
flags were added by absidue on August 12, 2021.
87+
The
8688
.Nm Ar url
8789
format was deprecated on August 19, 2021.

0 commit comments

Comments
 (0)