File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 32
32
When not using the running kernel, extract swap information from
33
33
the specified file.
34
34
35
+ The typical use case is:
36
+
37
+ o starts a long lived program.
38
+
39
+ o later, upgrades your packages via pkg_add -u.
40
+
41
+ o if the program is updated on disk, the running program is still the
42
+ previous one (without security fixes for example).
43
+
44
+ o checkrestart will tell you which processes belong to this category.
45
+
35
46
# SEE ALSO
36
47
fstat(1)
37
48
42
53
# AUTHORS
43
54
checkrestart was written by Sebastien Marie <[email protected] >.
44
55
56
+ # CAVEATS
57
+ Only VTEXT nodes are reported by checkrestart. Some programs using old
58
+ libraries aren't reported due to lack of support in kernel.
59
+
Original file line number Diff line number Diff line change @@ -54,7 +54,21 @@ running kernel.
54
54
.It Fl W Ar swap
55
55
When not using the running kernel, extract swap information from
56
56
the specified file.
57
- .Ed
57
+ .El
58
+ .Pp
59
+ The typical use case is:
60
+ .Bl -bullet
61
+ .It
62
+ starts a long lived program.
63
+ .It
64
+ later, upgrades your packages via pkg_add -u.
65
+ .It
66
+ if the program is updated on disk, the running program is still
67
+ the previous one (without security fixes for example).
68
+ .It
69
+ .Nm
70
+ will tell you which processes belong to this category.
71
+ .El
58
72
.Sh SEE ALSO
59
73
.Xr fstat 1
60
74
.Sh HISTORY
@@ -70,3 +84,10 @@ for achieving the same purpose.
70
84
.Nm
71
85
was written by
72
86
.
An Sebastien Marie Aq Mt [email protected] .
87
+ .Sh CAVEATS
88
+ Only
89
+ .Dv VTEXT
90
+ nodes are reported by
91
+ .Nm .
92
+ Some programs using old libraries aren't reported
93
+ due to lack of support in kernel.
You can’t perform that action at this time.
0 commit comments