diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-09-09 12:29:32 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-09-09 12:29:32 +0000 |
commit | 27a510e97b03818ff81c4ff05d776a81e196f691 (patch) | |
tree | 94bcf92a6cfddb7f6b1e45aebc6a70eb9fb27568 /misc/mbuffer | |
parent | 247096aa04a6de7073b1511169c3c1e61aa9dbb2 (diff) |
Fix a typo.
Notes
Notes:
svn path=/head/; revision=281511
Diffstat (limited to 'misc/mbuffer')
-rw-r--r-- | misc/mbuffer/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mbuffer/pkg-descr b/misc/mbuffer/pkg-descr index 4ff7ddaf4ba8..ecdbca743065 100644 --- a/misc/mbuffer/pkg-descr +++ b/misc/mbuffer/pkg-descr @@ -1,9 +1,9 @@ -mbuffer is a tool for buffering data streams. It is also a raplacement +mbuffer is a tool for buffering data streams. It is also a replacement for buffer with additional functionality: - display of i/o speed - optional use of memory mapped i/o for huge buffer files -- multithreaded instead of sharedmemory ipc +- multithreaded instead of shared memory ipc - multi-volume support - auto-loader support - network support |