Deleted Added
full compact
logger.1 (160957) logger.1 (162792)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)logger.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)logger.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/logger/logger.1 160957 2006-08-03 20:43:51Z bms $
33.\" $FreeBSD: head/usr.bin/logger/logger.1 162792 2006-09-29 15:20:48Z ru $
34.\"
35.Dd August 2, 2006
36.Dt LOGGER 1
37.Os
38.Sh NAME
39.Nm logger
40.Nd make entries in the system log
41.Sh SYNOPSIS

--- 42 unchanged lines hidden (view full) ---

84.Ar host
85instead of logging it locally.
86.It Fl P Ar port
87Send the message to the specified
88.Ar port
89number on a remote system,
90which can be specified as a service name
91or as a decimal number.
34.\"
35.Dd August 2, 2006
36.Dt LOGGER 1
37.Os
38.Sh NAME
39.Nm logger
40.Nd make entries in the system log
41.Sh SYNOPSIS

--- 42 unchanged lines hidden (view full) ---

84.Ar host
85instead of logging it locally.
86.It Fl P Ar port
87Send the message to the specified
88.Ar port
89number on a remote system,
90which can be specified as a service name
91or as a decimal number.
92The default is ``syslog''.
92The default is
93.Dq Li syslog .
93If an unknown service name is used,
94.Nm
95prints a warning and falls back to port 514.
96.It Fl p Ar pri
97Enter the message with the specified priority.
98The priority may be specified numerically or as a ``facility.level''
99pair.
100For example, ``\-p local3.info'' logs the message(s) as

--- 31 unchanged lines hidden ---
94If an unknown service name is used,
95.Nm
96prints a warning and falls back to port 514.
97.It Fl p Ar pri
98Enter the message with the specified priority.
99The priority may be specified numerically or as a ``facility.level''
100pair.
101For example, ``\-p local3.info'' logs the message(s) as

--- 31 unchanged lines hidden ---