From a3d556b3d530a1f085d34385bca38c452672cb85 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 7 Feb 1997 18:26:47 +0000 Subject: [PATCH] make output look like input (and like docs) --- sbin/ipnat/ipnat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ipnat/ipnat.c b/sbin/ipnat/ipnat.c index 7b77181681f..9d000d8abc4 100644 --- a/sbin/ipnat/ipnat.c +++ b/sbin/ipnat/ipnat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipnat.c,v 1.6 1997/02/07 18:10:07 kstailey Exp $ */ +/* $OpenBSD: ipnat.c,v 1.7 1997/02/07 18:26:47 kstailey Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. * @@ -193,7 +193,7 @@ int verbose; else if (np->in_flags & IPN_UDP) printf(" udp"); else if (np->in_flags & IPN_TCPUDP) - printf(" tcpudp"); + printf(" tcp/udp"); printf(" %d:%d", ntohs(np->in_port[0]), ntohs(np->in_port[1])); } -- 2.20.1