svn commit: r54232 - head/en_US.ISO8859-1/books/handbook/jails
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Jun 10 09:48:49 UTC 2020
Author: 0mp
Date: Wed Jun 10 09:48:48 2020
New Revision: 54232
URL: https://svnweb.freebsd.org/changeset/doc/54232
Log:
Add a missing space in a jail.conf example
Modified:
head/en_US.ISO8859-1/books/handbook/jails/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Tue Jun 9 20:42:49 2020 (r54231)
+++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Wed Jun 10 09:48:48 2020 (r54232)
@@ -349,7 +349,7 @@
<programlisting><replaceable>www</replaceable> {
host.hostname = <replaceable>www.example.org</replaceable>; # Hostname
ip4.addr = <replaceable>192.168.0.10</replaceable>; # IP address of the jail
- path ="<replaceable>/usr/jail/www</replaceable>"; # Path to the jail
+ path = "<replaceable>/usr/jail/www</replaceable>"; # Path to the jail
devfs_ruleset = "<replaceable>www_ruleset</replaceable>"; # devfs ruleset
mount.devfs; # Mount devfs inside the jail
exec.start = "/bin/sh /etc/rc"; # Start command
More information about the svn-doc-head
mailing list