From: Sascha Wildner Date: Sat, 3 Mar 2007 23:16:54 +0000 (+0000) Subject: Use .Er for errno value and fix typo. X-Git-Tag: v2.0.1~3433 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6ed7b8d356db3e41d0223b1f7a83350164222b57 Use .Er for errno value and fix typo. --- diff --git a/lib/libc/sys/extexit.2 b/lib/libc/sys/extexit.2 index 4e38ded2b4..7e80d73030 100644 --- a/lib/libc/sys/extexit.2 +++ b/lib/libc/sys/extexit.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/extexit.2,v 1.3 2007/03/01 12:57:15 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/extexit.2,v 1.4 2007/03/03 23:16:54 swildner Exp $ .\" .Dd February 24, 2007 .Dt EXTEXIT 2 @@ -93,8 +93,8 @@ function will only return if it was invoked with invalid arguments. In this case, .Va errno will be set to -.Dv EINVAL . -In the case of a successfull invocation, +.Er EINVAL . +In the case of a successful invocation, .Fn extexit will not return. .Pp