Module Name: src
Committed By: wiz
Date: Sun Nov 13 23:49:39 UTC 2011
Modified Files:
src/lib/libutil: getfstypename.3
Log Message:
Remove trailing dot; slightly improve wording.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getfstypename.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/getfstypename.3
diff -u src/lib/libutil/getfstypename.3:1.1 src/lib/libutil/getfstypename.3:1.2
--- src/lib/libutil/getfstypename.3:1.1 Sun Nov 13 22:03:34 2011
+++ src/lib/libutil/getfstypename.3 Sun Nov 13 23:49:39 2011
@@ -1,5 +1,4 @@
-.\" $NetBSD: getfstypename.3,v 1.1 2011/11/13 22:03:34 christos Exp $
-.\"
+.\" $NetBSD: getfstypename.3,v 1.2 2011/11/13 23:49:39 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,7 +39,7 @@
.Os
.Sh NAME
.Nm getfstypename
-.Nd convert a partition file system type integer to a wedge partition type name.
+.Nd convert a partition file system type integer to a wedge partition type name
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
@@ -55,7 +54,7 @@ argument as specified in
.In sys/disk.h
or
.Dv DKW_PTYPE_UNKNOWN
-if one is not found.
+if none is found.
.Sh HISTORY
The
.Fn getfstypename