diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/cd b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/cd index a8d18e0d8..3fcb13eab 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/cd +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/cd @@ -5,11 +5,11 @@ SYNOPSIS cd path DESCRIPTION - `cd` allows changing the current working directory, i.e the directory based on which relative paths are resloved. + `cd` allows changing the current working directory, i.e the directory based on which relative paths are resolved. EXAMPLES cd a Changes to directory `a` in the current working directory. cd /bin - Changes to directory `/bin`, using the specified absolute path. \ No newline at end of file + Changes to directory `/bin`, using the specified absolute path. diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/date b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/date index 62c5c7c77..2d28c7596 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/date +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/date @@ -5,8 +5,8 @@ SYNOPSIS date DESCRIPTION - Writes the current time and date to the standard output. Note that the time is measured in ingame time, with the date starting on the 1st of January 1970 as the time the world was created. + Writes the current time and date to the standard output. Note that the time is measured in in-game time, with the date starting on the 1st of January 1970 as the time the world was created. EXAMPLES date - Displays the current date and time. \ No newline at end of file + Displays the current date and time. diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/more b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/more index 1084f8fa6..1d8f371ab 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/more +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/more @@ -5,8 +5,8 @@ SYNOPSIS more FILE DESCRIPTION - `more` allows viewing the contents of a file one screenful at a time. + `more` allows viewing the contents of a file one screen full at a time. EXAMPLES more /home/a.txt - Displays the contents of file `/home/a.txt` \ No newline at end of file + Displays the contents of file `/home/a.txt` diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/rc b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/rc index 35a52cfcc..5a8dcffbc 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/rc +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/rc @@ -6,11 +6,11 @@ SYNOPSIS DESCRIPTION Controls services in /etc/rc.d/ - Common commands are start/stop/restart, there are also special commands enable/disable. A command is global function in executable file that is stored in /etc/rc.d/ directory. Service cen define own commands. + Common commands are start/stop/restart, there are also special commands enable/disable. A command is global function in executable file that is stored in /etc/rc.d/ directory. Services can define their own commands. COMMANDS start - This command starts specified service, executed automatically for all enbled services when system boots. + This command starts specified service, executed automatically for all enabled services when system boots. stop This command stops specified service. @@ -29,8 +29,7 @@ EXAMPLES Lists commands of example service. rc example start - Starts example setvice. + Starts example service. rc example enable Makes example start on system boot. - diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/resolution b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/resolution index b7515fd73..50db233e8 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/resolution +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/resolution @@ -12,5 +12,5 @@ EXAMPLES resolution Displays the current screen resolution. - resoltution 30 10 - Sets the screen's resolution to 30 by 10 characters. \ No newline at end of file + resolution 30 10 + Sets the screen's resolution to 30 by 10 characters. diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/umount b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/umount index 96e5044da..0d7417b45 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/umount +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/usr/man/umount @@ -13,5 +13,5 @@ EXAMPLES umount /mnt/82f Unmounts the automatically generated mountpoint at `/mnt/82f`. - unmount -a 82f - Removes all mounts of the file system for which the address starts with `82f`. \ No newline at end of file + umount -a 82f + Removes all mounts of the file system for which the address starts with `82f`.