From: niklas Date: Fri, 21 Feb 1997 10:21:49 +0000 (+0000) Subject: We are OpenBSD X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=025c365378293ab5c16046b8d45aa7e3f020e129;p=openbsd We are OpenBSD --- diff --git a/sys/arch/amiga/stand/boot/installboot.8 b/sys/arch/amiga/stand/boot/installboot.8 index b3c1f2c7c03..1aa993aece7 100644 --- a/sys/arch/amiga/stand/boot/installboot.8 +++ b/sys/arch/amiga/stand/boot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.1 1997/01/16 09:26:33 niklas Exp $ +.\" $OpenBSD: installboot.8,v 1.2 1997/02/21 10:21:49 niklas Exp $ .\" $NetBSD: installboot.8,v 1.1.1.1 1996/11/29 23:36:30 is Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -118,5 +118,4 @@ mode, or while otherwise running in insecure mode. .Sh HISTORY The .Nm -command first appeared in -.Nx 1.3 +command first appeared in NetBSD-current post 1.2 diff --git a/sys/arch/amiga/stand/boot/twiddle.c b/sys/arch/amiga/stand/boot/twiddle.c index bd07e47cb57..a71a7a301bb 100644 --- a/sys/arch/amiga/stand/boot/twiddle.c +++ b/sys/arch/amiga/stand/boot/twiddle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twiddle.c,v 1.1 1997/01/16 09:26:44 niklas Exp $ */ +/* $OpenBSD: twiddle.c,v 1.2 1997/02/21 10:21:49 niklas Exp $ */ /* $NetBSD: twiddle.c,v 1.1.1.1 1996/11/29 23:36:29 is Exp $ */ /*- @@ -32,12 +32,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)printf.c 8.1 (Berkeley) 6/11/93 */ -/* From: $NetBSD: twiddle.c,v 1.1.1.1 1996/11/29 23:36:29 is Exp $ */ - #include "stand.h" const static char chars[4] = {'|', '/', '-', '\\'};