Module Name: src Committed By: christos Date: Sat Apr 23 14:15:36 UTC 2016
Modified Files: src/usr.sbin/makemandb: apropos.c Log Message: add a newline To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/makemandb/apropos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/makemandb/apropos.c diff -u src/usr.sbin/makemandb/apropos.c:1.19 src/usr.sbin/makemandb/apropos.c:1.20 --- src/usr.sbin/makemandb/apropos.c:1.19 Wed Apr 13 07:48:29 2016 +++ src/usr.sbin/makemandb/apropos.c Sat Apr 23 10:15:36 2016 @@ -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.upadh...@gmail.com> * 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 @@ parseargs(int argc, char **argv, struct { int ch; char sec[2] = {0, 0}; + while ((ch = getopt(argc, argv, "123456789Cchiln:PprS:s:")) != -1) { switch (ch) { case '1':