diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
commit | 18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch) | |
tree | 0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /lib/libc/sys/open.2 | |
parent | bd3846209995d875b04576fcb40766bbc82c16c6 (diff) |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 7176387382d..fc871e9800b 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.8 1999/05/16 19:55:32 alex Exp $ +.\" $OpenBSD: open.2,v 1.9 1999/05/23 14:10:55 aaron Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -36,7 +36,7 @@ .\" .Dd November 16, 1993 .Dt OPEN 2 -.Os BSD 4 +.Os .Sh NAME .Nm open .Nd open or create a file for reading or writing |