Fix confusing comments, no object change; with caspar
authorkn <kn@openbsd.org>
Wed, 26 Apr 2023 18:04:21 +0000 (18:04 +0000)
committerkn <kn@openbsd.org>
Wed, 26 Apr 2023 18:04:21 +0000 (18:04 +0000)
usr.sbin/installboot/efi_installboot.c
usr.sbin/installboot/i386_installboot.c
usr.sbin/installboot/macppc_installboot.c
usr.sbin/installboot/octeon_installboot.c
usr.sbin/installboot/powerpc64_installboot.c

index 99f12e7..39811b2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: efi_installboot.c,v 1.9 2022/11/22 14:37:58 kn Exp $  */
+/*     $OpenBSD: efi_installboot.c,v 1.10 2023/04/26 18:04:21 kn Exp $ */
 /*     $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */
 
 /*
@@ -152,7 +152,7 @@ create_filesystem(struct disklabel *dl, char part)
        char cmd[60];
        int rslt;
 
-       /* Mount <duid>.<part> as msdos filesystem. */
+       /* Newfs <duid>.<part> as msdos filesystem. */
        memset(&args, 0, sizeof(args));
        rslt = asprintf(&args.fspec,
            "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c",
index 8ecb5ba..1105301 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: i386_installboot.c,v 1.44 2022/11/06 12:33:41 krw Exp $       */
+/*     $OpenBSD: i386_installboot.c,v 1.45 2023/04/26 18:04:21 kn Exp $        */
 /*     $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */
 
 /*
@@ -252,7 +252,7 @@ create_filesystem(struct disklabel *dl, char part)
        char cmd[60];
        int rslt;
 
-       /* Mount <duid>.<part> as msdos filesystem. */
+       /* Newfs <duid>.<part> as msdos filesystem. */
        memset(&args, 0, sizeof(args));
        rslt = asprintf(&args.fspec,
            "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c",
index bf31dbf..730b85b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: macppc_installboot.c,v 1.10 2022/11/06 20:03:49 krw Exp $     */
+/*     $OpenBSD: macppc_installboot.c,v 1.11 2023/04/26 18:04:21 kn Exp $      */
 
 /*
  * Copyright (c) 2011 Joel Sing <jsing@openbsd.org>
@@ -123,7 +123,7 @@ create_filesystem(struct disklabel *dl, char part)
        char cmd[60];
        int rslt;
 
-       /* Mount <duid>.<part> as msdos filesystem. */
+       /* Newfs <duid>.<part> as msdos filesystem. */
        memset(&args, 0, sizeof(args));
        rslt = asprintf(&args.fspec,
            "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c",
index 184129c..46d6d14 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: octeon_installboot.c,v 1.10 2022/11/06 20:03:49 krw Exp $     */
+/*     $OpenBSD: octeon_installboot.c,v 1.11 2023/04/26 18:04:21 kn Exp $      */
 
 /*
  * Copyright (c) 2011 Joel Sing <jsing@openbsd.org>
@@ -123,7 +123,7 @@ create_filesystem(struct disklabel *dl, char part)
        char cmd[60];
        int rslt;
 
-       /* Mount <duid>.<part> as msdos filesystem. */
+       /* Newfs <duid>.<part> as msdos filesystem. */
        memset(&args, 0, sizeof(args));
        rslt = asprintf(&args.fspec,
            "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c",
index c4765ab..32231e4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: powerpc64_installboot.c,v 1.8 2022/11/06 12:33:41 krw Exp $   */
+/*     $OpenBSD: powerpc64_installboot.c,v 1.9 2023/04/26 18:04:21 kn Exp $    */
 
 /*
  * Copyright (c) 2011 Joel Sing <jsing@openbsd.org>
@@ -130,7 +130,7 @@ create_filesystem(struct disklabel *dl, char part)
        char cmd[60];
        int rslt;
 
-       /* Mount <duid>.<part> as msdos filesystem. */
+       /* Newfs <duid>.<part> as msdos filesystem. */
        memset(&args, 0, sizeof(args));
        rslt = asprintf(&args.fspec,
            "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c",