summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2023-05-17 09:54:59 +0000
committertsutsui <tsutsui@NetBSD.org>2023-05-17 09:54:59 +0000
commit450c383884049d10a0ce131f412072b6b2ad1e77 (patch)
tree70e973cd148769a73e77bf58d83b847da1953c33 /sbin
parenta1cdf716b4931d610ed082598f6f52a6bbdb22d2 (diff)
Use https for Ext2 documentation URLs.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/newfs_ext2fs/mke2fs.c10
-rw-r--r--sbin/newfs_ext2fs/newfs_ext2fs.84
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/newfs_ext2fs/mke2fs.c b/sbin/newfs_ext2fs/mke2fs.c
index 6643dd22d27..75842fae076 100644
--- a/sbin/newfs_ext2fs/mke2fs.c
+++ b/sbin/newfs_ext2fs/mke2fs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mke2fs.c,v 1.25 2016/09/05 10:44:36 martin Exp $ */
+/* $NetBSD: mke2fs.c,v 1.26 2023/05/17 09:54:59 tsutsui Exp $ */
/*-
* Copyright (c) 2007 Izumi Tsutsui. All rights reserved.
@@ -88,11 +88,11 @@
* Reference:
* - All NetBSD sources under src/sys/ufs/ext2fs and src/sbin/fsck_ext2fs
* - Ext2fs Home Page
- * http://e2fsprogs.sourceforge.net/ext2.html
+ * https://e2fsprogs.sourceforge.net/ext2.html
* - Design and Implementation of the Second Extended Filesystem
- * http://e2fsprogs.sourceforge.net/ext2intro.html
+ * https://e2fsprogs.sourceforge.net/ext2intro.html
* - Linux Documentation "The Second Extended Filesystem"
- * http://www.kernel.org/doc/Documentation/filesystems/ext2.txt
+ * https://www.kernel.org/doc/Documentation/filesystems/ext2.txt
*/
#include <sys/cdefs.h>
@@ -100,7 +100,7 @@
#if 0
static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95";
#else
-__RCSID("$NetBSD: mke2fs.c,v 1.25 2016/09/05 10:44:36 martin Exp $");
+__RCSID("$NetBSD: mke2fs.c,v 1.26 2023/05/17 09:54:59 tsutsui Exp $");
#endif
#endif /* not lint */
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8
index 5f439a3e65c..b609cfdf8db 100644
--- a/sbin/newfs_ext2fs/newfs_ext2fs.8
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_ext2fs.8,v 1.14 2019/04/13 19:29:27 maya Exp $
+.\" $NetBSD: newfs_ext2fs.8,v 1.15 2023/05/17 09:54:59 tsutsui Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -281,7 +281,7 @@ references the same partition as the minor device number.
.%A Stephen Tweedie
.%T "Design and Implementation of the Second Extended Filesystem"
.%J "The Proceedings of the First Dutch International Symposium on Linux"
-.%U http://e2fsprogs.sourceforge.net/ext2intro.html
+.%U https://e2fsprogs.sourceforge.net/ext2intro.html
.Re
.Sh HISTORY
The