diff --git a/doc/man/ja/mkvpropedit.1 b/doc/man/ja/mkvpropedit.1
index fc4cf9dfb..b9f5871af 100644
--- a/doc/man/ja/mkvpropedit.1
+++ b/doc/man/ja/mkvpropedit.1
@@ -169,6 +169,21 @@ title=Comments
.nf
$ mkvpropedit movie\&.mkv \-\-edit info \-\-set "title=The movie" \-\-edit track:a1 \-\-set language=fre \-\-edit track:a2 \-\-set language=ita
+.fi
+.if n \{\
+.RE
+.\}
+.PP
+The second example removes the \'default track flag\' from the first subtitle track and sets it for the second one\&. Note that
+\fBmkvpropedit\fR(1), unlike
+\fBmkvmerge\fR(1), does not set the \'default track flag\' of other flags to \'0\' if it is set to \'1\' for a different track automatically\&.
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+$ mkvpropedit movie\&.mkv \-\-edit tracks:s1 \-\-set flag\-default=0 \-\-edit tracks:s2 \-\-set flag\-default=1
+
.fi
.if n \{\
.RE
diff --git a/doc/man/mkvpropedit.1 b/doc/man/mkvpropedit.1
index f52eecc1f..3b4b45984 100644
--- a/doc/man/mkvpropedit.1
+++ b/doc/man/mkvpropedit.1
@@ -248,6 +248,21 @@ option anyway\&.
.nf
$ mkvpropedit movie\&.mkv \-\-edit info \-\-set "title=The movie" \-\-edit track:a1 \-\-set language=fre \-\-edit track:a2 \-\-set language=ita
+.fi
+.if n \{\
+.RE
+.\}
+.PP
+The second example removes the \'default track flag\' from the first subtitle track and sets it for the second one\&. Note that
+\fBmkvpropedit\fR(1), unlike
+\fBmkvmerge\fR(1), does not set the \'default track flag\' of other flags to \'0\' if it is set to \'1\' for a different track automatically\&.
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+$ mkvpropedit movie\&.mkv \-\-edit tracks:s1 \-\-set flag\-default=0 \-\-edit tracks:s2 \-\-set flag\-default=1
+
.fi
.if n \{\
.RE
diff --git a/doc/man/mkvpropedit.xml b/doc/man/mkvpropedit.xml
index ebe69d08c..d878e6044 100644
--- a/doc/man/mkvpropedit.xml
+++ b/doc/man/mkvpropedit.xml
@@ -340,6 +340,16 @@ title=Comments
$ mkvpropedit movie.mkv --edit info --set "title=The movie" --edit track:a1 --set language=fre --edit track:a2 --set language=ita
+
+
+ The second example removes the 'default track flag' from the first subtitle track and sets it for the second one. Note that
+ &mkvpropedit;, unlike &mkvmerge;, does not set the 'default track flag' of other flags to '0' if it is set to '1' for a different track
+ automatically.
+
+
+
+$ mkvpropedit movie.mkv --edit tracks:s1 --set flag-default=0 --edit tracks:s2 --set flag-default=1
+