X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=sysdeps%2Funix%2Fsysv%2Flinux%2Fedit_man.sh;h=558fff8848d87752f42e3d68ee1a3da10cbc1b78;hp=4488fad75f2568d39b4acdc4ee0e17de79ac9c6d;hb=refs%2Ftags%2Fv5.0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/sysdeps/unix/sysv/linux/edit_man.sh b/sysdeps/unix/sysv/linux/edit_man.sh index 4488fad7..558fff88 100755 --- a/sysdeps/unix/sysv/linux/edit_man.sh +++ b/sysdeps/unix/sysv/linux/edit_man.sh @@ -23,7 +23,7 @@ case $i in $MKDIRS $mandir/man$section fi source=`basename $i` - target=`grep "^$source" man/man_db.renames | mawk '{print $2}'` + target=`grep "^$source" man/man_db.renames | awk '{print $2}'` if test -z "$target" ; then echo '? missing rename for '$source target="$source"