diff options
-rw-r--r-- | usr.bin/logger/logger.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 321adf825bd..4e8721f8d9f 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logger.1,v 1.19 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: logger.1,v 1.20 2012/02/28 20:40:58 jmc Exp $ .\" $NetBSD: logger.1,v 1.4 1994/12/22 06:26:59 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: February 28 2012 $ .Dt LOGGER 1 .Os .Sh NAME @@ -53,7 +53,7 @@ system log module. The options are as follows: .Bl -tag -width "-f file" .It Fl f Ar file -Log the specified +Log to the specified .Ar file . .It Fl i Log the process ID of the logger process |