Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/e5ff28b2fffd
branches:  trunk
changeset: 826523:e5ff28b2fffd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 10 10:12:43 2017 +0000

description:
Fix typo.

diffstat:

 lib/libc/gen/devname.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7be7fb275c46 -r e5ff28b2fffd lib/libc/gen/devname.3
--- a/lib/libc/gen/devname.3    Sun Sep 10 10:12:21 2017 +0000
+++ b/lib/libc/gen/devname.3    Sun Sep 10 10:12:43 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: devname.3,v 1.16 2017/09/10 10:12:21 wiz Exp $
+.\"    $NetBSD: devname.3,v 1.17 2017/09/10 10:12:43 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -105,7 +105,7 @@
 .Sh ERRORS
 The
 .Fn devname_r
-function my fail if:
+function may fail if:
 .Bl -tag -width Er
 .It Bq Er ENOENT
 The corresponding device does not exist.



Home | Main Index | Thread Index | Old Index