diff --git a/doc/lightning-listforwards.7 b/doc/lightning-listforwards.7
index 19395512b..29e22caa4 100644
--- a/doc/lightning-listforwards.7
+++ b/doc/lightning-listforwards.7
@@ -2,12 +2,12 @@
.\" Title: lightning-listforwards
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1
-.\" Date: 05/23/2019
+.\" Date: 07/15/2019
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "LIGHTNING\-LISTFORWA" "7" "05/23/2019" "\ \&" "\ \&"
+.TH "LIGHTNING\-LISTFORWA" "7" "07/15/2019" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -73,7 +73,8 @@ Each entry in \fIforwards\fR will include:
.sp -1
.IP \(bu 2.3
.\}
-\fIin_msatoshi\fR
+\fIin_msatoshi\fR,
+\fIin_msat\fR
\- amount of msatoshis that are forwarded to this node\&.
.RE
.sp
@@ -85,7 +86,8 @@ Each entry in \fIforwards\fR will include:
.sp -1
.IP \(bu 2.3
.\}
-\fIout_msatoshi\fR
+\fIout_msatoshi\fR,
+\fIout_msat\fR
\- amount of msatoshis to be forwarded\&.
.RE
.sp
@@ -97,7 +99,8 @@ Each entry in \fIforwards\fR will include:
.sp -1
.IP \(bu 2.3
.\}
-\fIfee\fR
+\fIfee\fR,
+\fIfee_msat\fR
\- fee offered for forwarding the htlc in msatoshi\&.
.RE
.sp
@@ -118,6 +121,30 @@ if the routing process is completed or
\fIfailed\fR
if the routing process could not be completed\&.
.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+\fIreceived_time\fR
+\- timestamp when incoming htlc was received\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+\fIresolved_time\fR
+\- timestamp when htlc was resolved (settled or failed)\&.
+.RE
.SH "AUTHOR"
.sp
Rene Pickhardt is mainly responsible\&.
diff --git a/doc/lightning-listforwards.7.txt b/doc/lightning-listforwards.7.txt
index 28fded7a6..3643b0d7c 100644
--- a/doc/lightning-listforwards.7.txt
+++ b/doc/lightning-listforwards.7.txt
@@ -24,14 +24,18 @@ Each entry in 'forwards' will include:
- 'out_channel' - the short_channel_id of to which the outgoing htlc is supposed to be forwarded.
-- 'in_msatoshi' - amount of msatoshis that are forwarded to this node.
+- 'in_msatoshi', 'in_msat' - amount of msatoshis that are forwarded to this node.
-- 'out_msatoshi' - amount of msatoshis to be forwarded.
+- 'out_msatoshi', 'out_msat' - amount of msatoshis to be forwarded.
-- 'fee' - fee offered for forwarding the htlc in msatoshi.
+- 'fee', 'fee_msat' - fee offered for forwarding the htlc in msatoshi.
- 'status' - status can be either 'offered' if the routing process is still ongoing, 'settled' if the routing process is completed or 'failed' if the routing process could not be completed.
+- 'received_time' - timestamp when incoming htlc was received.
+
+- 'resolved_time' - timestamp when htlc was resolved (settled or failed).
+
AUTHOR
------
Rene Pickhardt is mainly responsible.