svn commit: r315310 - head/lib/libsysdecode

Maxim Konovalov maxim at FreeBSD.org
Wed Mar 15 16:13:54 UTC 2017


Author: maxim
Date: Wed Mar 15 16:13:52 2017
New Revision: 315310
URL: https://svnweb.freebsd.org/changeset/base/315310

Log:
  Spell "const" properly.
  
  PR:		217797
  Submitted by:	tobik

Modified:
  head/lib/libsysdecode/sysdecode_ioctlname.3

Modified: head/lib/libsysdecode/sysdecode_ioctlname.3
==============================================================================
--- head/lib/libsysdecode/sysdecode_ioctlname.3	Wed Mar 15 15:57:11 2017	(r315309)
+++ head/lib/libsysdecode/sysdecode_ioctlname.3	Wed Mar 15 16:13:52 2017	(r315310)
@@ -37,7 +37,7 @@
 .In sys/types.h
 .In stdbool.h
 .In sysdecode.h
-.Ft conts char *
+.Ft const char *
 .Fn sysdecode_ioctlname "unsigned long request"
 .Sh DESCRIPTION
 The


More information about the svn-src-head mailing list