diff options
author | 2001-03-27 22:41:44 +0000 | |
---|---|---|
committer | 2001-03-27 22:41:44 +0000 | |
commit | 5389bd546e576720c582d1f871767ecb30a42bbb (patch) | |
tree | d5d660d351b92c53047050b459802d5dd10654ea /lib/libc/sys | |
parent | Move the boot loader relocation address higher, for full-featured (diff) | |
download | wireguard-openbsd-5389bd546e576720c582d1f871767ecb30a42bbb.tar.xz wireguard-openbsd-5389bd546e576720c582d1f871767ecb30a42bbb.zip |
The .Os macro should not be used in the general text domain.
Diffstat (limited to 'lib/libc/sys')
-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 |