diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
commit | da024d08640ec7bd74b5283712b0f2a1b09bf53e (patch) | |
tree | be577cb67939587578554ad352c8d88f488711b3 /usr.bin/logger/logger.1 | |
parent | 277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff) |
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/logger/logger.1')
-rw-r--r-- | usr.bin/logger/logger.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 8962e72e1f5..d13fd5ebd19 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: logger.1,v 1.13 2007/03/15 23:12:12 jmc Exp $ +.\" $OpenBSD: logger.1,v 1.14 2007/05/30 04:41:34 jmc Exp $ .\" $NetBSD: logger.1,v 1.4 1994/12/22 06:26:59 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -95,6 +95,11 @@ $ logger -p local0.notice -t HOSTIDM -f /dev/idmc .Xr syslogd 8 .Sh STANDARDS The -.Nm logger -utility conforms to -.St -p1003.2-92 . +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl ifpst +are extensions to that specification. |