aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger
Commit message (Collapse)AuthorAgeFilesLines
* MFC: 1.13: Avoid starting sentence with lowercase name from .NmGiorgos Keramidas2002-07-151-1/+1
| | | | Notes: svn path=/stable/4/; revision=100038
* The .Nm utilityPhilippe Charnier2002-06-211-5/+5
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: don't use COPTS.Dima Dorfman2001-12-191-1/+1
| | | | Notes: svn path=/stable/4/; revision=88167
* MFC: 1.8: The default facility was not LOG_USER in the -h case.Ruslan Ermilov2001-09-061-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=83152
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-4/+2
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-5/+5
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: IPv6 support for logger.Hajimu UMEMOTO2001-02-183-26/+83
| | | | | | | | | usr.bin/logger/Makefile: 1.1->1.2 usr.bin/logger/logger.1: 1.6->1.8 usr.bin/logger/logger.c: 1.6->1.7 Notes: svn path=/stable/4/; revision=72665
* MFC: Allow logger to send messages directly to a remote syslog.Paul Saab2000-08-082-8/+72
| | | | Notes: svn path=/stable/4/; revision=64373
* MFC: Add DIAGNOSTICS section name and other doc fixes.Paul Saab2000-06-301-4/+3
| | | | Notes: svn path=/stable/4/; revision=62277
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Use err(3).Philippe Charnier1997-07-222-26/+21
| | | | Notes: svn path=/head/; revision=27604
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* unset TZ from the environment so the timestamp gets the system default,Poul-Henning Kamp1996-10-211-0/+1
| | | | | | | | | | | | | which is what syslogd presumably uses too. Notice that the "protocol" is bogus in not defining the timezone. "protocol" because it hardly deserves the name :-) closes bin/1739 Reported by: Stefan Zehl <sec@wg.camelot.de> Notes: svn path=/head/; revision=19075
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+297
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590