diff options
author | 2007-05-29 15:17:54 +0000 | |
---|---|---|
committer | 2007-05-29 15:17:54 +0000 | |
commit | 8d7df9c085b31940f4d2495aa07f0b42e7b9a0f9 (patch) | |
tree | ddef9bce63434c13179ebf8a07454f435df9c245 | |
parent | - consistent STANDARDS blurb (diff) | |
download | wireguard-openbsd-8d7df9c085b31940f4d2495aa07f0b42e7b9a0f9.tar.xz wireguard-openbsd-8d7df9c085b31940f4d2495aa07f0b42e7b9a0f9.zip |
note some flags which differ in behaviour from posix;
suggested by millert
-rw-r--r-- | bin/df/df.1 | 7 | ||||
-rw-r--r-- | bin/ls/ls.1 | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index a28ee0c7f20..3e0fb12622c 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.39 2007/05/29 15:04:59 jmc Exp $ +.\" $OpenBSD: df.1,v 1.40 2007/05/29 15:17:54 jmc Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -155,6 +155,11 @@ specification. The flags .Op Fl hiln are extensions to that specification. +.Pp +Behaviour for the +.Fl t +flag differs between this implementation and +.St -p1003.1-2004 . .Sh HISTORY A .Nm diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 5ec2c9bd7dc..e0e1c383ddd 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.50 2007/05/29 15:04:59 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.51 2007/05/29 15:17:54 jmc Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -485,6 +485,11 @@ files and the meaning of the flag has been changed in order to be compatible with the .St -p1003.1-2004 specification. +.Pp +Behaviour for the +.Fl o +flag differs between this implementation and +.St -p1003.1-2004 . .Sh HISTORY An .Nm |