Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | Add support for the -L and -P options. | Philip Guenther | |
Based on a patch from Kent R. Spillner (kspillner (at) acm.org) ok jmc@ millert@ | |||
2011-07-26 | Document system calls that optionally traverse symlinks. | Matthew Dempsky | |
2011-03-02 | grammar fix: from David H. Gutteridge, netbsd pr bin/44645 | Jason McIntyre | |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
2008-05-28 | In -f mode, don't print a warning if source and target already point | Todd C. Miller | |
to the same inode. This is consistent with other implementations. OK deraadt@ miod@ ray@ | |||
2007-09-16 | "source" and "target" can be either files or directories; | Igor Sobrado | |
cp(1) and ln(1) must have a synopsis consistent with mkdir(1), mv(1), rmdir(1) and others ok jmc@, millert@, otto@ | |||
2007-07-31 | Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when source | Ray Lai | |
and target are identical. When -f is specified, don't delete source. OK sobrado, feedback from paesco, kettenis, and tedu. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2006-04-25 | mark usage() __dead | Theo de Raadt | |
2005-12-02 | Make usage() and manual match. OK jmc, deraadt | Chad Loder | |
2005-04-15 | check snprintf return value and abort if the concatenated path is too | Uwe Stuehler | |
long instead of using the truncated path. also, use the strerror() database instead of repeating the text here. ok krw@, millert@ | |||
2004-12-17 | sync usage | Jared Yanovich | |
manpage: - indent examples - document exit status ok jmc | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-04 | The custom logic used for determining the basename of source file | Nils Nordman | |
was flawed in that it did not account for trailing slashes. Use basename(3) instead. Fixes invocations where target is a directory and source has a trailing slash (e.g. ln -s /tmp/ .). Ok millert@. | |||
2003-04-13 | typos; | Jason McIntyre | |
2003-03-12 | more .Li | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-04-29 | Typo; Brian Poole | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2002-01-24 | this both were in v4, before v6 | Michael Shalayeff | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
2001-10-04 | Grammar; also, document the true behaviour of the examples. | Paul Janzen | |
2001-08-23 | Add a CAVEATS section explaining that a hard link cannot be made to a file | Aaron Campbell | |
flagged immutable or append-only; pjanzen@ ok | |||
2001-08-10 | Address PR 1993. This rewording has been deemed satisfactory by the | Hugh Graham | |
submitter's reportedly pedantic boss. | |||
2001-08-09 | Actually use the statf function pointer which I missed while hand-patching. | Todd C. Miller | |
Also, don't mention the -h and -n flags for the 2nd usage line since they are no-ops in that case. | |||
2001-08-09 | Add -h flag to prevent following a symlink to a dir as the dest. | Todd C. Miller | |
Also add -n as an alias for -h for compat with GNU ln. Patch from Phil.Pennock@globnix.org with minor changes by me. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-03-24 | All man pages should have a DESCRIPTION section. Fix some formatting nits | Aaron Campbell | |
while we're here. | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
1999-09-23 | Add an EXAMPLES section. Note that symbolic links may refer to non-existent | Aaron Campbell | |
files (as pointed out in symlink(2)). Fix some formatting, too. | |||
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell | |
pjanzen@ | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-26 | We don't follow old 4.4BSD symlink semantics anylonger. | Jason Downs | |
1997-01-22 | xref manual pages via SEE ALSO | kstailey | |