diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-02 22:56:14 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-02 22:56:14 +0000 |
commit | 3f44360851448f8816c22f6b72e8dd5c9924c27f (patch) | |
tree | 222ae9ab5d5958e40a1b821506f04bb09d361aea | |
parent | c9514667b277cb6de03e524c822429379408f3ba (diff) | |
download | FreeBSD-src-3f44360851448f8816c22f6b72e8dd5c9924c27f.zip FreeBSD-src-3f44360851448f8816c22f6b72e8dd5c9924c27f.tar.gz |
Document the -i option as being a non-standard extension.
-rw-r--r-- | usr.bin/comm/comm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index c054428..fb1a11e 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -107,6 +107,12 @@ The .Nm utility conforms to .St -p1003.2-92 . +.Pp +The +.Fl i +option is an extension to the +.Tn POSIX +standard. .Sh HISTORY A .Nm |