diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-03-08 00:19:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-08 09:20:53 +0100 |
commit | 1f81bc6879908ea431d16c753b39e3ba13f2f105 (patch) | |
tree | 94a1ced275f4f576e56801021c5666f442e75aad /Base/usr/share/man/man1 | |
parent | 6749ba3477255054b901fe8ac3f094b38a7622b6 (diff) | |
download | serenity-1f81bc6879908ea431d16c753b39e3ba13f2f105.zip |
Everywhere: Remove unnecessary whitespace at the end of some lines.
Diffstat (limited to 'Base/usr/share/man/man1')
-rw-r--r-- | Base/usr/share/man/man1/syscall.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/unzip.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/syscall.md b/Base/usr/share/man/man1/syscall.md index b27c09770b..d3bc9e5670 100644 --- a/Base/usr/share/man/man1/syscall.md +++ b/Base/usr/share/man/man1/syscall.md @@ -58,5 +58,5 @@ $ syscall exit 2 ## History -This is a direct port of a utility with the same name originated from the Plan 9 operating system. +This is a direct port of a utility with the same name originated from the Plan 9 operating system. diff --git a/Base/usr/share/man/man1/unzip.md b/Base/usr/share/man/man1/unzip.md index cccfc95005..261d659ace 100644 --- a/Base/usr/share/man/man1/unzip.md +++ b/Base/usr/share/man/man1/unzip.md @@ -10,7 +10,7 @@ $ unzip file.zip ## Description -unzip will extract files from a zip archive to the current directory. +unzip will extract files from a zip archive to the current directory. The program is compatible with the PKZIP file format specification. |