| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The LIBRARY section has been deprecated by upstream.
Show the updated usage of the Lb macro in SYNOPSIS.
Fixes: 4c07abdbacf49 (mandoc: Vendor import of upstream at 2025-06-13)
|
| |
|
|
|
|
|
| |
Quotes in roff do not work the way quotes in shell do,
remove them from the examples to hopefully lead less people astray.
MFC after: 3 days
|
| |
|
|
|
|
|
| |
The deprecation notice should indicate that the driver or feature will
be removed in a future release, not one that's nearly EOL.
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
We live in the SPDX world now and our example manual pages should
reflect that.
Also, fix the order of the SPDX and copyright lines as per style(9).
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D53335
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change variable name to 'error', as this is what is mostly used for
functions that return an error.
- Add mutex(9) to the SEE ALSO section.
- Bump the date.
I don't really like the example code. I'd prefer symmetry where possible, eg.
mtx_lock(&example_lock);
error = example(NULL, EXAMPLE_ONE);
mtx_unlock(&example_lock);
if (error != 0)
return (error);
But I'll leave it as it is for now.
Reviewed by: simon
Notes:
svn path=/head/; revision=162692
|
| |
|
|
|
|
|
| |
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=140363
|
| |
|
|
|
|
|
|
|
| |
Make example locking calls in the EXAMPLES section.
Reviewed by: keramida
Notes:
svn path=/head/; revision=140302
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140135
|
| |
|
|
|
|
|
|
| |
Suggested by: simon
Reviewed by: ru
Notes:
svn path=/head/; revision=140133
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139992
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD manual pages:
- POSIX-copyright contains copyright text to be used in manual pages
which has POSIX text inserted.
- deshallify.sh is a shell script which removes many of the ``shall''
statements from the POSIX text and therefore making the text more
readable.
Real work to make this happen by: nectar, ru
Notes:
svn path=/head/; revision=139989
|
| |
|
|
|
|
|
|
| |
Reviewed by: ru
MFC after: 3 days
Notes:
svn path=/head/; revision=133944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132878
|
| |
|
|
|
|
|
|
|
|
| |
Fixed bad example of how to start a new sentence.
Added missing punctuation.
Fixed cut-n-paste error in the STANDARDS section.
Mention modern POSIX and C standards.
Notes:
svn path=/head/; revision=131751
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130784
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
|
|
|
|
|
|
|
| |
should not use a `%' in examples.
I don't know if this is the consensus of doc@, or just a unilateral decision
of committer that corrected my following of this example. Maybe a docs
person could review these files and see if they still show current guidelines.
Notes:
svn path=/head/; revision=80807
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=73088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69052
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68960
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59541
|
| |
|
|
|
|
|
|
|
| |
consistent, and consistent with mdoc(7) and mdoc.samples(7).
PR: doc/15352, doc/15353
Notes:
svn path=/head/; revision=54340
|