From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31424 invoked by alias); 23 Feb 2013 22:56:07 -0000 Received: (qmail 31407 invoked by uid 22791); 23 Feb 2013 22:56:06 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mta-out.inet.fi (HELO kirsi1.inet.fi) (195.156.147.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Feb 2013 22:55:56 +0000 Received: from sauna (84.248.66.131) by kirsi1.inet.fi (8.5.140.03) id 51292B7F0000BD9E; Sun, 24 Feb 2013 00:55:55 +0200 Received: from lindi by sauna with local (Exim 4.72) (envelope-from ) id 1U9O0Z-0007YR-Cr; Sun, 24 Feb 2013 00:55:55 +0200 From: Timo Juhani Lindfors To: systemtap@sourceware.org Cc: Timo Juhani Lindfors Subject: [PATCH 2/8] man stap.1: fix typo Date: Sat, 23 Feb 2013 22:56:00 -0000 Message-Id: <1361660152-29009-2-git-send-email-timo.lindfors@iki.fi> In-Reply-To: <1361660152-29009-1-git-send-email-timo.lindfors@iki.fi> References: <1361660152-29009-1-git-send-email-timo.lindfors@iki.fi> X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00174.txt.bz2 --- man/stap.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/stap.1 b/man/stap.1 index fcf86c0..be0aafd 100644 --- a/man/stap.1 +++ b/man/stap.1 @@ -436,7 +436,7 @@ Note that .IR \-\-list\-servers uses the .IR avahi\-daemon -service to detect online servers. If this service is not avaiable, then +service to detect online servers. If this service is not available, then .IR \-\-list\-servers will fail to detect any .IR online -- 1.7.2.5