diff options
| author | lukem <lukem@NetBSD.org> | 2009-05-01 09:47:26 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2009-05-01 09:47:26 +0000 |
| commit | 24c7ea10dac4ff9e62ee28cd2d092e10bc128dd0 (patch) | |
| tree | 5b9efaebfb61a9549abe8e106f2ec50fa58b1ffd /libexec/ftpd | |
| parent | 287d5dd11d7f51926d18c2b272c152692e83ca46 (diff) | |
Simplify the example command used to extract a wu-ftpd compatible xferlog.
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 5bee2f13b4f..e4aac24f572 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpd.8,v 1.83 2009/03/15 08:07:22 joerg Exp $ +.\" $NetBSD: ftpd.8,v 1.84 2009/05/01 09:47:26 lukem Exp $ .\" .\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,7 +56,7 @@ .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" -.Dd September 21, 2008 +.Dd May 1, 2009 .Dt FTPD 8 .Os .Sh NAME @@ -278,8 +278,7 @@ style .Pa xferlog file suitable for input into a third-party log analysis tool with a command similar to: -.Dl "grep 'xferlog: ' /var/log/xferlog | \e" -.Dl "\ \ \ sed -e 's/^.*xferlog: //' \*[Gt] wuxferlog" +.Dl "sed -ne 's/^.*xferlog: //p' /var/log/xferlog \*[Gt] wuxferlog" .El .Pp The file |
