| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
6bf23913
|
| 26-Feb-2011 |
Remko Lodder <remko@FreeBSD.org> |
Not only had I included a syntax / style error, nice.3 is also deprecated.
|
| #
f0d789ac
|
| 25-Feb-2011 |
Remko Lodder <remko@FreeBSD.org> |
Revert the commit that I made, there is a lot of discussion and it's not accurate anyway
Requested by: jb, bde
|
| #
71e4f659
|
| 24-Feb-2011 |
Remko Lodder <remko@FreeBSD.org> |
Add wording about the priority range and mention what effect this has at certain values.
PR: 124469 Obtained from: NetBSD nice.1 v1.14 MFC after: 1 week
|
| #
da52b4ca
|
| 11-Dec-2010 |
Joel Dahl <joel@FreeBSD.org> |
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $F
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
show more ...
|
| #
6c7216df
|
| 18-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
| #
a866e170
|
| 17-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Added the EXIT STATUS section where appropriate.
|
| #
57bd0fc6
|
| 27-Dec-2002 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
english(4) police.
|
| #
525b0bc8
|
| 23-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document the fairly obvious effect of the PATH environment variable.
|
| #
c8c46b43
|
| 23-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Make the Examples section consistent with the rest of the system manual pages: description of command first, then command as typed (no shell prompt) using Dl macro.
|
| #
e561f2b4
|
| 03-Jun-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Correct History: nice(1) appeared in V4.
|
| #
7e91d5f9
|
| 12-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Support the SUSv3 -n option and the "--" end of options marker. Replace "command" with "utility" in the manual page & source to be more consistent with the terminology used in the standard, and to hi
Support the SUSv3 -n option and the "--" end of options marker. Replace "command" with "utility" in the manual page & source to be more consistent with the terminology used in the standard, and to hint that shell builtin commands won't work.
Submitted by: Peter Avalos <pavalos@theshell.com> (partially) Approved by: mike
show more ...
|
| #
c17fd4b5
|
| 10-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
According to POSIX, exit status must be 127 if the requested utility was not found, 126 if the execvp() failed for any other reason.
Similar to rev. 1.6 to src/usr.bin/env/env.c
Reviewed by: mike
|
| #
e8937ba0
|
| 20-Apr-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Use `The .Nm utility'
|
| #
f247324d
|
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
| #
62500372
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
70d51341
|
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
| #
7e812edf
|
| 29-Nov-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Fix a typo and a punctuation mistake, the two of which conspired against the reader.
|