File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 * @brief Install-time security policy.
1616 *
1717 * When @p require_signature is true, @c trans_commit() refuses to install
18- * packages whose detached signature at @c < pkg_path> .sig cannot be verified
18+ * packages whose detached signature at @c pkg_path.sig cannot be verified
1919 * against the keys in @p keyring_dir.
2020 */
2121typedef struct
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ struct apg_trans;
124124 * @brief Attach an install policy to a transaction.
125125 *
126126 * Must be called before trans_commit(). When @p policy->require_signature is
127- * true, commit rejects any package whose @c < pkg_path> .sig does not verify
127+ * true, commit rejects any package whose @c pkg_path.sig does not verify
128128 * against the keys in @p policy->keyring_dir (default: @c /etc/apg/trusted.d).
129129 * Pass NULL to clear a previously set policy.
130130 *
You can’t perform that action at this time.
0 commit comments