Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb add a newline



details:   https://anonhg.NetBSD.org/src/rev/2baff1203495
branches:  trunk
changeset: 344833:2baff1203495
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 23 14:15:36 2016 +0000

description:
add a newline

diffstat:

 usr.sbin/makemandb/apropos.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1400778621ca -r 2baff1203495 usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Sat Apr 23 13:14:52 2016 +0000
+++ b/usr.sbin/makemandb/apropos.c      Sat Apr 23 14:15:36 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apropos.c,v 1.19 2016/04/13 11:48:29 christos Exp $    */
+/*     $NetBSD: apropos.c,v 1.20 2016/04/23 14:15:36 christos Exp $    */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos.c,v 1.19 2016/04/13 11:48:29 christos Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.20 2016/04/23 14:15:36 christos Exp $");
 
 #include <err.h>
 #include <stdio.h>
@@ -72,6 +72,7 @@
 {
        int ch;
        char sec[2] = {0, 0};
+
        while ((ch = getopt(argc, argv, "123456789Cchiln:PprS:s:")) != -1) {
                switch (ch) {
                case '1':



Home | Main Index | Thread Index | Old Index