From owner-freebsd-bugs Wed Oct 23 21:40:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA11271 for bugs-outgoing; Wed, 23 Oct 1996 21:40:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA11231; Wed, 23 Oct 1996 21:40:05 -0700 (PDT) Resent-Date: Wed, 23 Oct 1996 21:40:05 -0700 (PDT) Resent-Message-Id: <199610240440.VAA11231@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gurney_j@efn.org Received: from nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA11088 for ; Wed, 23 Oct 1996 21:37:47 -0700 (PDT) Received: (from jmg@localhost) by nike.efn.org (8.7.5/8.7.3) id VAA01028; Wed, 23 Oct 1996 21:24:35 -0700 (PDT) Message-Id: <199610240424.VAA01028@nike.efn.org> Date: Wed, 23 Oct 1996 21:24:35 -0700 (PDT) From: John-Mark Gurney Reply-To: gurney_j@efn.org To: FreeBSD-gnats-submit@freebsd.org Cc: jmg@nike.efn.org X-Send-Pr-Version: 3.2 Subject: docs/1874: misspelled word in open(2) man page Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1874 >Category: docs >Synopsis: automatically misspelled in open(2) man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 23 21:40:02 PDT 1996 >Last-Modified: >Originator: John-Mark Gurney >Organization: Cu Networking >Release: FreeBSD 2.2-960801-SNAP i386 >Environment: just relative to current >Description: automatically is misspelled in open(2) man page Pointed out by: Jonathan Mini >How-To-Repeat: man 2 open /automati not found but: /atoma is... >Fix: Index: open.2 =================================================================== RCS file: /usr/cvs/src/lib/libc/sys/open.2,v retrieving revision 1.4 diff -c -r1.4 open.2 *** open.2 1996/08/22 23:28:48 1.4 --- open.2 1996/10/24 04:01:12 *************** *** 74,81 **** O_CREAT create file if it does not exist O_TRUNC truncate size to 0 O_EXCL error if create and file exists ! O_SHLOCK atomically obtain a shared lock ! O_EXLOCK atomically obtain an exclusive lock .Ed .Pp Opening a file with --- 74,81 ---- O_CREAT create file if it does not exist O_TRUNC truncate size to 0 O_EXCL error if create and file exists ! O_SHLOCK automatically obtain a shared lock ! O_EXLOCK automatically obtain an exclusive lock .Ed .Pp Opening a file with >Audit-Trail: >Unformatted: