Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Add comma in enumeration.



details:   https://anonhg.NetBSD.org/src/rev/09a927e3ddbb
branches:  trunk
changeset: 746416:09a927e3ddbb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 30 22:14:48 2020 +0000

description:
Add comma in enumeration.

diffstat:

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

diffs (18 lines):

diff -r 9e447bd1a506 -r 09a927e3ddbb lib/libc/gen/nlist.3
--- a/lib/libc/gen/nlist.3      Mon Mar 30 20:47:57 2020 +0000
+++ b/lib/libc/gen/nlist.3      Mon Mar 30 22:14:48 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nlist.3,v 1.13 2020/03/30 20:37:03 maya Exp $
+.\"    $NetBSD: nlist.3,v 1.14 2020/03/30 22:14:48 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -71,7 +71,7 @@
 .Fa filename
 does not exist or is not executable, the returned value is \-1.
 .Sh SEE ALSO
-.Xr a.out 5
+.Xr a.out 5 ,
 .Xr elf 5
 .Sh HISTORY
 A



Home | Main Index | Thread Index | Old Index