Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil Remove trailing dot; slightly improve wording.



details:   https://anonhg.NetBSD.org/src/rev/0100e33cb10f
branches:  trunk
changeset: 771202:0100e33cb10f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Nov 13 23:49:39 2011 +0000

description:
Remove trailing dot; slightly improve wording.

diffstat:

 lib/libutil/getfstypename.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 8ee9777c2252 -r 0100e33cb10f lib/libutil/getfstypename.3
--- a/lib/libutil/getfstypename.3       Sun Nov 13 23:10:34 2011 +0000
+++ b/lib/libutil/getfstypename.3       Sun Nov 13 23:49:39 2011 +0000
@@ -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 @@
 .In sys/disk.h
 or
 .Dv DKW_PTYPE_UNKNOWN
-if one is not found.
+if none is found.
 .Sh HISTORY
 The
 .Fn getfstypename



Home | Main Index | Thread Index | Old Index