From 180ddec981bb4a4a4e7ae8e3746031d43336943d Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Nov 2011 23:49:39 +0000 Subject: [PATCH] Remove trailing dot; slightly improve wording. --- lib/libutil/getfstypename.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libutil/getfstypename.3 b/lib/libutil/getfstypename.3 index c491f4eb81d1..aec6bb2f1a17 100644 --- a/lib/libutil/getfstypename.3 +++ b/lib/libutil/getfstypename.3 @@ -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