diff options
Diffstat (limited to 'lib/libc/compat-43/gethostid.3')
-rw-r--r-- | lib/libc/compat-43/gethostid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3 index 4fc2d411a29..47773f9e1f0 100644 --- a/lib/libc/compat-43/gethostid.3 +++ b/lib/libc/compat-43/gethostid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: gethostid.3,v 1.8 2000/04/18 02:31:31 aaron Exp $ +.\" $OpenBSD: gethostid.3,v 1.9 2003/05/30 11:56:45 jmc Exp $ .\" .Dd June 2, 1993 .Dt GETHOSTID 3 @@ -64,8 +64,6 @@ The hostid should be set or retrieved by use of .Xr gethostname 3 , .Xr sysctl 3 , .Xr sysctl 8 -.Sh BUGS -32 bits for the identifier is too small. .Sh HISTORY The .Fn gethostid @@ -75,3 +73,5 @@ syscalls appeared in .Bx 4.2 and were dropped in .Bx 4.4 . +.Sh BUGS +32 bits for the identifier is too small. |