From 589df74d6e3673fb8255ea0f6dbe205b69a73683 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Thu, 14 Mar 2002 06:51:43 +0000 Subject: Remove \n from err/errx/warn/warnx(). millert@ ok --- sbin/mount_tcfs/mount_tcfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/mount_tcfs/mount_tcfs.c') diff --git a/sbin/mount_tcfs/mount_tcfs.c b/sbin/mount_tcfs/mount_tcfs.c index de3df97ad60..46eb1264d6d 100644 --- a/sbin/mount_tcfs/mount_tcfs.c +++ b/sbin/mount_tcfs/mount_tcfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_tcfs.c,v 1.5 2002/02/16 21:27:36 millert Exp $ */ +/* $OpenBSD: mount_tcfs.c,v 1.6 2002/03/14 06:51:41 mpech Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -107,7 +107,7 @@ main(argc, argv) argv[0], target, argv[1]); if (args.cipher_num == -1) - errx(1, "cipher number not found for filesystem %s\n", + errx(1, "cipher number not found for filesystem %s", argv[1]); args.target = target; -- cgit v1.2.3