diff options
author | 2013-06-05 17:35:12 +0000 | |
---|---|---|
committer | 2013-06-05 17:35:12 +0000 | |
commit | 889d88f8b83e53f323c335bbad5a59945b0381e9 (patch) | |
tree | df74482e6f0d517af37554d63e50ca5c0516612f | |
parent | If an ICMP packet gets diverted to a raw IP socket, if must not be (diff) | |
download | wireguard-openbsd-889d88f8b83e53f323c335bbad5a59945b0381e9.tar.xz wireguard-openbsd-889d88f8b83e53f323c335bbad5a59945b0381e9.zip |
-f reads from the file, based on patch from andre stoebe
-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 4e8721f8d9f..5ba821f8e65 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logger.1,v 1.20 2012/02/28 20:40:58 jmc Exp $ +.\" $OpenBSD: logger.1,v 1.21 2013/06/05 17:35:12 tedu 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 28 2012 $ +.Dd $Mdocdate: June 5 2013 $ .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 to the specified +Read from the specified .Ar file . .It Fl i Log the process ID of the logger process |