summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2011-05-30 10:23:59 +0000
committerbcr <bcr@FreeBSD.org>2011-05-30 10:23:59 +0000
commit9650be17d63db0e3bb964de7a15a35d76433e0ea (patch)
tree373c568e9e07da7f9b4a191e126b548bf3923bd7 /share/man
parent812bf1366e26fe41392d514256d783b087426943 (diff)
downloadFreeBSD-src-9650be17d63db0e3bb964de7a15a35d76433e0ea.zip
FreeBSD-src-9650be17d63db0e3bb964de7a15a35d76433e0ea.tar.gz
Add a short description about NO_CHECKSUM.
PR: docs/155980 Submitted by KOIE Hidetaka (koie at suri co jp) MFC after: 7 days
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/c99.72
-rw-r--r--share/man/man7/ports.74
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/c99.7 b/share/man/man7/c99.7
index 1b76442..9f69453 100644
--- a/share/man/man7/c99.7
+++ b/share/man/man7/c99.7
@@ -122,7 +122,7 @@ Support for variable length arrays
New high-precision integer type named long long int, and other integer types
defined in stdint.h
.It
-New boolen data type implemented in stdbool.h
+New boolean data type implemented in stdbool.h
.It
One line comments taken from the C++ language
.It
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 2344a4d..975b825 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 25, 2011
+.Dd May 30, 2011
.Dt PORTS 7
.Os
.Sh NAME
@@ -479,6 +479,8 @@ Of course, these ports may not work as expected, but if you really know
what you are doing and are sure about installing a forbidden port, then
.Va NO_IGNORE
lets you do it.
+.It Va NO_CHECKSUM
+If defined, skip verifying the port's checksum.
.It Va TRYBROKEN
If defined, attempt to build a port even if it is marked as
.Aq Va BROKEN .
OpenPOWER on IntegriCloud