[OpenOS] Tiny ls manual fixes

Removed unnecessary characters in the OpenOS manpage for ls
This commit is contained in:
Avevad 2020-05-11 13:43:03 +05:00 committed by payonel
parent be1cf8c24c
commit 58943f9e74

View File

@ -45,7 +45,7 @@ OPTIONS
Do not colorize the output (default colorized)
--help
display this help and exit]])
display this help and exit
-p
append / indicator to directories
@ -77,4 +77,4 @@ EXAMPLES
Displays the contents of the current directory.
ls /bin /mnt
Displays the contents of the `/bin`/ and `/mnt` directories, one after the other.
Displays the contents of the `/bin`/ and `/mnt` directories, one after the other.