diff options
author | 2010-09-03 09:30:27 +0000 | |
---|---|---|
committer | 2010-09-03 09:30:27 +0000 | |
commit | a2eb159c62fbd0a3c99bcf39f0971f69105cd37d (patch) | |
tree | 028f891b13473b20dd12224bfa1c7cbe42d70eba | |
parent | Rename RCSNUM's fd to rf_fd, complies to other variable names and (diff) | |
download | wireguard-openbsd-a2eb159c62fbd0a3c99bcf39f0971f69105cd37d.tar.xz wireguard-openbsd-a2eb159c62fbd0a3c99bcf39f0971f69105cd37d.zip |
Make 'file' an argument in -f description.
ok jmc@
-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. |