Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Add getdiskcookedname to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/d8b77715c7d2
branches:  trunk
changeset: 822659:d8b77715c7d2
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Thu Mar 30 19:23:06 2017 +0000

description:
Add getdiskcookedname to the NAME section
Fix couple of typos.

diffstat:

 lib/libutil/getdiskrawname.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 4d18407379f5 -r d8b77715c7d2 lib/libutil/getdiskrawname.3
--- a/lib/libutil/getdiskrawname.3      Thu Mar 30 18:54:26 2017 +0000
+++ b/lib/libutil/getdiskrawname.3      Thu Mar 30 19:23:06 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdiskrawname.3,v 1.2 2012/04/08 16:06:23 wiz Exp $
+.\"    $NetBSD: getdiskrawname.3,v 1.3 2017/03/30 19:23:06 abhinav Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -32,7 +32,8 @@
 .Dt GETDISKRAWNAME 3
 .Os
 .Sh NAME
-.Nm getdiskrawname
+.Nm getdiskrawname ,
+.Nm getdiskcookedname
 .Nd get the the block/character device name for a disk
 .Sh LIBRARY
 .Lb libutil
@@ -47,13 +48,13 @@
 .Fn getdiskrawname
 function converts the
 .Fa name
-argument thar contains a path to a disk block device node to the
+argument that contains a path to a disk block device node to the
 path that contains the corresponding character device node.
 The
 .Fn getdiskcookedname
 function converts the
 .Fa name
-argument thar contains a path to a disk character device node to the
+argument that contains a path to a disk character device node to the
 path that contains the corresponding block device node.
 .Sh RETURN VALUES
 On success the absolute pathname of the underlying device node is returned.



Home | Main Index | Thread Index | Old Index