File tree 9 files changed +25
-21
lines changed
9 files changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ utility will print the version of the installed CoreFoundation then exit.
40
40
.Xr uiduid 1
41
41
.Sh HISTORY
42
42
The
43
- .Xr cfversion 1
43
+ .Nm
44
44
utility first appeared in uikittools on May 12, 2011, written by
45
45
.An Jay Freeman .
46
46
Then was reimplemented by
Original file line number Diff line number Diff line change 36
36
.Nm
37
37
utility will print the ecid then exit.
38
38
.Sh SEE ALSO
39
- .Xr uiduid 1 ,
40
- .Xr cfversion 1
39
+ .Xr cfversion 1 ,
40
+ .Xr uiduid 1
41
41
.Sh HISTORY
42
42
The
43
- .Xr ecidecid 1
43
+ .Nm
44
44
utility first appeared in uikittools on October 8, 2018, written by
45
45
.An Sam Bingner .
46
46
Then was reimplemented by
Original file line number Diff line number Diff line change 37
37
utility will print the device capabilities in NeXTSTEP plist format.
38
38
.Sh HISTORY
39
39
The
40
- .Xr gssc 1
40
+ .Nm
41
41
utility first appeared in uikittools on April 6, 2010, written by
42
42
.An Jay Freeman .
43
43
Then was reimplemented by
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ utility will cause all launchd daemons to be restarted.
39
39
.Xr sbreload 1
40
40
.Sh HISTORY
41
41
The
42
- .Xr ldrestart 1
42
+ .Nm
43
43
utility first appeared in uikittools on June 22, 2016, written by
44
44
.An Jay Freeman .
45
45
Then was reimplemented by
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ utility will wait until SpringBoard launches then return 0.
39
39
.Xr sbreload 1
40
40
.Sh HISTORY
41
41
The
42
- .Xr sbdidlaunch 1
42
+ .Nm
43
43
utility first appeared in uikittools on June 20, 2010, written by
44
44
.An Jay Freeman .
45
45
Then was reimplemented by
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ is much faster than alternatives such as
42
42
.Xr uicache 1
43
43
.Sh HISTORY
44
44
The
45
- .Xr sbreload 1
45
+ .Nm
46
46
utility first appeared in uikittools on December 3, 2010, written by
47
47
.An Jay Freeman .
48
48
Then was reimplemented by
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ updates the applications that show on the homescreen and optionally will resprin
43
43
The options are as follows:
44
44
.Bl -tag -width indent
45
45
.It Fl a , -all
46
- Rebuild the entire cache. This replicates the old
46
+ Rebuild the entire cache.
47
+ This replicates the old
47
48
.Nm
48
49
behavior and is very slow
49
50
.It Fl h , -help
@@ -63,7 +64,7 @@ Adds the application at
63
64
.Ar path
64
65
to the cache
65
66
.El
66
- .Sh EXAMPLE
67
+ .Sh EXAMPLES
67
68
To refresh all applications use:
68
69
.Dl " uicache -a"
69
70
.Pp
@@ -77,12 +78,13 @@ To show information about the Settings app use:
77
78
.Xr uiopen 1
78
79
.Sh HISTORY
79
80
The
80
- .Xr uicache 1
81
+ .Nm
81
82
utility first appeared in uikittools on September 14, 2008, written by
82
83
.An Jay Freeman .
83
84
Then was reimplemented by
84
85
.An CoolStar
85
- for the Chimera jailbreak on April 30, 2019. The
86
+ for the Chimera jailbreak on April 30, 2019.
87
+ The
86
88
.Fl l
87
89
and
88
90
.Fl i
Original file line number Diff line number Diff line change 36
36
.Nm
37
37
utility will print the udid then exit.
38
38
.Sh SEE ALSO
39
- .Xr ecidecid 1 ,
40
- .Xr cfversion 1
39
+ .Xr cfversion 1 ,
40
+ .Xr ecidecid 1
41
41
.Sh HISTORY
42
42
The
43
- .Xr uiduid 1
43
+ .Nm
44
44
utility first appeared in uikittools on August 29, 2008, written by
45
45
.An Jay Freeman .
46
46
Then was reimplemented by
Original file line number Diff line number Diff line change 27
27
.Dt UIOPEN 1
28
28
.Os
29
29
.Sh NAME
30
- .Nm uiopen
30
+ .Nm uiopen
31
31
.Nd open an application or url
32
32
.Sh SYNOPSIS
33
33
.Nm
34
34
.Op Fl h
35
- .Op Fl a Ar name
35
+ .Op Fl a Ar name
36
36
.Op Fl b Ar id
37
37
.Op Fl p Ar path
38
38
.Op Fl u Ar url
@@ -54,7 +54,7 @@ Opens the application at the specified .app bundle.
54
54
.It Fl u , -url Ar url
55
55
Opens the specified url in a browser for http or follows the url scheme.
56
56
.El
57
- .Sh EXAMPLE
57
+ .Sh EXAMPLES
58
58
To open github.com in the default browser use:
59
59
.Dl " uiopen -u https://github.com"
60
60
.Pp
@@ -67,7 +67,7 @@ To open the application at /Applications/Sileo.app use:
67
67
.Xr uicache 1
68
68
.Sh HISTORY
69
69
The
70
- .Xr uiopen 1
70
+ .Nm
71
71
utility first appeared in uikittools on August 18, 2008, written by
72
72
.An Jay Freeman .
73
73
Then was reimplemented by
78
78
.Fl h ,
79
79
and
80
80
.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
82
83
.Fl a ,
83
84
and
84
85
.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
86
88
.Nm Ar url
87
89
format was deprecated on August 19, 2021.
You can’t perform that action at this time.
0 commit comments