summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/savecore.8
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-24 00:08:43 +0000
committerwollman <wollman@FreeBSD.org>1994-09-24 00:08:43 +0000
commit193a8fae68d5a51a2dad17c0ee77db1a6d60cb98 (patch)
tree435e4d2e36ec5a88d5e2af12354bfba8fc5f8bf9 /sbin/savecore/savecore.8
parent89231ffae79ba79bfb400864fb59db987a7d58c7 (diff)
downloadFreeBSD-src-193a8fae68d5a51a2dad17c0ee77db1a6d60cb98.zip
FreeBSD-src-193a8fae68d5a51a2dad17c0ee77db1a6d60cb98.tar.gz
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r--sbin/savecore/savecore.815
1 files changed, 6 insertions, 9 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index 3fca145..47e0a34 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -29,9 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)savecore.8 8.1 (Berkeley) 6/5/93
+.\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
-.Dd June 5, 1993
+.Dd September 23, 1994
.Dt SAVECORE 8
.Os BSD 4
.Sh NAME
@@ -63,7 +64,8 @@ is insufficient disk space.
.It Fl N
Use
.Ar system
-as the kernel instead of the default ``/kernel''.
+as the kernel instead of the running kernel (as determined from
+.Xr getbootfile 3 )
.It Fl v
Prints out some additional debugging information.
.It Fl z
@@ -106,16 +108,11 @@ is meant to be called near the end of the initialization file
.Pa /etc/rc
(see
.Xr rc 8 ) .
-.Sh FILES
-.Bl -tag -width /kernelxx -compact
-.It Pa /kernel
-current
-.Tn UNIX
-.El
.Sh BUGS
The minfree code does not consider the effect of compression.
.Sh SEE ALSO
.Xr compress 1 ,
+.Xr getbootfile 3 ,
.Xr syslogd 8
.Sh HISTORY
The
OpenPOWER on IntegriCloud