Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. | ssouhlal | 2007-07-04 | 1 | -2/+10 |
| | | | | | | | | | For example, sed /foo/Id sed s/foo/bar/Ig Reviewed by: dds Approved by: re (hrs) | ||||
* | Don't forget to bump document date after changing the content. | yar | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | Change the semantics of -i (in-place editing) so that it treats | yar | 2007-04-21 | 1 | -7/+53 |
| | | | | | | | | | | | | | | | | | each file independently from other files. The new semantics are desired in the most of practical cases, e.g.: delete lines 5-9 from each file. Keep the previous semantics of -i under a new option, -I, which uses a single continuous address space covering all files to edit in-place -- they are too cool to just drop them. Add regression tests for -i and -I. Approved by: dds Compared with: GNU sed Discussed on: -hackers MFC after: 2 weeks | ||||
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -1/+1 |
| | | | | Approved by: re (blanket) | ||||
* | Add option -l, to make output line buffered. | glebius | 2005-05-10 | 1 | -2/+4 |
| | | | | | | PR: bin/78692 Submitted by: Eugene Grosbein MFC after: 2 weeks | ||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -5/+3 |
| | |||||
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 1 | -4/+0 |
| | | | | | | software (original contributor). Reviewed by: imp | ||||
* | Document the limitation that multibyte characters cannot be used as | tjr | 2004-07-17 | 1 | -1/+6 |
| | | | | delimiters with the 's' and 'y' commands. | ||||
* | Document the -E and -a options as being extensions. | tjr | 2004-07-14 | 1 | -2/+5 |
| | |||||
* | Update BUGS section to reflect current state of multibyte character support. | tjr | 2004-07-14 | 1 | -4/+11 |
| | |||||
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
| | | | | by POSIX. | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -7/+14 |
| | |||||
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Avoid using .Nm at the start of the sentence. | charnier | 2004-01-04 | 1 | -3/+2 |
| | |||||
* | Fixed .Nm element, updated HISTORY section, added AUTHORS section. | dds | 2003-07-22 | 1 | -2/+6 |
| | | | | | Reviewed by: schweikh (mentor) MFC after: 2 weeks | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -6/+3 |
| | | | | Approved by: re | ||||
* | Sort sections, and refer to sed as a utility, not a function. | tjr | 2002-06-25 | 1 | -6/+6 |
| | |||||
* | Refer to environ(7) for description of COLUMNS instead of describing it | tjr | 2002-06-10 | 1 | -10/+9 |
| | | | | in-line. Document effects of locale environment variables in the same way. | ||||
* | The 10 occurrence limit for the `s' command documented here has not existed | tjr | 2002-06-10 | 1 | -3/+4 |
| | | | | for a very long time (or never did exist). | ||||
* | Newlines are not escaped anymore. | tjr | 2002-06-10 | 1 | -2/+0 |
| | |||||
* | Document the fact that the `l' command uses the COLUMNS environment | tjr | 2002-06-04 | 1 | -0/+13 |
| | | | | variable (SUSv3) | ||||
* | mdoc(7) police: typo in .Dd. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Add handling for any nil-length string passed to -i for the backup extension. | jmallett | 2002-05-07 | 1 | -0/+7 |
| | | | | Add a note that this is kinda-sorta dangerous to the manual page. | ||||
* | Add a -i option to sed(1) to do inplace editing, to give us an alternative to | jmallett | 2002-05-07 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | Perl for such things. The key difference to Perl is that a backup extension *MUST* be specified, because on one hand it isn't recommended to have options which optionally take a parameter, and on the other hand, it'd be slightly unpleasent to implement proper handling for that. The difference between this and the version posted to developers@ is that it does handle multiple files in argv after the getopt(3) handling "correctly", in that the inplace editing-specific code has been moved out to a function, and that function is used beyond the first file in our linked list. This option has been documented as FreeBSD-specific in the manpage. Reviewed by: developers@ (got feedback from: des, fanf, sobomax, roberto, obrien) MFC after: 1 week | ||||
* | Remove duplicated text. | keramida | 2002-04-21 | 1 | -2/+1 |
| | | | | | | PR: docs/37287 Submitted by: Tony Finch <dot@dotat.at> MFC after: 3 days | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -12/+4 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -36/+33 |
| | |||||
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -3/+3 |
| | |||||
* | Fix a couple hard sentence breaks I inadvertently introduced. Also, | green | 2000-03-20 | 1 | -7/+9 |
| | | | | | | update a bit of English into something easier to read. Prompted by: sheldonh (thanks!) | ||||
* | Add a new flag: -E enables "extended" regular expressions. | green | 2000-03-19 | 1 | -5/+13 |
| | |||||
* | PR: 10850 | unfurl | 2000-02-15 | 1 | -6/+10 |
| | | | | Submitted by: Scott Hazen Mueller <scott@zorch.sf-bay.org> | ||||
* | Escape the ':' so that is actually makes it into the double quotes. | steve | 1999-12-29 | 1 | -1/+1 |
| | | | | | PR: 15775 Submitted by: Martin Kammerhofer <mkamm@gmx.net> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Remove local redefinition for err(). Add usage(). | charnier | 1997-08-11 | 1 | -13/+13 |
| | |||||
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
| | | | | manpage is being viewed. | ||||
* | Add a missing '\' to some text. | mpp | 1997-03-12 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD-bugs mailing list PR# 3321 | ||||
* | Submitted by: Philippe Charnier | ats | 1994-12-01 | 1 | -1/+1 |
| | | | | Fixed a little typo: lable -> label. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+514 |