fix <> string names

This commit is contained in:
ross 2002-02-10 01:21:38 +00:00
parent 3101b620cc
commit 930fd2d1bf
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sysctl.3,v 1.88 2002/02/07 09:24:04 ross Exp $ .\" $NetBSD: sysctl.3,v 1.89 2002/02/10 01:21:38 ross Exp $
.\" .\"
.\" Copyright (c) 1993 .\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -42,8 +42,8 @@
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include \*(ltsys/param.h\*(gt .Fd #include \*[Lt]sys/param.h\*[Gt]
.Fd #include \*(ltsys/sysctl.h\*(gt .Fd #include \*[Lt]sys/sysctl.h\*[Gt]
.Ft int .Ft int
.Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" .Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"
.Sh DESCRIPTION .Sh DESCRIPTION
@ -1431,7 +1431,7 @@ for more details.
.Sh CTL_VENDOR .Sh CTL_VENDOR
The "vendor" toplevel name is reserved to be used by vendors who wish to The "vendor" toplevel name is reserved to be used by vendors who wish to
have their own private MIB tree. Intended use is to store values under have their own private MIB tree. Intended use is to store values under
.Dq vendor.\*(ltyourname\*(gt.* . .Dq vendor.\*[Lt]yourname\*[Gt].* .
.Sh RETURN VALUES .Sh RETURN VALUES
If the call to If the call to
.Nm .Nm