[Midnightbsd-cvs] src [10547] tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 7 19:08:06 EDT 2018


Revision: 10547
          http://svnweb.midnightbsd.org/src/?rev=10547
Author:   laffer1
Date:     2018-06-07 19:08:06 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/lib/libc/stdlib/getsubopt.3
    trunk/lib/libc/stdlib/getsubopt.c
    trunk/lib/libc/stdlib/grantpt.3
    trunk/lib/libc/stdlib/grantpt.c

Property Changed:
----------------
    trunk/lib/libc/stdlib/getsubopt.3
    trunk/lib/libc/stdlib/grantpt.3

Modified: trunk/lib/libc/stdlib/getsubopt.3
===================================================================
--- trunk/lib/libc/stdlib/getsubopt.3	2018-06-07 23:07:53 UTC (rev 10546)
+++ trunk/lib/libc/stdlib/getsubopt.3	2018-06-07 23:08:06 UTC (rev 10547)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -9,7 +10,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"
@@ -26,7 +27,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)getsubopt.3	8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: stable/10/lib/libc/stdlib/getsubopt.3 251069 2013-05-28 20:57:40Z emaste $
 .\"
 .Dd December 25, 2011
 .Dt GETSUBOPT 3


Property changes on: trunk/lib/libc/stdlib/getsubopt.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/stdlib/getsubopt.c
===================================================================
--- trunk/lib/libc/stdlib/getsubopt.c	2018-06-07 23:07:53 UTC (rev 10546)
+++ trunk/lib/libc/stdlib/getsubopt.c	2018-06-07 23:08:06 UTC (rev 10547)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -10,7 +11,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -31,7 +32,7 @@
 static char sccsid[] = "@(#)getsubopt.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/stdlib/getsubopt.c 251069 2013-05-28 20:57:40Z emaste $");
 
 #include <stdlib.h>
 #include <string.h>

Modified: trunk/lib/libc/stdlib/grantpt.3
===================================================================
--- trunk/lib/libc/stdlib/grantpt.3	2018-06-07 23:07:53 UTC (rev 10546)
+++ trunk/lib/libc/stdlib/grantpt.3	2018-06-07 23:08:06 UTC (rev 10547)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\"
 .\" Copyright (c) 2002 The FreeBSD Project, Inc.
 .\" All rights reserved.


Property changes on: trunk/lib/libc/stdlib/grantpt.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/stdlib/grantpt.c
===================================================================
--- trunk/lib/libc/stdlib/grantpt.c	2018-06-07 23:07:53 UTC (rev 10546)
+++ trunk/lib/libc/stdlib/grantpt.c	2018-06-07 23:08:06 UTC (rev 10547)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 2002 The FreeBSD Project, Inc.
  * All rights reserved.



More information about the Midnightbsd-cvs mailing list