| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
|
|
|
|
|
|
| |
Also, remove $FreeBSD$ tag from manual page examples.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
I've not removed the Er macro from one of the lists in example.9, however,
because it seems to be doing some special kind of magic. Let's leave it
there for now.
Notes:
svn path=/head/; revision=367621
|
|
|
|
|
|
|
|
|
| |
Reviewed by: eadler
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D14958
Notes:
svn path=/head/; revision=336546
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original Berkeley Software Distributions were made in the 1980's
and 1990's. At that time, the Buenos Ares Convention of 1910 was in
force in most of the countries in the Americas. It required an
affirmative statement of rights reservation, typically using 'All
Rights Reserved.' The Regents included this phrase in their copyright
notices to invoke this treaty to ensure maximal copyright protection.
In the 1990's, Latin America coutries ratifeid the Berne Convention on
copyrights which prohibited them from requiring an affirmative
statement to reserve the rights. When Nicaragua ratified in 2000, the
Buenos Ares Convention of 1910 was effectively repealed. This made all
the 'All Rights Reserved' phrases obsolete and legal deadweight most
of the time, and certainly in the cases removed here.
Since it's no longer required, and is in fact meaningless, core has
decided to dropped it from the project's collection copyright and
sample templates. It encourages other rights holders to do the same
after consultation with their legal department.
More see https://en.wikipedia.org/wiki/Buenos_Aires_Convention for
more information.
Approved by: core@ (emaste@, jhb@)
Differential Review: https://reviews.freebsd.org/D15264
Notes:
svn path=/head/; revision=333391
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=288419
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267667
|
|
|
|
| |
Notes:
svn path=/head/; revision=237018
|
|
|
|
|
|
|
| |
popular.
Notes:
svn path=/head/; revision=162712
|
|
|
|
|
|
|
| |
Approved by: trhodes (mentor), keramida (mentor)
Notes:
svn path=/head/; revision=162670
|
|
|
|
| |
Notes:
svn path=/head/; revision=162403
|
|
|
|
|
|
|
|
| |
- Demonstrate how .Nm can be used without the side effect of causing
a line break in the SYNOPSIS section.
Notes:
svn path=/head/; revision=162396
|
|
|
|
|
|
|
|
|
|
| |
is not interesting, when the driver appeared is. Most people who use this
example leave the manpage appearance date in and the driver date out.
MFC after: 3 days
Notes:
svn path=/head/; revision=158763
|
|
|
|
|
|
|
|
|
| |
to load a kernel module.
MFC after: 3 days
Notes:
svn path=/head/; revision=157356
|
|
|
|
| |
Notes:
svn path=/head/; revision=145982
|
|
|
|
| |
Notes:
svn path=/head/; revision=140135
|
|
|
|
|
|
|
|
| |
Reviewed by: ru
MFC after: 3 days
Notes:
svn path=/head/; revision=133944
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
Notes:
svn path=/head/; revision=79857
|
|
|
|
| |
Notes:
svn path=/head/; revision=79852
|
|
|
|
| |
Notes:
svn path=/head/; revision=79757
|
|
|
|
|
|
|
| |
this currently implies the default argument of "FreeBSD 5.0".
Notes:
svn path=/head/; revision=75869
|
|
|
|
| |
Notes:
svn path=/head/; revision=75595
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
so update the example to use the correct definition.
Add an example for documenting kernel compile options, along with
a small example of how to reference them in the main text of the
man page (I.e. the .Dv macro).
Inspired-by: a brief exchange I saw in in the commit messages mail
Notes:
svn path=/head/; revision=75228
|
|
|
|
| |
Notes:
svn path=/head/; revision=70015
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
|
|
|
|
|
| |
consistent, and consistent with mdoc(7) and mdoc.samples(7).
PR: doc/15352, doc/15353
Notes:
svn path=/head/; revision=54340
|
|
|
|
|
|
|
|
| |
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.
Notes:
svn path=/head/; revision=50535
|
|
|
|
| |
Notes:
svn path=/head/; revision=34984
|
|
|
|
| |
Notes:
svn path=/head/; revision=24066
|
|
|
|
|
|
|
| |
clause 3, which was removed on 1996/08/03 in the C example.
Notes:
svn path=/head/; revision=23199
|
|
|
|
|
|
|
| |
Pointed out by: wosch
Notes:
svn path=/head/; revision=22853
|
|
|
|
|
|
|
| |
2.2 Candidate
Notes:
svn path=/head/; revision=22698
|
|
|
|
| |
Notes:
svn path=/head/; revision=21453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add all of the possible errno's to example.3.
Show examples of the .Bx (BSD) and .At (AT&T UNIX) macros
in the various HISTORY sections.
Add some .Rs/.Re (used for referencing things other
than man pages) in the SEE ALSO sections.
Suggested by: wollman
Notes:
svn path=/head/; revision=21449
|
|
since it seemed like a better place, and the makefiles for
/usr/share/examples didn't need to be fussed with.
The old stuff can be removed from the Attic.
Notes:
svn path=/head/; revision=21235
|