summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/operator.736
-rw-r--r--share/man/man7/ports.72
-rw-r--r--share/man/man7/security.72
-rw-r--r--share/man/man7/style.perl.77
4 files changed, 23 insertions, 24 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index 1f4d9b891ea5..2f674481bbcd 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -40,24 +40,24 @@
.Nd C operator precedence and order of evaluation
.Sh DESCRIPTION
.Bd -ragged -offset indent -compact
-.Bl -column "Operator Associativity "
-.It Operator Associativity
-.It -------- -------------
-.It \&() [] -> . left to right
-.It "! ~ ++ -- - (type) * & sizeof" right to left
-.It \&* / % left to right
-.It \&+ - left to right
-.It \&<< >> left to right
-.It \&< <= > >= left to right
-.It \&== != left to right
-.It \&& left to right
-.It \&^ left to right
-.It \&| left to right
-.It \&&& left to right
-.It \&|| left to right
-.It \&?: right to left
-.It \&= += -= etc. right to left
-.It \&, left to right
+.Bl -column "! ~ ++ -- - (type) * & sizeof"
+.It Sy "Operator Associativity"
+.It "-------- -------------"
+.It "\&() [] -> . left to right"
+.It "! ~ ++ -- - (type) * & sizeof right to left"
+.It "\&* / % left to right"
+.It "\&+ - left to right"
+.It "\&<< >> left to right"
+.It "\&< <= > >= left to right"
+.It "\&== != left to right"
+.It "\&& left to right"
+.It "\&^ left to right"
+.It "\&| left to right"
+.It "\&&& left to right"
+.It "\&|| left to right"
+.It "\&?: right to left"
+.It "\&= += -= etc. right to left"
+.It "\&, left to right"
.El
.Ed
.Sh FILES
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 4794c3e7bc6a..2589b8fb58ba 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -186,6 +186,7 @@ Create a port's
This can be used from
.Pa /usr/ports
to create a browsable web of all ports on your system!
+.El
.Sh ENVIRONMENT
You can change all of these.
.Bl -tag -width MASTER_SITES
@@ -273,6 +274,7 @@ and
The default ports directory (NetBSD).
.It Pa /usr/ports/Mk/bsd.port.mk
The big Kahuna.
+.El
.Sh SEE ALSO
.Xr make 1 ,
.Xr pkg_add 1 ,
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 99f222ad570c..b45f44cc3e6e 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -671,7 +671,6 @@ option that ssh allows in its
.Pa authorized_keys
file to make the key only useable to entities logging in from specific
machines.
-
.Sh SEE ALSO
.Pp
.Xr chflags 1 ,
@@ -690,7 +689,6 @@ machines.
.Xr sysctl 8 ,
.Xr syslogd 8 ,
.Xr vipw 8
-
.Sh HISTORY
The
.Nm
diff --git a/share/man/man7/style.perl.7 b/share/man/man7/style.perl.7
index 51b71df87349..5b5ec5b7e2a8 100644
--- a/share/man/man7/style.perl.7
+++ b/share/man/man7/style.perl.7
@@ -32,7 +32,7 @@
.Nd "FreeBSD Perl source file style guide"
.Sh DESCRIPTION
This file specifies the preferred style for perl scripts in the
-.Tn FreeBSD
+.Fx
source tree.
.Bd -literal -offset 0i
#
@@ -221,13 +221,12 @@ where appropriate.
Use
.Fa unless
instead of
-.Fa if (! ... )
+.Fa if (! ...\& )
where it improves readability.
.Pp
Where it doesn't conflict with this guide read
.Xr perlstyle 1
and adopt Larry Wall's style recommendations.
-
.Sh SEE ALSO
.Xr perlsec 1 ,
.Xr perlstyle 1 ,
@@ -236,4 +235,4 @@ and adopt Larry Wall's style recommendations.
This man page is largely based on the
.Xr style 9
man-page in
-.Tn FreeBSD .
+.Fx .