Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_ext2fs Use https for Ext2 documentation URLs.
details: https://anonhg.NetBSD.org/src/rev/f9c733ef8966
branches: trunk
changeset: 375863:f9c733ef8966
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed May 17 09:54:59 2023 +0000
description:
Use https for Ext2 documentation URLs.
diffstat:
sbin/newfs_ext2fs/mke2fs.c | 10 +++++-----
sbin/newfs_ext2fs/newfs_ext2fs.8 | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r e3e9249c0ca6 -r f9c733ef8966 sbin/newfs_ext2fs/mke2fs.c
--- a/sbin/newfs_ext2fs/mke2fs.c Wed May 17 06:44:38 2023 +0000
+++ b/sbin/newfs_ext2fs/mke2fs.c Wed May 17 09:54:59 2023 +0000
@@ -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 -r e3e9249c0ca6 -r f9c733ef8966 sbin/newfs_ext2fs/newfs_ext2fs.8
--- a/sbin/newfs_ext2fs/newfs_ext2fs.8 Wed May 17 06:44:38 2023 +0000
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.8 Wed May 17 09:54:59 2023 +0000
@@ -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 min
.%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
Home |
Main Index |
Thread Index |
Old Index