diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 1999-06-23 09:06:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 1999-06-23 09:06:18 +0000 |
| commit | d41ebb506821003231db1b5852cd06ca45537fab (patch) | |
| tree | 3d5f0be1696166e4426fa9ddb6b5ffc9ee66700e | |
| parent | dead5c07cc895f33686ed70f147b4d6ceaeec679 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/loader.8 | 4 | ||||
| -rw-r--r-- | sys/boot/i386/loader/loader.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 89a3ead9ab92..fbd61fc3f0de 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -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.5 1999/05/11 11:20:13 jb Exp $ +.\" $Id: loader.8,v 1.6 1999/05/22 13:18:28 rnordier Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -270,7 +270,7 @@ Notice that this environment variables are not inherited by any shell after the system has been booted. .Pp A few variables are set automatically by -.Nm . +.Nm loader . Others can affect either .Nm or kernel's behavior at boot. While some of these may require a value, diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8 index 89a3ead9ab92..fbd61fc3f0de 100644 --- a/sys/boot/i386/loader/loader.8 +++ b/sys/boot/i386/loader/loader.8 @@ -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.5 1999/05/11 11:20:13 jb Exp $ +.\" $Id: loader.8,v 1.6 1999/05/22 13:18:28 rnordier Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -270,7 +270,7 @@ Notice that this environment variables are not inherited by any shell after the system has been booted. .Pp A few variables are set automatically by -.Nm . +.Nm loader . Others can affect either .Nm or kernel's behavior at boot. While some of these may require a value, |
