From owner-freebsd-current Sat May 20 01:36:08 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18989 for current-outgoing; Sat, 20 May 1995 01:36:08 -0700 Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA18982 for ; Sat, 20 May 1995 01:36:04 -0700 Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.6.10/8.6.4) with ESMTP id KAA00485 for ; Sat, 20 May 1995 10:36:02 +0200 Message-Id: <199505200836.KAA00485@lirmm.lirmm.fr> To: current@FreeBSD.org Subject: typo: sysctl.3 Date: Sat, 20 May 1995 10:35:59 +0200 From: "Philippe Charnier" Sender: current-owner@FreeBSD.org Precedence: bulk Hello, the first change is needed for examples (later in the man page) to compile without problem. Index: sysctl.3 =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/lib/libc/gen/sysctl.3,v retrieving revision 1.3 diff -u -r1.3 sysctl.3 --- 1.3 1994/10/18 03:42:18 +++ sysctl.3 1995/05/20 00:56:46 @@ -38,6 +38,7 @@ .Nm sysctl .Nd get or set system information .Sh SYNOPSIS +.Fd #include .Fd #include .Ft int .Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" @@ -51,7 +52,7 @@ consists of integers, strings, and tables. Information may be retrieved and set from the command interface using the -.Xr sysctl 1 +.Xr sysctl 8 utility. .Pp Unless explicitly noted below, -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------