Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 1996 21:24:35 -0700 (PDT)
From:      John-Mark Gurney <jmg@nike.efn.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jmg@nike.efn.org
Subject:   docs/1874: misspelled word in open(2) man page
Message-ID:  <199610240424.VAA01028@nike.efn.org>
Resent-Message-ID: <199610240440.VAA11231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <j_mini@efn.org>
	

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610240424.VAA01028>