Module Name: src
Committed By: wiz
Date: Thu Nov 24 16:20:35 UTC 2011
Modified Files:
src/sbin/mount_chfs: mount_chfs.8
Log Message:
Add RCS Id, sort sections, sort SEE ALSO, use more markup.
XXX: is the license correct? it is for jmmv.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/mount_chfs/mount_chfs.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/mount_chfs/mount_chfs.8
diff -u src/sbin/mount_chfs/mount_chfs.8:1.1 src/sbin/mount_chfs/mount_chfs.8:1.2
--- src/sbin/mount_chfs/mount_chfs.8:1.1 Thu Nov 24 15:54:55 2011
+++ src/sbin/mount_chfs/mount_chfs.8 Thu Nov 24 16:20:35 2011
@@ -1,3 +1,5 @@
+.\" $NetBSD: mount_chfs.8,v 1.2 2011/11/24 16:20:35 wiz Exp $
+.\"
.\" Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -44,19 +46,18 @@ please use a regular file system.
The file system will be created during the first mount.
CHFS stands for Chip File System.
.Sh EXAMPLES
-mount_chfs /dev/flash0 /mnt
+.Dl mount_chfs /dev/flash0 /mnt
.Sh SEE ALSO
+.Xr flash 4 ,
.Xr fstab 5 ,
.Xr mount 8 ,
-.Xr flash 9 ,
-.Xr flash 4
+.Xr flash 9
.Sh HISTORY
CHFS was originally called ChewieFS during development.
The name was changed to avoid legal issues and to have a more
neutral name.
-.Sh BUGS
-CHFS has a few known bugs as of 2011.
.Sh AUTHORS
CHFS was developed at the Department of Software Engineering,
-University of Szeged, Hungary
-
+University of Szeged, Hungary.
+.Sh BUGS
+CHFS has a few known bugs as of 2011.