diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:22:27 +0000 |
commit | 4d298384bbeb0ddbaf45d1ececd54291a3e88796 (patch) | |
tree | 420e49a0c2503740d5e24b978af838fd3bb95124 /sbin | |
parent | bc1b5cc7c78583b03a080f033c0140dbce5dce30 (diff) |
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 4 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.c | 6 | ||||
-rw-r--r-- | sbin/reboot/reboot.8 | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 27fb9320342..47053ab80a9 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.46 2002/11/14 02:57:27 deraadt Exp $ +.\" $OpenBSD: disklabel.8,v 1.47 2002/12/31 16:22:25 miod Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -619,7 +619,7 @@ option to can still be used to install old style boot code, but this usage is deprecated. .Pp -On some machines, such as the sparc and amiga, partition tables +On some machines, such as the sparc, partition tables may not exhibit the full functionality that is described above. .Sh BUGS When a disk name is given without a full pathname, the constructed diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 189596b9de7..eab17332974 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.75 2002/06/09 08:13:05 todd Exp $ */ +/* $OpenBSD: disklabel.c,v 1.76 2002/12/31 16:22:25 miod Exp $ */ /* * Copyright (c) 1987, 1993 @@ -43,7 +43,7 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.75 2002/06/09 08:13:05 todd Exp $"; +static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.76 2002/12/31 16:22:25 miod Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -1166,7 +1166,7 @@ edit(lp, f) "# disk. Any other partition is free for any use. 'size' and 'offset' are\n" "# in 512-byte blocks. fstype should be '4.2BSD', 'swap', or 'none' or some\n" "# other values. fsize/bsize/cpg should typically be '1024 8192 16' for a\n" -"# 4.2BSD filesystem (or '512 4096 16' except on alpha, sun4, amiga, sun3...)\n"); +"# 4.2BSD filesystem (or '512 4096 16' except on alpha, sun4, ...)\n"); fclose(fp); for (;;) { if (!editit()) diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 3a1c5c7a135..531ebe9495b 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.24 2001/10/27 04:32:51 pvalchev Exp $ +.\" $OpenBSD: reboot.8,v 1.25 2002/12/31 16:22:26 miod Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -95,7 +95,6 @@ script which is run at shutdown time .Xr utmp 5 , .\" .Xr boot 8 , .Xr boot_alpha 8 , -.Xr boot_amiga 8 , .Xr boot_hp300 8 , .Xr boot_i386 8 , .Xr boot_mac68k 8 , @@ -104,7 +103,6 @@ script which is run at shutdown time .\" .Xr boot_mvmeppc 8 , .Xr boot_sparc 8 , .\" .Xr boot_sparc64 8 , -.Xr boot_sun3 8 , .Xr boot_vax 8 , .Xr rc.shutdown 8 , .Xr savecore 8 , |