diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-12-25 20:50:58 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-12-25 20:50:58 +0000 |
commit | d44319e4263e8be02c70a876cdfc19b379946bf8 (patch) | |
tree | 0f79233d13959c1cb6cc9e6984e066df75fe263c /share/man | |
parent | 07c1644edfdda2ebcefab420884109702b609f88 (diff) |
initialiases -> initialises
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/bufq_init.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bufq_init.9 b/share/man/man9/bufq_init.9 index 954397f3707..cc9c5a033bb 100644 --- a/share/man/man9/bufq_init.9 +++ b/share/man/man9/bufq_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bufq_init.9,v 1.5 2015/09/14 15:14:55 schwarze Exp $ +.\" $OpenBSD: bufq_init.9,v 1.6 2015/12/25 20:50:57 bentley Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: December 25 2015 $ .Dt BUFQ_INIT 9 .Os .Sh NAME @@ -58,7 +58,7 @@ It is the responsibility of the disk device driver to provide pre-allocated bufq structures. .Pp .Fn bufq_init -initialiases the +initialises the .Fa bufq structure and allocates any state required by the scheduling algorithm by the |