Module Name: src
Committed By: joerg
Date: Sun Oct 25 18:34:04 UTC 2009
Modified Files:
src/sbin/newfs_ext2fs: newfs_ext2fs.8
Log Message:
Use .%U.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/newfs_ext2fs/newfs_ext2fs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/newfs_ext2fs/newfs_ext2fs.8
diff -u src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.5 src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.6
--- src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.5 Mon May 18 12:17:54 2009
+++ src/sbin/newfs_ext2fs/newfs_ext2fs.8 Sun Oct 25 18:34:04 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_ext2fs.8,v 1.5 2009/05/18 12:17:54 wiz Exp $
+.\" $NetBSD: newfs_ext2fs.8,v 1.6 2009/10/25 18:34:04 joerg Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -286,7 +286,7 @@
.%A Stephen Tweedie
.%T "Design and Implementation of the Second Extended Filesystem"
.%J "The Proceedings of the First Dutch International Symposium on Linux"
-.Lk http://e2fsprogs.sourceforge.net/ext2intro.html
+.%U http://e2fsprogs.sourceforge.net/ext2intro.html
.Re
.Sh HISTORY
The