Module Name:    src
Committed By:   wiz
Date:           Wed Oct  3 19:36:11 UTC 2012

Modified Files:
        src/sbin/mount: mount.8

Log Message:
- Improve wording;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning).

>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sbin/mount/mount.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/mount.8
diff -u src/sbin/mount/mount.8:1.76 src/sbin/mount/mount.8:1.77
--- src/sbin/mount/mount.8:1.76	Sat Jun 23 23:41:25 2012
+++ src/sbin/mount/mount.8	Wed Oct  3 19:36:11 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.8,v 1.76 2012/06/23 23:41:25 wiz Exp $
+.\"	$NetBSD: mount.8,v 1.77 2012/10/03 19:36:11 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -436,8 +436,8 @@ The file system object is to be read and
 The options specific to the various file system types are
 described in the manual pages for those file systems'
 .Nm mount_XXX
-commands.
-For instance the options specific to Berkeley
+commands;
+for instance, the options specific to Berkeley
 Fast File System (FFS) are described in the
 .Xr mount_ffs 8
 manual page.
@@ -453,7 +453,6 @@ file system table
 .El
 .Sh EXAMPLES
 Some useful examples:
-.Pp
 .Bl -hang -offset indent -width "MS-DOS"
 .It Tn CD-ROM
 .br

Reply via email to