Module Name: src
Committed By: abhinav
Date: Tue Oct 24 18:42:06 UTC 2017
Modified Files:
src/lib/libc/gen: cgetcap.3
Log Message:
Fix typo: s/cexpandtc/csetexpandtc
The synopsis and description mention only csetexpandtc function.
nxr also only shows csetexpandtc while no matches for cexpandtc.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gen/cgetcap.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/cgetcap.3
diff -u src/lib/libc/gen/cgetcap.3:1.8 src/lib/libc/gen/cgetcap.3:1.9
--- src/lib/libc/gen/cgetcap.3:1.8 Sun Apr 22 10:13:52 2012
+++ src/lib/libc/gen/cgetcap.3 Tue Oct 24 18:42:06 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgetcap.3,v 1.8 2012/04/22 10:13:52 wiz Exp $
+.\" $NetBSD: cgetcap.3,v 1.9 2017/10/24 18:42:06 abhinav Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Nm cgetfirst ,
.Nm cgetnext ,
.Nm cgetclose ,
-.Nm cexpandtc
+.Nm csetexpandtc
.Nd capability database access routines
.Sh LIBRARY
.Lb libc