diff --git a/LDP/guide/docbook/Linux-Filesystem-Hierarchy/Glossary.xml b/LDP/guide/docbook/Linux-Filesystem-Hierarchy/Glossary.xml index 2cb4e11d..629878d1 100644 --- a/LDP/guide/docbook/Linux-Filesystem-Hierarchy/Glossary.xml +++ b/LDP/guide/docbook/Linux-Filesystem-Hierarchy/Glossary.xml @@ -326,7 +326,7 @@ man page -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. @@ -348,7 +348,7 @@ pipes and sockets -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. @@ -414,7 +414,7 @@ symbolic link or soft 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. +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.