comparison docs/man/man8/fpkg.rst @ 695:5931f16f098f

Docs: wording
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 01 Oct 2024 19:01:37 +0200
parents 1ea88da082e2
children
comparison
equal deleted inserted replaced
694:1ea88da082e2 695:5931f16f098f
37 Subcommands 37 Subcommands
38 ----------- 38 -----------
39 39
40 :manpage:`fpkg-audit(8)` 40 :manpage:`fpkg-audit(8)`
41 41
42 Call :command:`pkg audit` on the local host and all running 42 Call :command:`pkg audit` for the local host and for all running
43 visible and compatible jails. 43 visible and compatible jails.
44 44
45 :manpage:`fpkg-check-fast-track(8)` 45 :manpage:`fpkg-check-fast-track(8)`
46 46
47 Check packages installed from the LocalBSDPorts repository against 47 Check packages installed from the LocalBSDPorts repository against
48 the repositories `FreeBSD` and `LocalBSDPorts` on the local host 48 the repositories `FreeBSD` and `LocalBSDPorts` on the local host
49 and all visible and compatible jails 49 and all visible and compatible jails
50 50
51 :manpage:`fpkg-check-upgrade(8)` 51 :manpage:`fpkg-check-upgrade(8)`
52 52
53 Call :command:`pkg upgrade -n` on the local host and all running 53 Call :command:`pkg upgrade -n` for the local host and for all running
54 visible and compatible jails. 54 visible and compatible jails.
55 55
56 :manpage:`fpkg-config(8)` 56 :manpage:`fpkg-config(8)`
57 57
58 Retrieve the value of a given :manpage:`pkg(8)` configuration 58 Retrieve the value of a given :manpage:`pkg(8)` configuration
59 option on the local host and all running visible and 59 option for the local host and all running visible and
60 compatible jails (:command:`pkg config`). 60 compatible jails (:command:`pkg config`).
61 61
62 :manpage:`fpkg-etcupdate-status(8)` 62 :manpage:`fpkg-etcupdate-status(8)`
63 63
64 Call :command:`etcupdate status` on the local host and all running 64 Call :command:`etcupdate status` for the local host and all running
65 visible jails. 65 visible jails.
66 66
67 :manpage:`fpkg-update(8)` 67 :manpage:`fpkg-update(8)`
68 68
69 Call :command:`pkg update` on the local host and all running 69 Call :command:`pkg update` on the local host and all running
70 visible and compatible jails. 70 visible and compatible jails.
71 71
72 :manpage:`fpkg-upgrade(8)` 72 :manpage:`fpkg-upgrade(8)`
73 73
74 Call :command:`pkg upgrade` on the local host and all running 74 Call :command:`pkg upgrade` for the local host and all running
75 visible and compatible jails. 75 visible and compatible jails.
76 76
77 :manpage:`fpkg-uversion(8)` 77 :manpage:`fpkg-uversion(8)`
78 78
79 Call :command:`freebsd-version -u` on the local host and all 79 Call :command:`freebsd-version -u` for the local host and for all
80 running visible jails. 80 running visible jails.
81 81
82 :manpage:`fpkg-vv(8)` 82 :manpage:`fpkg-vv(8)`
83 83
84 Call :command:`pkg -vv` on the local host and all running visible 84 Call :command:`pkg -vv` for the local host and all running visible
85 jails. 85 jails.
86 86
87 87
88 Environment 88 Environment
89 ----------- 89 -----------