From owner-freebsd-doc@FreeBSD.ORG Sat May 24 20:39:33 2014 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FFF7235 for ; Sat, 24 May 2014 20:39:33 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 168F62B81 for ; Sat, 24 May 2014 20:39:33 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id c9so2053232qcz.5 for ; Sat, 24 May 2014 13:39:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1vcoG1gBIoi1ZLNTzZOeW9h2WmL75g8sDEN0I20RLbw=; b=oi/olrLyL4vbnN2Z8ukZFKfFQJIUwiCjsuEgrjnmdDszQkrqd0IXNRh2p9HWC0jrZn AMO2vjwf8TfQViI9DAJOIBVhNqXSdiaRCMszqIRmmEWZtNGSnH9zHNSyhLGDx1QyNynZ Wdf3e6E+L7FSZ4JpxgIj8vQyqJC4kjra5RAwM8JaAxdIszRamhX3CWNsGxNu+T8Dsgz4 yoCsWZej3ilFVI0R2kTiMHKsqlHJCqjIl1c+D+3T/bKUs2RG8tGRe2dZdjLZfz3gCfEm Rg+XEhjPMhY87sEw1csGzuXxjLR8TftKZcdXsTJ/exve98L0Y8jwBqrD1GksrAB68x46 R7oA== MIME-Version: 1.0 X-Received: by 10.224.129.66 with SMTP id n2mr19465705qas.55.1400963971932; Sat, 24 May 2014 13:39:31 -0700 (PDT) Received: by 10.224.191.201 with HTTP; Sat, 24 May 2014 13:39:31 -0700 (PDT) Date: Sat, 24 May 2014 13:39:31 -0700 Message-ID: Subject: request: help updating TASKQUEUE(9) From: Adrian Chadd To: doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 20:39:33 -0000 Hi, I've just added a new call to taskqueue - taskqueue_start_threads_pinned(). It's like taskqueue_start_threads(), but it takes a cpuid to pin the threads to. Would someone please help me with the manpage markup and wording? Thanks! -a