diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /math/PDL | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.zst freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index aa37ed3429ff..7db580afcf97 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -56,7 +56,7 @@ MAN3= PDL.3 PDL::Char.3 PDL::Complex.3 PDL::Fit::Gaussian.3 PDL::Func.3 \ PDL::Graphics::LUT.3 PDL::LM.3 PDL::Polynomial.3 \ PDL::PP::Dump.3 PDL::PP::Signature.3 PDL::Types.3 PDL::Dbg.3 \ PDL::Exporter.3 PDL::Core.3 PDL::Basic.3 PDL::Lite.3 PDL::LiteF.3 \ - PDL::Ops.3 PDL::Options.3 PDL::Primitive.3 \ + PDL::Ops.3 PDL::Options.3 PDL::Primitive.3 \ PDL::Slices.3 PDL::Tests.3 PDL::Math.3 PDL::AutoLoader.3 \ PDL::Pod::Usage.3 PDL::Pod::Parser.3 \ PDL::Pod::Select.3 PDL::Doc.3 PDL::Doc::Perldl.3 \ |