Module Name: src Committed By: sevan Date: Sun Sep 1 23:57:14 UTC 2019
Modified Files: src/lib/libc/sys: open.2 Log Message: Open was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/sys/open.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/open.2 diff -u src/lib/libc/sys/open.2:1.59 src/lib/libc/sys/open.2:1.60 --- src/lib/libc/sys/open.2:1.59 Mon Nov 13 09:04:57 2017 +++ src/lib/libc/sys/open.2 Sun Sep 1 23:57:14 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: open.2,v 1.59 2017/11/13 09:04:57 wiz Exp $ +.\" $NetBSD: open.2,v 1.60 2019/09/01 23:57:14 sevan Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)open.2 8.2 (Berkeley) 11/16/93 .\" -.Dd November 9, 2017 +.Dd September 2, 2019 .Dt OPEN 2 .Os .Sh NAME @@ -479,4 +479,4 @@ is of concern. An .Fn open function call appeared in -.At v2 . +.At v1 .