diff options
author | lum <lum@cvs.openbsd.org> | 2010-09-03 09:30:28 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2010-09-03 09:30:28 +0000 |
commit | f195a78f3fe24722ab2c8b29fa650aca07c86bf2 (patch) | |
tree | a2775dca614c73b40b43a291e628065890768b36 /usr.bin | |
parent | 974b6bcbfea068b1b5ad87f1e05fda2d78b91b6e (diff) |
Make 'file' an argument in -f description.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/logger/logger.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 11f7cbc289b..400ae2e5c0c 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logger.1,v 1.16 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: logger.1,v 1.17 2010/09/03 09:30:27 lum 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: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt LOGGER 1 .Os .Sh NAME @@ -53,7 +53,8 @@ system log module. The options are as follows: .Bl -tag -width "-f file" .It Fl f Ar file -Log the specified file. +Log the specified +.Ar file . .It Fl i Log the process ID of the logger process with each line. |