aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commitb5c508fba33452c36601090d080ddc688efad870 (patch)
treebf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /bin
parentbd4bd019fbc1618b7547bdae3000cc03228becf1 (diff)
downloadsrc-b5c508fba33452c36601090d080ddc688efad870.tar.gz
src-b5c508fba33452c36601090d080ddc688efad870.zip
Use Fx macro wherever possible.
Notes
Notes: svn path=/head/; revision=68716
Diffstat (limited to 'bin')
-rw-r--r--bin/chmod/chmod.14
-rw-r--r--bin/domainname/domainname.12
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index de70ab612367..58d5f4467851 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -138,7 +138,9 @@ will run with effective gid set to the gid of the file owner.
(the sticky bit)
When set on a directory, unprivileged users can delete and rename
only those files in the directory that are owned by them, regardless of
-the permissions on the directory. Under FreeBSD, the sticky bit is
+the permissions on the directory. Under
+.Fx ,
+the sticky bit is
ignored for executable files and may only be set for directories (see
.Xr sticky 8 ).
.It Li 0400
diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1
index 96e4f076fdf6..7829238a9abe 100644
--- a/bin/domainname/domainname.1
+++ b/bin/domainname/domainname.1
@@ -60,6 +60,6 @@ convenience.
The
.Nm
command appeared in
-.Tn FreeBSD
+.Fx
1.1, based on a similar command in
.Tn SunOS .