diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /databases/typhoon | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'databases/typhoon')
-rw-r--r-- | databases/typhoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile index ea4be044d1d0..3019ef0ed189 100644 --- a/databases/typhoon/Makefile +++ b/databases/typhoon/Makefile @@ -19,7 +19,7 @@ INSTALLS_SHLIB= yes MAN1= ddlp.1 MAN3= d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \ - d_dbget.3 d_dbset.3 d_delete.3 d_fillnew.3 d_getsequence.3 \ + d_dbget.3 d_dbset.3 d_delete.3 d_fillnew.3 d_getsequence.3 \ d_keyfind.3 d_keyfrst.3 d_keylast.3 d_keynext.3 d_keyprev.3 \ d_keyread.3 d_open.3 d_recfrst.3 d_reclast.3 d_recnext.3 d_recprev.3 \ d_recread.3 d_recwrite.3 d_setfiles.3 |