diff --git a/master/paths.html b/master/paths.html
index ddfd5cd1..3a4bb60d 100644
--- a/master/paths.html
+++ b/master/paths.html
@@ -466,9 +466,11 @@
The "lineto" commands
that absolute coordinates will follow; h
(lowercase) indicates that relative coordinates will
follow. Multiple x values can be provided (although usually
- this doesn't make sense). An H or h
- command is equivalent to an L or l
- command with 0 specified for the y coordinate.
+ this doesn't make sense). An h command is
+ equivalent to an l command with 0 specified
+ for the y coordinate. An H command is
+ equivalent to an L command with the y coordinate
+ being equal to the absolute y coordinate of the current point.
At the end of the command, the new current point is
taken from the final coordinate value.
@@ -482,9 +484,11 @@ The "lineto" commands
absolute coordinates will follow; v
(lowercase) indicates that relative coordinates will
follow. Multiple y values can be provided (although usually
- this doesn't make sense). A V or v
- command is equivalent to an L or l
- command with 0 specified for the x coordinate.
+ this doesn't make sense). A v command is
+ equivalent to an l command with 0 specified
+ for the x coordinate. A V command is
+ equivalent to an L command with the x coordinate
+ being equal to the absolute x coordinate of the current point.
At the end of the command, the new current point is
taken from the final coordinate value.