diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2002-12-20 00:10:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2002-12-20 00:10:37 +0000 |
| commit | d667ae95373387d6447eebd0e2c434d5b91197ab (patch) | |
| tree | 92c9a4db8cb9dd2b90475b4c78bbc9d5cbfb9f3b | |
| parent | 6f489bd9f65b36634380230674685b582a6c5ec1 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/sade.8 | 6 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8 index 88279c77c7b2..fe85383cc605 100644 --- a/usr.sbin/sade/sade.8 +++ b/usr.sbin/sade/sade.8 @@ -44,8 +44,8 @@ systems. It is the first utility invoked by the .Fx installation boot -floppy and is also copied into -.Pa /stand/sysinstall +floppy and is also available as +.Pa /usr/sbin/sysinstall on newly installed .Fx systems for use in later configuring the system. @@ -134,7 +134,7 @@ directive), upon reaching the end of the argument list or on error. .Pp For example: .Bd -literal -/stand/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages +/usr/sbin/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages .Ed .Pp Would initialize diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8 index 88279c77c7b2..fe85383cc605 100644 --- a/usr.sbin/sysinstall/sysinstall.8 +++ b/usr.sbin/sysinstall/sysinstall.8 @@ -44,8 +44,8 @@ systems. It is the first utility invoked by the .Fx installation boot -floppy and is also copied into -.Pa /stand/sysinstall +floppy and is also available as +.Pa /usr/sbin/sysinstall on newly installed .Fx systems for use in later configuring the system. @@ -134,7 +134,7 @@ directive), upon reaching the end of the argument list or on error. .Pp For example: .Bd -literal -/stand/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages +/usr/sbin/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages .Ed .Pp Would initialize |
