Merge branch 'master-MC1.7.10' of https://github.com/Shuudoushi/OpenComputers into master-MC1.7.10

This commit is contained in:
Florian Nücke 2015-07-25 11:08:03 +02:00
commit f89fb5bfea
6 changed files with 13 additions and 14 deletions

View File

@ -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.
Changes to directory `/bin`, using the specified absolute path.

View File

@ -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.
Displays the current date and time.

View File

@ -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`
Displays the contents of file `/home/a.txt`

View File

@ -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.

View File

@ -12,5 +12,5 @@ EXAMPLES
resolution
Displays the current screen resolution.
resoltution 30 10
Sets the screen's resolution to 30 by 10 characters.
resolution 30 10
Sets the screen's resolution to 30 by 10 characters.

View File

@ -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`.
umount -a 82f
Removes all mounts of the file system for which the address starts with `82f`.