diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-27 22:41:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-27 22:41:45 +0000 |
commit | 95baad629d2b5d9b6b9fd9a49abef2d1f153d49e (patch) | |
tree | baaeab6cb5fe108cfc0a2413e471def754258da9 /lib | |
parent | 0082a1189685f6c92fba9eceafb52763e1d1af1f (diff) |
The .Os macro should not be used in the general text domain.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 3a0f6ca638a..e0a3f432931 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.19 2001/03/11 06:06:08 aaron Exp $ +.\" $OpenBSD: intro.2,v 1.20 2001/03/27 22:41:44 aaron Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -312,7 +312,7 @@ had already been shut down with a previous call. .It Er 59 ETOOMANYREFS Em "Too many references: can't splice" . Not used in -.Os +.Ox . .It Er 60 ETIMEDOUT Em "Operation timed out" . A .Xr connect 2 |