diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 23:45:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 23:45:47 +0000 |
commit | 833ee1a4cc63c10072287bc0147352bcf439b5dd (patch) | |
tree | 3613eb0dac3f257df22a25c5a08d65ad6eebbbd5 /databases/db/files/patch-db.1 | |
parent | Assume maintainership. (diff) |
Remove options for -X, which is not possible on FreeBSD system.
Submitted by: edwin@mavetju.org
Notes
Notes:
svn path=/head/; revision=97141
Diffstat (limited to 'databases/db/files/patch-db.1')
-rw-r--r-- | databases/db/files/patch-db.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/db/files/patch-db.1 b/databases/db/files/patch-db.1 new file mode 100644 index 000000000000..49c5916501ec --- /dev/null +++ b/databases/db/files/patch-db.1 @@ -0,0 +1,26 @@ +--- db.1.orig Sat Jan 3 10:42:58 2004 ++++ db.1 Sat Jan 3 10:44:30 2004 +@@ -67,8 +67,6 @@ + .Op Fl T Ar str + .Ek + .Bk -words +-.Op Fl X Ar str +-.Ek + .Ar type + .Ar database + .Bk -words +@@ -264,14 +262,6 @@ + . + .It Fl V + Display value. +-. +-.It Fl X Ar str +-When encoding items with +-.Fl S +-option also encode characters in +-.Ar str , +-per +-.Xr svis 3 . + . + .El + .Pp |