We are OpenBSD
authorniklas <niklas@openbsd.org>
Fri, 21 Feb 1997 10:21:49 +0000 (10:21 +0000)
committerniklas <niklas@openbsd.org>
Fri, 21 Feb 1997 10:21:49 +0000 (10:21 +0000)
sys/arch/amiga/stand/boot/installboot.8
sys/arch/amiga/stand/boot/twiddle.c

index b3c1f2c..1aa993a 100644 (file)
@@ -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
index bd07e47..a71a7a3 100644 (file)
@@ -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 $       */
 
 /*-
  * 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] = {'|', '/', '-', '\\'};