diff --git a/man/ostree-remote.xml b/man/ostree-remote.xml
index 2e600845..88e61ac0 100644
--- a/man/ostree-remote.xml
+++ b/man/ostree-remote.xml
@@ -69,6 +69,25 @@ Boston, MA 02111-1307, USA.
ostree remote summaryOPTIONSNAME
+
+ ostree remote add-cookie
+ NAME
+ DOMAIN
+ PATH
+ COOKIE_NAME
+ VALUE
+
+
+ ostree remote delete-cookie
+ NAME
+ DOMAIN
+ PATH
+ COOKIE_NAME
+ VALUE
+
+
+ ostree remote list-cookiesNAME
+
@@ -83,6 +102,9 @@ Boston, MA 02111-1307, USA.
The GPG keys to import may be in binary OpenPGP format or ASCII armored. The optional KEY-ID list can restrict which keys are imported from a keyring file or input stream. All keys are imported if this list is omitted. If neither nor options are given, then keys are imported from the user's personal GPG keyring.
+
+ The various cookie related command allow management of a remote specific cookie jar.
+
diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml
index 0c421ba4..1182aa93 100644
--- a/man/ostree.repo-config.xml
+++ b/man/ostree.repo-config.xml
@@ -204,6 +204,18 @@ Boston, MA 02111-1307, USA.
in the section GPG verification.
+
+
+ Per-remote HTTP cookies
+
+ Some content providers may want to control access to remote
+ repositories via HTTP cookies. The ostree remote
+ add-cookie and ostree remote
+ delete-cookie commands will update a per-remote
+ lookaside cookie jar, named
+ $remotename.cookies.txt.
+
+ See Also