diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /bin | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 4 | ||||
-rw-r--r-- | bin/domainname/domainname.1 | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index de70ab6..58d5f44 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 96e4f07..7829238 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 . |