diff --git a/docs/oldlinux.xml b/docs/oldlinux.xml index 8cb30bd27f..2146a17f8e 100644 --- a/docs/oldlinux.xml +++ b/docs/oldlinux.xml @@ -1640,7 +1640,7 @@ buffer of OldFile in the case of text or untyped files.

NewFile can be an assigned file. If newfile was open, it is closed first. Due to the buffering mechanism of Pascal, this has not -the same functionality as the \seem{dup2}{2} call in C. The internal Pascal +the same functionality as the dup2 call in C. The internal Pascal buffers are not the same after this call, but when the buffers are flushed (e.g. after output), the output is sent to the same file. Doing an lseek will, however, work as in C, i.e. doing a lseek will change the @@ -1708,7 +1708,7 @@ Errors are reported in LinuxError:

File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
sys_eperm
-
The file system is mounted \textit{noexec}.
+
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -1753,7 +1753,7 @@ Errors are reported in LinuxError:
File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
sys_eperm
-
The file system is mounted \textit{noexec}.
+
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -1792,7 +1792,7 @@ Errors are reported in LinuxError:
sys_eacces
File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
-
sys_eperm
The file system is mounted \textit{noexec}.
+
sys_eperm
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -1832,7 +1832,7 @@ Errors are reported in LinuxError:
sys_eacces
File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
-
sys_eperm
The file system is mounted \textit{noexec}.
+
sys_eperm
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -1870,7 +1870,7 @@ Errors are reported in LinuxError:
sys_eacces
File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
-
sys_eperm
The file system is mounted \textit{noexec}.
+
sys_eperm
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -1911,7 +1911,7 @@ Errors are reported in LinuxError:
sys_eacces
File is not a regular file, or has no execute permission. A compononent of the path has no search permission.
-
sys_eperm
The file system is mounted \textit{noexec}.
+
sys_eperm
The file system is mounted noexec.
sys_e2big
Argument list too big.
sys_enoexec
The magic number in the file is incorrect.
sys_enoent
The file does not exist.
@@ -2247,7 +2247,7 @@ Errors are returned in LinuxError. Expand filename to fully qualified path -FExpand expands \var {Path} to a full path, starting from root, +FExpand expands Path to a full path, starting from root, eliminating directory references such as . and .. from the result. @@ -2455,7 +2455,7 @@ released.

sys_ebadf
Fd has a bad file descriptor.
-
sys_eagain or sys_eaccess
For \textbf{F_SetLk}, if the lock is +
sys_eagain or sys_eaccess
For F_SetLk, if the lock is held by another process.
@@ -2767,8 +2767,8 @@ None.

GetPriority returns the priority with which a process is running. Which process(es) is determined by the Which and Who variables. -Which can be one of the pre-defined \var{Prio_Process, Prio_PGrp, -Prio_User}, in which case Who is the process ID, Process group ID or +Which can be one of the pre-defined Prio_Process, +Prio_PGrp, Prio_User, in which case Who is the process ID, Process group ID or User ID, respectively.

@@ -3182,7 +3182,7 @@ Errors are returned in LinuxError.

sys_exdev
-
\var {OldPath} and \var {NewPath} are not on the same filesystem.
+
OldPath and NewPath are not on the same filesystem.
sys_eperm
The filesystem containing oldpath and newpath doesn't support linking files.
sys_eaccess
@@ -3512,7 +3512,7 @@ be used to write data, which will then be read by the command from stdinput. If it is set to 'R', then the standard output of the command can be read from F. F should be reset or rewritten prior to using it. F can be of type Text or File. -A file opened with \var {POpen} can be closed with Close, but also +A file opened with POpen can be closed with Close, but also with . The result is the same, but PClose returns the exit status of the command Cmd. @@ -5691,7 +5691,6 @@ None. -