aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/nice.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b2c76c41be32)
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314436
* mdoc: remove end of line whitespaceBaptiste Daroussin2015-04-261-1/+1
| | | | Notes: svn path=/head/; revision=282008
* nice(): Put back old return value, keeping [EPERM] error.Jilles Tjoelker2015-02-281-7/+12
| | | | | | | | | | | | | | Commit r279154 changed the API and ABI significantly, and {NZERO} is still wrong. Also, preserve errno on success instead of setting it to 0. PR: 189821 Reported by: bde Relnotes: yes Notes: svn path=/head/; revision=279397
* nice(): Correct return value and [EPERM] error.Jilles Tjoelker2015-02-221-1/+24
| | | | | | | | | PR: 189821 Obtained from: NetBSD Relnotes: yes Notes: svn path=/head/; revision=279154
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+2
| | | | Notes: svn path=/head/; revision=81285
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-301-1/+1
| | | | Notes: svn path=/head/; revision=67967
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-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 Notes: svn path=/head/; revision=48794
* Need to #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
| | | | | | | | PR: 5782 Submitted by: David Malone <dwmalone@maths.tcd.ie> Notes: svn path=/head/; revision=33578
* Fixed missing function types in synopsis.Bruce Evans1997-03-191-0/+1
| | | | Notes: svn path=/head/; revision=24006
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21907
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+67
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573