aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:05:43 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:05:43 +0000
commitb89da56dc82144afd49e5ce3c8bdb93c5ea9cd33 (patch)
tree2fd92e3ccb23bd6fefd8a54816a7b73688fae328
parentc4d8520a00007359eb22afb9af3f1cc403d23573 (diff)
downloaddoc-b89da56dc82144afd49e5ce3c8bdb93c5ea9cd33.tar.gz
doc-b89da56dc82144afd49e5ce3c8bdb93c5ea9cd33.zip
porters-handbook: Update the address of the manual pages
-rw-r--r--documentation/content/en/books/porters-handbook/porting-dads/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc b/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc
index 91320fd80b..01573cd8ad 100644
--- a/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/porting-dads/_index.adoc
@@ -531,7 +531,7 @@ In particular, default socket buffer sizes are different (call man:setsockopt[2]
If relying on non-standard behavior is required, encapsulate it properly into a generic API, do a check for the behavior in the configure stage, and stop if it is missing.
-Check the https://www.freebsd.org/cgi/man.cgi[man pages] to see if the function used is a POSIX interface (in the "STANDARDS" section of the man page).
+Check the https://man.freebsd.org/cgi/man.cgi[man pages] to see if the function used is a POSIX interface (in the "STANDARDS" section of the man page).
Do not assume that [.filename]#/bin/sh# is bash.
Ensure that a command line passed to man:system[3] will work with a POSIX compliant shell.