make sense, s/the the/with the/
This commit is contained in:
parent
ea9e4b3733
commit
559e4d0905
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: compile_et.1,v 1.2 2008/04/30 13:11:00 martin Exp $
|
||||
.\" $NetBSD: compile_et.1,v 1.3 2009/12/08 09:45:15 mbalmer Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -81,7 +81,7 @@ specifies the base value of error codes the table.
|
|||
.Pp
|
||||
The name of the table is used to construct the name of a function
|
||||
.Fn initialize_<name>_error_table
|
||||
which must be called to register the error table the the
|
||||
which must be called to register the error table with the
|
||||
.Xr com_err 3
|
||||
library. A re-entrant (thread-safe) version called
|
||||
.Fn initialize_<name>_error_table_r
|
||||
|
|
Loading…
Reference in New Issue