summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/shmat.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 16:34:52 +0000
commit62cdcaa268e9ad16b906a817690d3036e0f12eee (patch)
tree8aeda37daf69a55f7b237234fddb55ae594d2322 /lib/libc/sys/shmat.2
parentb907f5fc5abd92ae1ae59cab85c8a350e7b3ec74 (diff)
downloadFreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.zip
FreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.tar.gz
Fix even more spelling errors in some more man pages.
Diffstat (limited to 'lib/libc/sys/shmat.2')
-rw-r--r--lib/libc/sys/shmat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index 587eebc..52fc9a2 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: shmat.2,v 1.1 1995/10/03 19:17:20 joerg Exp $
.\"
.Dd August 2, 1995
.Dt SHMAT 2
@@ -42,7 +42,7 @@
.Fn "shmdt" "void *addr"
.Sh DESCRIPTION
.Fn Shmat
-attaches the shared memory segment identifed by
+attaches the shared memory segment identified by
.Fa shmid
to the calling process's address space. The address where the segment
is attached is determined as follows:
@@ -59,7 +59,7 @@ kernel.
.It
If
.Fa addr
-is nonzero and SHM_RND is not specifed in
+is nonzero and SHM_RND is not specified in
.Fa flag ,
the segment is attached the specified address.
.It
OpenPOWER on IntegriCloud