Date: Thu, 20 Jul 2006 20:21:18 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 102022 for review Message-ID: <200607202021.k6KKLI6u044072@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102022 Change 102022 by gabor@gabor_spitfire on 2006/07/20 20:21:09 IFC Affected files ... .. //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#7 integrate Differences ... ==== //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#7 (text+ko) ==== @@ -1,7 +1,7 @@ <!-- The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.734 2006/07/18 16:31:22 brueffer Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.735 2006/07/20 11:20:58 erwin Exp $ --> <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ @@ -10207,7 +10207,11 @@ <command>make index</command>, then has to run the command, further slowing down that process.</para> - <para>Usage of <filename>sysctl</filename> should always done + <para>Usage of <filename>sysctl</filename> should always be + fully qualified with <filename>/sbin/</filename>, as some users + may not have that directory in their <envar>PATH</envar>.</para> + + <para>Usage of &man.sysctl.8; should always be done with the <makevar>SYSCTL</makevar> variable, as it contains the fully qualified path and can be overriden, if one has such a special need.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607202021.k6KKLI6u044072>