Update several more URLs

- Primarily http -> https
- Primarily FreeBSD project URLs
This commit is contained in:
Eitan Adler 2017-10-29 08:17:03 +00:00
parent 417bdb60ca
commit a2aef24aa3
124 changed files with 227 additions and 227 deletions

4
README
View File

@ -9,7 +9,7 @@ more information).
The Makefile in this directory supports a number of targets for The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree. See build(7) building components (or all) of the FreeBSD source tree. See build(7)
and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
for more information, including setting make(1) variables. for more information, including setting make(1) variables.
The `buildkernel` and `installkernel` targets build and install The `buildkernel` and `installkernel` targets build and install
@ -18,7 +18,7 @@ the Makefile in this directory for more information on the
standard build targets and compile-time flags. standard build targets and compile-time flags.
Building a kernel is a somewhat more involved process. See build(7), config(8), Building a kernel is a somewhat more involved process. See build(7), config(8),
and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
for more information. for more information.
Note: If you want to build and install the kernel with the Note: If you want to build and install the kernel with the

View File

@ -11,7 +11,7 @@ more information).
The Makefile in this directory supports a number of targets for The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree. See build(7) building components (or all) of the FreeBSD source tree. See build(7)
and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
for more information, including setting make(1) variables. for more information, including setting make(1) variables.
The `buildkernel` and `installkernel` targets build and install The `buildkernel` and `installkernel` targets build and install
@ -20,7 +20,7 @@ the Makefile in this directory for more information on the
standard build targets and compile-time flags. standard build targets and compile-time flags.
Building a kernel is a somewhat more involved process. See build(7), config(8), Building a kernel is a somewhat more involved process. See build(7), config(8),
and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
for more information. for more information.
Note: If you want to build and install the kernel with the Note: If you want to build and install the kernel with the
@ -83,4 +83,4 @@ usr.sbin System administration commands.
For information on synchronizing your source tree with one or more of For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see: the FreeBSD Project's development branches, please see:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html

View File

@ -22,7 +22,7 @@
# #
# Do also refer to the "printing" section of the handbook. # Do also refer to the "printing" section of the handbook.
# #
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html # https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
# #
# A local copy can be found under # A local copy can be found under
# #

View File

@ -19,7 +19,7 @@
* 3. All advertising materials mentioning features or use of this software * 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement: * must display the following acknowledgement:
* This product includes software developed for the * This product includes software developed for the
* FreeBSD Project. See http://www.freebsd.org/ for * FreeBSD Project. See https://www.freebsd.org/ for
* information about FreeBSD. * information about FreeBSD.
* This product includes software developed for the * This product includes software developed for the
* NetBSD Project. See http://www.netbsd.org/ for * NetBSD Project. See http://www.netbsd.org/ for

View File

@ -19,7 +19,7 @@
* 3. All advertising materials mentioning features or use of this software * 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement: * must display the following acknowledgement:
* This product includes software developed for the * This product includes software developed for the
* FreeBSD Project. See http://www.freebsd.org/ for * FreeBSD Project. See https://www.freebsd.org/ for
* information about FreeBSD. * information about FreeBSD.
* This product includes software developed for the * This product includes software developed for the
* NetBSD Project. See http://www.netbsd.org/ for * NetBSD Project. See http://www.netbsd.org/ for

View File

@ -19,7 +19,7 @@
* 3. All advertising materials mentioning features or use of this software * 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement: * must display the following acknowledgement:
* This product includes software developed for the * This product includes software developed for the
* FreeBSD Project. See http://www.freebsd.org/ for * FreeBSD Project. See https://www.freebsd.org/ for
* information about FreeBSD. * information about FreeBSD.
* This product includes software developed for the * This product includes software developed for the
* NetBSD Project. See http://www.netbsd.org/ for * NetBSD Project. See http://www.netbsd.org/ for

View File

@ -75,7 +75,7 @@ static const struct libusb_version libusb_version = {
.micro = 0, .micro = 0,
.nano = 2016, .nano = 2016,
.rc = "", .rc = "",
.describe = "http://www.freebsd.org" .describe = "https://www.freebsd.org"
}; };
const struct libusb_version * const struct libusb_version *

View File

@ -53,7 +53,7 @@ fi
LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
NAME="$1"; shift NAME="$1"; shift
publisher="The FreeBSD Project. http://www.FreeBSD.org/" publisher="The FreeBSD Project. https://www.FreeBSD.org/"
echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab" echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@" makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
rm -f "$1/etc/fstab" rm -f "$1/etc/fstab"

View File

@ -39,7 +39,7 @@ fi
LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
NAME="$1"; shift NAME="$1"; shift
publisher="The FreeBSD Project. http://www.FreeBSD.org/" publisher="The FreeBSD Project. https://www.FreeBSD.org/"
echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab" echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@" makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
rm -f "$1/etc/fstab" rm -f "$1/etc/fstab"

View File

@ -61,7 +61,7 @@ fi
LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
NAME="$1"; shift NAME="$1"; shift
publisher="The FreeBSD Project. http://www.FreeBSD.org/" publisher="The FreeBSD Project. https://www.FreeBSD.org/"
echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab" echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@" makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
rm -f "$1/etc/fstab" rm -f "$1/etc/fstab"

View File

@ -35,7 +35,7 @@ NAME="$1"; shift
BASEBITSDIR="$1" BASEBITSDIR="$1"
# Create an ISO image # Create an ISO image
publisher="The FreeBSD Project. http://www.FreeBSD.org/" publisher="The FreeBSD Project. https://www.FreeBSD.org/"
echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab" echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
makefs -t cd9660 -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME.tmp" "$@" makefs -t cd9660 -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME.tmp" "$@"
rm -f "$BASEBITSDIR/etc/fstab" rm -f "$BASEBITSDIR/etc/fstab"

View File

@ -31,8 +31,8 @@ UNIX Papers coming with FreeBSD
These papers are of both historic and current interest, but most of them are These papers are of both historic and current interest, but most of them are
many years old. many years old.
More recent documentation is available from More recent documentation is available from
.>> <a href="http://www.freebsd.org/docs/"> .>> <a href="https://www.freebsd.org/docs/">
http://www.FreeBSD.org/docs/ https://www.FreeBSD.org/docs/
.>> </a> .>> </a>
.IP .IP

View File

@ -50,7 +50,7 @@ center 90 moveto
/FreeBSD findfont 50 scalefont setfont /FreeBSD findfont 50 scalefont setfont
center 50 moveto center 50 moveto
(http://www.FreeBSD.org) cshow (https://www.FreeBSD.org) cshow
% Do not forget Kirks copyright string. % Do not forget Kirks copyright string.
10 105 moveto 10 105 moveto

View File

@ -143,7 +143,7 @@ the network connection (cable).
.Xr ifconfig 8 .Xr ifconfig 8
.Rs .Rs
.%T Level 1 LXT1001 Programming Manual .%T Level 1 LXT1001 Programming Manual
.%U http://www.FreeBSD.org/~wpaul/Level1/LXT1001SRM.pdf .%U https://www.FreeBSD.org/~wpaul/Level1/LXT1001SRM.pdf
.Re .Re
.Sh HISTORY .Sh HISTORY
The The

View File

@ -219,7 +219,7 @@ man page.
.Rs .Rs
.%B "The FreeBSD Handbook" .%B "The FreeBSD Handbook"
.%T "Mandatory Access Control" .%T "Mandatory Access Control"
.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html .%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html
.Re .Re
.Sh HISTORY .Sh HISTORY
The The

View File

@ -62,12 +62,12 @@ in
.%B "The FreeBSD Handbook" , .%B "The FreeBSD Handbook" ,
.Pa ( file:/usr/share/doc/en_US.ISO8859-1/books/handbook/ports.html .Pa ( file:/usr/share/doc/en_US.ISO8859-1/books/handbook/ports.html
or or
.Pa http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html ) . .Pa https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html ) .
For information about creating new ports, see For information about creating new ports, see
.%B "The Porter's Handbook" .%B "The Porter's Handbook"
.Pa ( file:/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html .Pa ( file:/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html
or or
.Pa http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ ) . .Pa https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ ) .
.Sh TARGETS .Sh TARGETS
Some of the targets work recursively through subdirectories. Some of the targets work recursively through subdirectories.
This lets you, for example, install all of the This lets you, for example, install all of the
@ -430,7 +430,7 @@ cluster (for
.Cm fetchindex .Cm fetchindex
target). target).
Defaults to Defaults to
.Pa http://www.FreeBSD.org/ports/ . .Pa https://www.FreeBSD.org/ports/ .
.It Va FETCHINDEX .It Va FETCHINDEX
Command to get Command to get
.Pa INDEX .Pa INDEX
@ -545,7 +545,7 @@ The following are part of the ports collection:
.%B "The FreeBSD Handbook" .%B "The FreeBSD Handbook"
.Re .Re
.Pp .Pp
.Pa http://www.FreeBSD.org/ports .Pa https://www.FreeBSD.org/ports
(searchable index of all ports) (searchable index of all ports)
.Sh HISTORY .Sh HISTORY
The Ports Collection The Ports Collection

View File

@ -717,11 +717,11 @@ variable in
.Xr sysctl 8 .Xr sysctl 8
.Rs .Rs
.%T "FreeBSD Release Engineering" .%T "FreeBSD Release Engineering"
.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/ .%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/
.Re .Re
.Rs .Rs
.%T "FreeBSD Developers' Handbook" .%T "FreeBSD Developers' Handbook"
.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/ .%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/
.Re .Re
.Sh HISTORY .Sh HISTORY
.Fx .Fx

View File

@ -200,7 +200,7 @@ For more details please refer to:
.It .It
.Lk http://lists.freebsd.org/ "FreeBSD Mailing Lists" .Lk http://lists.freebsd.org/ "FreeBSD Mailing Lists"
.It .It
.Lk http://www.freebsd.org/support.html "Problem Reporting" .Lk https://www.freebsd.org/support.html "Problem Reporting"
.El .El
.Sh FILES .Sh FILES
.Bl -tag -compact -width usrXlocalXetcXkyuaXkyuaXconfXX .Bl -tag -compact -width usrXlocalXetcXkyuaXkyuaXconfXX

View File

@ -203,7 +203,7 @@ the panic message is printed.
For more details consult the chapter on kernel debugging in For more details consult the chapter on kernel debugging in
the the
.%B "FreeBSD Developers' Handbook" .%B "FreeBSD Developers' Handbook"
.Pq Pa http://www.freebsd.org/doc/en/books/developers-handbook/ . .Pq Pa https://www.freebsd.org/doc/en/books/developers-handbook/ .
.Sh SEE ALSO .Sh SEE ALSO
.Xr kgdb 1 , .Xr kgdb 1 ,
.Xr dumpon 8 , .Xr dumpon 8 ,

View File

@ -165,7 +165,7 @@ for information on the MAC Framework APIs.
.Xr VFS 9 .Xr VFS 9
.Rs .Rs
.%T "The FreeBSD Architecture Handbook" .%T "The FreeBSD Architecture Handbook"
.%U "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/arch-handbook/" .%U "https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/arch-handbook/"
.Re .Re
.Sh HISTORY .Sh HISTORY
The The

View File

@ -214,7 +214,7 @@ driver.
.Xr ow 4 , .Xr ow 4 ,
.Xr owc 4 , .Xr owc 4 ,
.Xr owll 9 .Xr owll 9
.Pa http://pdfserv.maximintegrated.com/en/an/AN937.pdf .Pa https://pdfserv.maximintegrated.com/en/an/AN937.pdf
.Sh LEGAL .Sh LEGAL
.Tn 1-Wire .Tn 1-Wire
is a registered trademark of Maxim Integrated Products, Inc. is a registered trademark of Maxim Integrated Products, Inc.

View File

@ -1047,7 +1047,7 @@ is unattached but with valid instance variables.
.Rs .Rs
.%B FreeBSD Developers' Handbook .%B FreeBSD Developers' Handbook
.%T NewBus .%T NewBus
.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/ .%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/
.Re .Re
.Rs .Rs
.%A Shanley .%A Shanley

View File

@ -371,7 +371,7 @@ was the announcement in Usenet or if it was available as tape.
[44B] McKusick, Marshall Kirk, Keith Bostic, Michael J Karels, [44B] McKusick, Marshall Kirk, Keith Bostic, Michael J Karels,
and John Quarterman. The Design and Implementation of and John Quarterman. The Design and Implementation of
the 4.4BSD Operating System. the 4.4BSD Operating System.
[APL] Apple website [http://www.apple.com/macosx/] [APL] Apple website [https://www.apple.com/macosx/]
[BSDI] Berkeley Software Design, Inc. [BSDI] Berkeley Software Design, Inc.
[DFB] DragonFlyBSD Project, The. [DFB] DragonFlyBSD Project, The.
[DOC] README, COPYRIGHT on tape. [DOC] README, COPYRIGHT on tape.
@ -757,10 +757,10 @@ Andreas Klemm, Lars Köller. If you're going to San Francisco ...
Die freien BSD-Varianten von Unix. c't April 1997, page 368ff. Die freien BSD-Varianten von Unix. c't April 1997, page 368ff.
BSD Release Announcements collection. BSD Release Announcements collection.
URL: http://www.FreeBSD.org/releases/ URL: https://www.FreeBSD.org/releases/
BSD Hypertext Man Pages BSD Hypertext Man Pages
URL: http://www.FreeBSD.org/cgi/man.cgi URL: https://www.FreeBSD.org/cgi/man.cgi
UNIX history graphing project UNIX history graphing project
URL: http://minnie.tuhs.org/Unix_History/index.html URL: http://minnie.tuhs.org/Unix_History/index.html

View File

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
# #
# Please consult with http://www.FreeBSD.org/internal/i18n.html before # Please consult with https://www.FreeBSD.org/internal/i18n.html before
# making changes to this file. # making changes to this file.
# #
# ISO 3166 country codes # ISO 3166 country codes

View File

@ -5,7 +5,7 @@
# each other. # each other.
# For a detailed description of the responsibilities and duties of the listed # For a detailed description of the responsibilities and duties of the listed
# teams, please see our Administration page at # teams, please see our Administration page at
# http://www.freebsd.org/administration.html . # https://www.freebsd.org/administration.html .
# #
# The graphical output can be generated from this file with the following # The graphical output can be generated from this file with the following
# command: # command:

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -12,11 +12,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -18,11 +18,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -7,11 +7,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -6,11 +6,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,7 +3,7 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files. # device lines is also present in the ../../conf/NOTES and NOTES files.

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -12,11 +12,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -5,11 +5,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -5,11 +5,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -12,11 +12,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -625,7 +625,7 @@ Various URLs of interest:
http://www.netbsd.org - NetBSD's Web Page http://www.netbsd.org - NetBSD's Web Page
http://www.openbsd.org - OpenBSD's Web Page http://www.openbsd.org - OpenBSD's Web Page
http://www.freebsd.org - FreeBSD's Web Page https://www.freebsd.org - FreeBSD's Web Page
http://www.t10.org - ANSI SCSI Commitee's Web Page http://www.t10.org - ANSI SCSI Commitee's Web Page
(SCSI Specs) (SCSI Specs)

View File

@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
* the SK-984x series adapters, both single port and dual port. * the SK-984x series adapters, both single port and dual port.
* References: * References:
* The XaQti XMAC II datasheet, * The XaQti XMAC II datasheet,
* http://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf * https://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
* The SysKonnect GEnesis manual, http://www.syskonnect.com * The SysKonnect GEnesis manual, http://www.syskonnect.com
* *
* Note: XaQti has been acquired by Vitesse, and Vitesse does not have the * Note: XaQti has been acquired by Vitesse, and Vitesse does not have the

View File

@ -4,11 +4,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -12,11 +12,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -3,11 +3,11 @@
# For more information on this file, please read the handbook section on # For more information on this file, please read the handbook section on
# Kernel Configuration Files: # Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

View File

@ -5,11 +5,11 @@
# For more information on this file, please read the config(5) manual page, # For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files: # and/or the handbook section on Kernel Configuration Files:
# #
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
# #
# The handbook is also available locally in /usr/share/doc/handbook # The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the # if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
# latest information. # latest information.
# #
# An exhaustive list of options and more detailed explanations of the # An exhaustive list of options and more detailed explanations of the

Some files were not shown because too many files have changed in this diff Show More