diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-14 10:37:21 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-14 10:37:21 +0000 |
commit | 38fd4ed96d4252a0b1090f40179458b6fb1caec4 (patch) | |
tree | 0368e89883ddc810d49417ced15a75803deff264 /usr.bin/sed | |
parent | b7543693c82bcfa5c7527095e83634e79eb41d1c (diff) | |
download | FreeBSD-src-38fd4ed96d4252a0b1090f40179458b6fb1caec4.zip FreeBSD-src-38fd4ed96d4252a0b1090f40179458b6fb1caec4.tar.gz |
Document the -E and -a options as being extensions.
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index dfc8a40..5ac28f5 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -535,10 +535,13 @@ utility is expected to be a superset of the specification. .Pp The +.Fl E , +.Fl a +and .Fl i -option is a non-standard +options are non-standard .Fx -extension and may not be available on other operating systems. +extensions and may not be available on other operating systems. .Sh HISTORY A .Nm |