diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-08-11 10:30:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-08-11 10:30:17 +0000 |
commit | 65e2c37afce228f07be4dcb6b05ecfce994580bd (patch) | |
tree | 7fa645d88aea982992141f558f20e47d2c20ae1a /share | |
parent | d764b28b422fb12b4e792e2263249a947823e9bf (diff) |
remove libobjc;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/intro.3 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index a46a931515e..dac1bb9a7ad 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.78 2017/04/24 13:58:39 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.79 2017/08/11 10:30:16 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: April 24 2017 $ +.Dd $Mdocdate: August 11 2017 $ .Dt INTRO 3 .Os .Sh NAME @@ -64,9 +64,7 @@ it is not necessary to supply the loader flag for these functions. There are several .Dq libraries -or groups of functions included inside of libc: the standard -.Tn I/O -routines, +or groups of functions included inside of libc: the standard I/O routines, database routines, bit operators, string operators, @@ -235,10 +233,6 @@ wide-character functions. See .Xr menu 3 . .Pp -.It libobjc Pq Fl lobjc -Library for Objective C, an object-oriented superset of ANSI C. -Use this to compile Objective C programs. -.Pp .It libossaudio Pq Fl lossaudio Provides an emulation of the OSS .Pq Linux |