diff options
author | 2001-01-13 01:14:17 +0000 | |
---|---|---|
committer | 2001-01-13 01:14:17 +0000 | |
commit | c37c923ac49dc0aad9ad117863b49da807b00aea (patch) | |
tree | 2c17c659d38c0e3df8933dcf5c8066b99d90de7c | |
parent | own in_cksum version (diff) | |
download | wireguard-openbsd-c37c923ac49dc0aad9ad117863b49da807b00aea.tar.xz wireguard-openbsd-c37c923ac49dc0aad9ad117863b49da807b00aea.zip |
s!UFS!FFS
-rw-r--r-- | sys/arch/sun3/stand/installboot/installboot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sun3/stand/installboot/installboot.8 b/sys/arch/sun3/stand/installboot/installboot.8 index d9cef9f304d..61663fc9dc8 100644 --- a/sys/arch/sun3/stand/installboot/installboot.8 +++ b/sys/arch/sun3/stand/installboot/installboot.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: installboot.8,v 1.9 2000/03/03 00:54:56 todd Exp $ +.\" $OpenBSD: installboot.8,v 1.10 2001/01/13 01:14:17 miod Exp $ .\" .Dd 31 May 1995 .Dt INSTALLBOOT 8 sun3 .Os .Sh NAME .Nm installboot -.Nd install a bootstrap on a UFS disk +.Nd install a bootstrap on a FFS disk .Sh SYNOPSIS .Nm installboot .Fl n | Fl v @@ -15,7 +15,7 @@ .Sh DESCRIPTION .Nm installboot is used to install a "first-stage" boot program into the boot area -of a UFS disk partition, and initialize the table of block numbers the +of a FFS disk partition, and initialize the table of block numbers the .Ar bootxx program uses to load the second-stage boot program. .Pp |