Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/string Use .In for header file.



details:   https://anonhg.NetBSD.org/src/rev/75bbeb84318f
branches:  trunk
changeset: 346478:75bbeb84318f
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Thu Jul 14 17:43:48 2016 +0000

description:
Use .In for header file.

diffstat:

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

diffs (18 lines):

diff -r 7aea6c22274e -r 75bbeb84318f lib/libc/string/strings.3
--- a/lib/libc/string/strings.3 Thu Jul 14 17:17:58 2016 +0000
+++ b/lib/libc/string/strings.3 Thu Jul 14 17:43:48 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strings.3,v 1.1 2007/02/17 09:32:58 wiz Exp $
+.\" $NetBSD: strings.3,v 1.2 2016/07/14 17:43:48 abhinav Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,7 +62,7 @@
 .Fn strncasecmp "const char *s1" "const char *s2" "size_t len"
 .Sh DESCRIPTION
 These functions all live in the
-.Pa strings.h
+.In strings.h
 header file.
 Except for
 .Fn ffs ,



Home | Main Index | Thread Index | Old Index