Commit Diff


commit - 1eae758b91513b27c60d26c95197dce14d82e837
commit + 8485639240cf7fd9ac705da961c0a4d264cc85a0
blob - 5c0b4524fcdd3652cce21a91456e7130214c5366
blob + a3c1ddc9d71cf4c26f11ddc03acb3faf84c89bdb
--- amused.1
+++ amused.1
@@ -192,8 +192,7 @@ can be given instead of
 .Sq repeat .
 .Pp
 .Nm
-automatically skips and removes from the playlist non-regular files by
-default.
+automatically skips and removes from the playlist non-regular files.
 Files with non recognized audio format are skippend and removed from
 the playlist too.
 .Sh ENVIRONMENT
@@ -210,6 +209,11 @@ The default format used by
 socket used for communication with the daemon.
 .El
 .Sh EXAMPLES
+Load every file under the current directory recursively:
+.Bd -literal -offset indent
+$ find . | amused load
+.Ed
+.Pp
 Enqueue all mp3 files in the current directory:
 .Bd -literal -offset indent
 $ amused add *.mp3
@@ -220,11 +224,6 @@ Recursively add all opus files:
 $ find . -type f -iname \\*.opus -exec amused add {} +
 .Ed
 .Pp
-Load every file under the current directory recursively:
-.Bd -literal -offset indent
-$ find . | amused load
-.Ed
-.Pp
 Save the state of the player to the file
 .Pa state :
 .Bd -literal -offset indent