In the glossary under core

"If would like to determine"
perhaps it should be "If you would like to determine"

under inode
What the heck does the i stand for?
Information? Index? Item? Identification? Internal?
(Beuller? Beuller? Anyone?)

(Have to look this up)

man page
"The man pages are the authoritative about your UNIX system."
Authoritative what? Documentation?
(I'm not sounding cranky here. I just think it looks like a glitch.)

pipes and sockets
"the /dev/directory."
could be "the /dev/ directory."

symbolic link or soft link
"A special file type, which is a small pointer, file ..."
looks awkward, could be
"A special file type, which is a small pointer file, ..."

Clyde Forrester, ccf3(at)mindspring(dot)com
This commit is contained in:
binh 2004-01-20 00:28:29 +00:00
parent 3e4fc5854b
commit 27106a3d07
1 changed files with 3 additions and 3 deletions

View File

@ -326,7 +326,7 @@ man page
</glossterm>
<glossdef>
<para>
Every version of UNIX comes with an extensive collection of online help pages called man pages (short for manual pages). The man pages are the authoritative about your UNIX system. They contain complete information about both the kernel and all the utilities.
Every version of UNIX comes with an extensive collection of online help pages called man pages (short for manual pages). The man pages are the authoritative documentation about your UNIX system. They contain complete information about both the kernel and all the utilities.
</para>
</glossdef>
</glossentry>
@ -348,7 +348,7 @@ pipes and sockets
</glossterm>
<glossdef>
<para>
Special files that programs use to communicate with one another. They are rarely seen, but you might be able to see a socket or two in the /dev/directory.
Special files that programs use to communicate with one another. They are rarely seen, but you might be able to see a socket or two in the /dev/ directory.
</para>
</glossdef>
</glossentry>
@ -414,7 +414,7 @@ symbolic link or soft link
</glossterm>
<glossdef>
<para>
A special filetype, which is a small pointer, file allowing multiple names for the same file. Unlilke hard links, symbolic links can be made for directories and can be made across filesystems. Commands that access the file being pointed to are said to follow the symbolic link. Commands that access the link itself do not follow the symbolic link.
A special filetype, which is a small pointer file, allowing multiple names for the same file. Unlilke hard links, symbolic links can be made for directories and can be made across filesystems. Commands that access the file being pointed to are said to follow the symbolic link. Commands that access the link itself do not follow the symbolic link.
</para>
</glossdef>
</glossentry>