diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index 38789dcde6..43e38e0827 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -8181,8 +8181,8 @@ ATDT1234567 The ppp utility (or any other program for that matter) should never dump core. Because - &man.ppp.8; runs with an effective user ID of - 0, the operating system will not write + &man.ppp.8; runs setuid (with an effective user ID of + 0), the operating system will not write core image of &man.ppp.8; to disk before terminating it. If, however &man.ppp.8; is actually terminating due to a segmentation violation or some other signal that normally @@ -8191,7 +8191,7 @@ ATDT1234567 section), then you should install the system sources and do the following: - &prompt.root; cd /usr/src/usr.sbin/ppp + &prompt.root; cd /usr/src/usr.sbin/ppp &prompt.root; echo STRIP= >> /etc/make.conf &prompt.root; echo CFLAGS+= >> /etc/make.conf &prompt.root; make install clean