diff options
author | 2001-05-03 21:12:25 +0000 | |
---|---|---|
committer | 2001-05-03 21:12:25 +0000 | |
commit | e96f2db249a150f2fd0c8709cd79c21dfef487d3 (patch) | |
tree | 6ba010cf748cbde19a0779087200f9a6eb915407 | |
parent | linux_lib -> redhat_base; pointed out by deraadt@ (diff) | |
download | wireguard-openbsd-e96f2db249a150f2fd0c8709cd79c21dfef487d3.tar.xz wireguard-openbsd-e96f2db249a150f2fd0c8709cd79c21dfef487d3.zip |
fix typo; isaki@par.odn.ne.jp
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 04ce723ee89..bd02a79de81 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.12 2000/04/16 01:53:15 deraadt Exp $ +.\" $OpenBSD: syslogd.8,v 1.13 2001/05/03 21:12:25 deraadt Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -131,7 +131,7 @@ The message sent to should consist of a single line. The message can contain a priority code, which should be a preceding decimal number in angle braces, for example, -.Dq Aq 5. . +.Dq Aq 5 . This priority code should map into the priorities defined in the include file .Aq Pa sys/syslog.h . |