diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-03-14 06:51:43 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-03-14 06:51:43 +0000 |
commit | 589df74d6e3673fb8255ea0f6dbe205b69a73683 (patch) | |
tree | 90364789fc8ae5e67b30350658fc5c2e2b0fb4dd /sbin/mount_tcfs/mount_tcfs.c | |
parent | 50aefd34a9b151f57aa0a541ca4600e9269c8290 (diff) |
Remove \n from err/errx/warn/warnx().
millert@ ok
Diffstat (limited to 'sbin/mount_tcfs/mount_tcfs.c')
-rw-r--r-- | sbin/mount_tcfs/mount_tcfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |