From db71f2e2a55d42a471c565fd9d89fc41bbe61258 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 Aug 2006 16:26:04 +0000 Subject: [PATCH] tfix --- man2/futex.2 | 2 +- man3/argz_add.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index 9cac63154..f872a5ac2 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -201,7 +201,7 @@ given here was introduced in Linux 2.5.40. In Linux 2.5.70 one parameter was added. In Linux 2.6.7 a sixth parameter was added \(em messy, especially on the s390 architecture. .SH "CONFORMING TO" -This system call is Minux specific. +This system call is Linux specific. .SH "SEE ALSO" .PP .BR futex (7), diff --git a/man3/argz_add.3 b/man3/argz_add.3 index 4828db47e..7e78b3563 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -202,7 +202,7 @@ All argz functions that do memory allocation have a return type of if an allocation error occurs. .SH BUGS Argz vectors without a terminating null byte may lead to Segmentation Faults. -.SH CONFORMINT TO +.SH CONFORMING TO These functions are a GNU extension. Handle with care. .SH "SEE ALSO" .BR envz (3)