Found the needle in the haystack!

Use colons instead of semi-colons in the default init_path to behave like
UNIX instead of DOS.

Suggested by: bde
Reminded by: des (with no hint as to *which* man page).
This commit is contained in:
John Birrell 1999-05-11 11:20:13 +00:00
parent 8cb4373141
commit 957055c6a9
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: loader.8,v 1.3 1999/04/25 21:41:09 dcs Exp $
.\" $Id: loader.8,v 1.4 1999/05/03 08:32:45 jkoshy Exp $
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
@ -320,7 +320,7 @@ Selects the default device. Syntax for devices is odd.
.It Va init_path
Sets the list of binaries which the kernel will try to run as initial
process. The default is
.Li Dq /sbin/init;/sbin/oinit;/sbin/init.bak;/stand/sysinstall .
.Li Dq /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall .
.It Va interpret
Has the value
.Li Dq ok

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: loader.8,v 1.3 1999/04/25 21:41:09 dcs Exp $
.\" $Id: loader.8,v 1.4 1999/05/03 08:32:45 jkoshy Exp $
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
@ -320,7 +320,7 @@ Selects the default device. Syntax for devices is odd.
.It Va init_path
Sets the list of binaries which the kernel will try to run as initial
process. The default is
.Li Dq /sbin/init;/sbin/oinit;/sbin/init.bak;/stand/sysinstall .
.Li Dq /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall .
.It Va interpret
Has the value
.Li Dq ok