From b47f904d8f130280ddd0eb5c5dd55a151ced0246 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Fri, 7 Aug 2015 07:05:47 +0000 Subject: [PATCH] Remove an extra new line on usage(). Rename domain to domainname to be identical to the man page. Reported by: bde --- usr.bin/ypmatch/ypmatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index a57a642a435d..ff5365be25ab 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -66,8 +66,8 @@ static void usage(void) { fprintf(stderr, "%s\n%s\n", - "usage: ypmatch [-kt] [-d domain] key ... mapname", - " ypmatch -x\n"); + "usage: ypmatch [-kt] [-d domainname] key ... mapname", + " ypmatch -x"); fprintf(stderr, "where\n" "\tmapname may be either a mapname or a nickname for a map.\n"