diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-30 06:12:39 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-30 06:12:39 +0000 |
commit | 358cb6de65c82f3dff9f78f5ed783ec9c6c9dcaa (patch) | |
tree | a13eed070260400a44fdd714685152d8ee13e398 /sbin/route/keywords.sh | |
parent | 433ddf771b59c9fd1c98dfb876044c225e188539 (diff) |
nicer output
Diffstat (limited to 'sbin/route/keywords.sh')
-rw-r--r-- | sbin/route/keywords.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index a8553307e37..310f2e1fadb 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.13 2005/03/30 06:02:52 henning Exp $ +# $OpenBSD: keywords.sh,v 1.14 2005/03/30 06:12:38 henning Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -77,7 +77,7 @@ echo '/* $'OpenBSD'$ */ struct keytab { char *kt_cp; - int kt_i; + int kt_i; }; ' @@ -89,7 +89,7 @@ echo ' struct keytab keywords[] = {' $awk '{ - printf("\t{ \"%s\", K_%s },\n", $1, $2); + printf("\t{ \"%s\",\tK_%s },\n", $1, $2); }' < _keywords.t2 echo ' { 0, 0 } |