diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-02-22 20:14:57 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-02-22 20:14:57 +0000 |
commit | fedb6e57676bd54f6ac8d1afba35cf3aab77e107 (patch) | |
tree | 29dc82ae60b657af36f62ab8cc77822d396dc108 /textproc/ispell/files/patch-ispell.1X | |
parent | Update to 1.0.20. (diff) |
Provide a limited compatibility with the Unix spell command.
Approved by: jmz
Diffstat (limited to 'textproc/ispell/files/patch-ispell.1X')
-rw-r--r-- | textproc/ispell/files/patch-ispell.1X | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-ispell.1X b/textproc/ispell/files/patch-ispell.1X new file mode 100644 index 000000000000..2c9158f903f7 --- /dev/null +++ b/textproc/ispell/files/patch-ispell.1X @@ -0,0 +1,53 @@ +--- ispell.1X.orig Wed Jul 25 17:51:46 2001 ++++ ispell.1X Sat Feb 22 14:51:32 2003 +@@ -106,7 +106,7 @@ + .\" + .TH ISPELL 1 local + .SH NAME +-ispell, buildhash, munchlist, findaffix, tryaffix, icombine, ijoin \- Interactive ++ispell, spell, buildhash, munchlist, findaffix, tryaffix, icombine, ijoin \- Interactive + spelling checking + .SH SYNOPSIS + .B ispell +@@ -148,6 +148,11 @@ + .br + .B ispell + .BR \-v [ v ] ++.br ++.B ispell ++.BR \-u ++.RB [ files ] ++.br + .IP \fIcommon-flags\fP: + .RB [ \-t ] + .RB [ \-n ] +@@ -174,6 +179,9 @@ + .RB [ \-F + .IR program ] + .PP ++.B spell ++.RB [ files ] ++.PP + .B buildhash + .RB [ \-s ] + .I +@@ -737,6 +745,19 @@ + or "list" option to + .I ispell + is used to produce a list of misspelled words from the standard input. ++.PP ++The ++.B \-u ++option to ++.I ispell ++provides backwards compatibility with the Unix spell command. ++When ++.I ispell ++is invoked as ++.I spell ++the ++.B \-u ++option is implied. + .PP + The + .B \-a |