about summary refs log tree commit diff stats
path: root/core/ports.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/ports.html')
-rw-r--r--core/ports.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ports.html b/core/ports.html
index 1d06877..230e284 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -20,7 +20,7 @@
 	Add a user that will be used by ports tools, this example pkgmk;</p>
 
         <pre>
-        # useradd -U -m -d /usr/ports -s /bin/false pkgmk
+        # useradd -U -M -d /usr/ports -s /bin/false pkgmk
         </pre>
 
         <p>You can add your self to group pkgmk,</p>
@@ -67,7 +67,7 @@
 
         <h2 id="pkgmk">1.3.3. Configure pkgmk</h2>
 
-        <p>Read <a href="https://crux.nu/Handbook3-2#ntoc22">4.5. Adjust/Configure the Package Build Process</a>
+        <p>Read <a href="https://crux.nu/Handbook3-3#ntoc22">4.5. Adjust/Configure the Package Build Process</a>
         to take advantage of your specific hardware. Packages build with
         native flag will not run on different hardware. This is the best choice
         if you want gcc to find the best settings based on your hardware.</p>