Spell check in Quanta in Ubuntu
scott
slewin at rogers.com
Mon Jul 30 20:39:49 UTC 2007
Njoku, George O. wrote:
> 1st kill all 'aspell' running processes
>
> Kill -9 `ps -e | grep aspell | awk "{print $1}"`
>
>
> Then check to see if you have the executable....
>
I did everything you mentioned and as far as I can see (which is not too
well :) ) everything seems okay. I have placed the output below.
scott at main:~$ find /usr -iname "aspell*"
/usr/share/locale-langpack/en_GB/LC_MESSAGES/aspell.mo
/usr/share/aspell
/usr/share/aspell/aspell.compat
/usr/share/doc/libenchant1c2a/aspell
/usr/share/doc/aspell
/usr/share/doc/aspell-en
/usr/share/lintian/overrides/aspell
/usr/share/apps/quanta/dtep/php/aspell.tag
/usr/share/man/man1/aspell-import.1.gz
/usr/share/man/man1/aspell.1.gz
/usr/share/man/man8/aspell-autobuildhash.8.gz
/usr/bin/aspell
/usr/bin/aspell-import
/usr/lib/aspell
/usr/sbin/aspell-autobuildhash
scott at main:~$ /usr/bin/aspell
Usage: aspell [options] <command>
<command> is one of:
-?|usage display a brief usage message
help display a detailed help message
-c|check <file> to check a file
-a|pipe "ispell -a" compatibility mode
[dump] config dumps the current configuration to stdout
config <key> prints the current value of an option
[dump] dicts | filters | modes
lists available dictionaries / filters / filter modes
[options] is any of the following:
--encoding=<str> encoding to expect data to be in
--mode=<str> filter mode
-l,--lang=<str> language code
-d,--master=<str> base name of the main dictionary to use
--sug-mode=<str> suggestion mode
scott at main:~$ ldd /usr/bin/aspell
linux-gate.so.1 => (0xffffe000)
libaspell.so.15 => /usr/lib/libaspell.so.15 (0xb7ecf000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7e81000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e7c000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7d92000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d6b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7d5f000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c1e000)
/lib/ld-linux.so.2 (0xb7f97000)
scott at main:~$ strace /usr/bin/aspell
execve("/usr/bin/aspell", ["/usr/bin/aspell"], [/* 31 vars */]) = 0
brk(0) = 0x8070000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f10000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=62791, ...}) = 0
mmap2(NULL, 62791, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f00000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/usr/lib/libaspell.so.15", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300k\2"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=724228, ...}) = 0
mmap2(NULL, 743456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7e4a000
mmap2(0xb7ef8000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xad) = 0xb7ef8000
mmap2(0xb7efc000, 14368, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7efc000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/libncursesw.so.5", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\t\1"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=316600, ...}) = 0
mmap2(NULL, 317796, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7dfc000
mmap2(0xb7e41000, 32768, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x45) = 0xb7e41000
mmap2(0xb7e49000, 2404, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e49000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/tls/i686/cmov/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\n\0\000"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9684, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7dfb000
mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7df7000
mmap2(0xb7df9000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7df9000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\31\4"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=929648, ...}) = 0
mmap2(NULL, 956068, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7d0d000
mmap2(0xb7dec000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xde) = 0xb7dec000
mmap2(0xb7df1000, 22180, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7df1000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P4\0\000"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=153424, ...}) = 0
mmap2(NULL, 155776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7ce6000
mmap2(0xb7d0b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0xb7d0b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/libgcc_s.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\34\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=42796, ...}) = 0
mmap2(NULL, 45892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7cda000
mmap2(0xb7ce5000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0xb7ce5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0`\1\000"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1307104, ...}) = 0
mmap2(NULL, 1312164, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7b99000
mmap2(0xb7cd4000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13b) = 0xb7cd4000
mmap2(0xb7cd7000, 9636, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7cd7000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7b98000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7b97000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7b976d0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7cd4000, 4096, PROT_READ) = 0
mprotect(0xb7dec000, 12288, PROT_READ) = 0
munmap(0xb7f00000, 62791) = 0
brk(0) = 0x8070000
brk(0x8091000) = 0x8091000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7f0f000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2586
read(3, "", 4096) = 0
close(3) = 0
munmap(0xb7f0f000, 4096) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_IDENTIFICATION", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=363, ...}) = 0
mmap2(NULL, 363, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f0f000
close(3) = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=25460, ...}) = 0
mmap2(NULL, 25460, PROT_READ, MAP_SHARED, 3, 0) = 0xb7f08000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_MEASUREMENT", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f07000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_TELEPHONE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=51, ...}) = 0
mmap2(NULL, 51, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f06000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_ADDRESS", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
mmap2(NULL, 127, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f05000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_NAME", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=62, ...}) = 0
mmap2(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f04000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_PAPER", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f03000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3) = 0
open("/usr/lib/locale/en_CA.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0
mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f02000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_MONETARY", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=286, ...}) = 0
mmap2(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f01000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_COLLATE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=880094, ...}) = 0
mmap2(NULL, 880094, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ac0000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_TIME", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2451, ...}) = 0
mmap2(NULL, 2451, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f00000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_NUMERIC", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0
mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7abf000
close(3) = 0
open("/usr/lib/locale/en_CA.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_CA.utf8/LC_CTYPE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=238336, ...}) = 0
mmap2(NULL, 238336, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7a84000
close(3) = 0
open("/usr/lib/aspell", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
getdents64(3, /* 105 entries */, 4096) = 4096
access("/usr/lib/aspell/email-filter.info", F_OK) = 0
open("/usr/lib/aspell/email-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=448, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# email filter option file\n\n#Thi"..., 4096) = 448
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/texinfo-filter.info", F_OK) = 0
open("/usr/lib/aspell/texinfo-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=914, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# TeX filter option file\n\n#This "..., 4096) = 914
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/context-filter.info", F_OK) = 0
open("/usr/lib/aspell/context-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=479, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# context filter option file\n\n#T"..., 4096) = 479
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/nroff-filter.info", F_OK) = 0
open("/usr/lib/aspell/nroff-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# sgml filter option file\n\n#This"..., 4096) = 232
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/html-filter.info", F_OK) = 0
open("/usr/lib/aspell/html-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# SGML filter option file\n\nLIB-F"..., 4096) = 475
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/debctrl-filter.info", F_OK) = 0
open("/usr/lib/aspell/debctrl-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# debctrl filter option file\n\n#T"..., 4096) = 237
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
access("/usr/lib/aspell/tex-filter.info", F_OK) = 0
open("/usr/lib/aspell/tex-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# TeX filter option file\n\n#This "..., 4096) = 2123
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
getdents64(3, /* 45 entries */, 4096) = 1792
access("/usr/lib/aspell/sgml-filter.info", F_OK) = 0
open("/usr/lib/aspell/sgml-filter.info", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=446, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
read(4, "# SGML filter option file\n\nLIB-F"..., 4096) = 446
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb7a83000, 4096) = 0
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
open("/usr/share/locale/en_CA/LC_MESSAGES/aspell.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/aspell.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale-langpack/en_CA/LC_MESSAGES/aspell.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en/LC_MESSAGES/aspell.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a83000
write(1, "Usage: aspell [options] <command"..., 34Usage: aspell
[options] <command>
) = 34
write(1, "<command> is one of:\n", 21<command> is one of:
) = 21
write(1, " -?|usage display a bri"..., 49 -?|usage
display a brief usage message
) = 49
write(1, " help display a det"..., 51 help
display a detailed help message
) = 51
write(1, " -c|check <file> to check a fi"..., 35 -c|check <file> to
check a file
) = 35
write(1, " -a|pipe \"ispell -a\" c"..., 50 -a|pipe
"ispell -a" compatibility mode
) = 50
write(1, " [dump] config dumps the cur"..., 61 [dump] config
dumps the current configuration to stdout
) = 61
write(1, " config <key> prints the cu"..., 57 config <key>
prints the current value of an option
) = 57
write(1, " [dump] dicts | filters | modes"..., 33 [dump] dicts |
filters | modes
) = 33
write(1, " lists available dictionaries"..., 58 lists available
dictionaries / filters / filter modes
) = 58
write(1, "[options] is any of the followin"..., 35[options] is any of
the following:
) = 35
write(1, " --encoding=<str> en"..., 63 --encoding=<str>
encoding to expect data to be in
) = 63
write(1, " --mode=<str> fi"..., 42 --mode=<str>
filter mode
) = 42
write(1, " -l,--lang=<str> la"..., 44 -l,--lang=<str>
language code
) = 44
write(1, " -d,--master=<str> ba"..., 70 -d,--master=<str>
base name of the main dictionary to use
) = 70
write(1, " --sug-mode=<str> su"..., 46 --sug-mode=<str>
suggestion mode
) = 46
exit_group(0) = ?
--
Your friend,
Scott
Sent to you from a Linux computer using Ubuntu Version 7.04 (Feisty Fawn)
More information about the ubuntu-users
mailing list