From patchwork Fri May 6 07:54:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rical Jasan X-Patchwork-Id: 619204 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r1Q1g44Z5z9s9c for ; Fri, 6 May 2016 18:29:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=xvaioKTS; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=O7pn1 lNfbqfEdVZXZiebKu+S8fTOhRZTfOH+mvvcLstgS/PpoRuZd2K7TU0FhhTos9aO8 PZDa4VHFvTOR6GbS07YB8rhh2adk1DJrjOsqDR58b4QMMOFaR9yrfwC2+IZq09pO kPliVET2EwCWvr1zY4eJ8NhlQJCR4J60U7gj0A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-type; s=default; bh=ph+2oyRBp8e ukE4K0LnRyd25BA8=; b=xvaioKTSWqiwEKjFvzUGimdiwkDXMf8SGsU8Y+SZRof WpiNBE0jgDPuuBsyFSvhitUqT069xLUv+jSo6oK8IyAealwJjL5B4e1mpyzp0Vby bhnAt1ai34NciXk8LqmAVKUAZlXXk6V9nFslOLp+9pvv/dwmHZVJlHIYBCZ1oirA = Received: (qmail 103273 invoked by alias); 6 May 2016 08:29:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 103262 invoked by uid 89); 6 May 2016 08:29:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=administrator X-HELO: mail.pacific.net From: ricaljasan@pacific.net To: libc-alpha@sourceware.org Subject: [PATCH 16/37] Manual typos: Syslog Date: Fri, 6 May 2016 00:54:44 -0700 Message-Id: <1462521305-19409-17-git-send-email-ricaljasan@pacific.net> In-Reply-To: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net> References: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net> MIME-Version: 1.0 X-Null-Tag: fafee0017f00a15209155e098f1df055 2016-05-06 Rical Jasan * manual/syslog.texi: Fix typos in the manual. --- manual/syslog.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/syslog.texi b/manual/syslog.texi index a08e103..7fa0708 100644 --- a/manual/syslog.texi +++ b/manual/syslog.texi @@ -89,7 +89,7 @@ more meaning than the system administrator gives to it. @item priority This tells how important the content of the message is. Examples of -defined priority values are: debug, informational, warning, critical. +defined priority values are: debug, informational, warning, and critical. For the complete list, see @ref{syslog; vsyslog}. Except for the fact that the priorities have a defined order, the meaning of each of these priorities is entirely determined by the system administrator. @@ -257,7 +257,7 @@ If any other bit in @var{options} is on, the result is undefined. @var{facility} is the default facility code for this connection. A @code{syslog} on this connection that specifies default facility causes this facility to be associated with the message. See @code{syslog} for -possible values. A value of zero means the default default, which is +possible values. A value of zero means the default, which is @code{LOG_USER}. If a Syslog connection is already open when you call @code{openlog},