summaryrefslogtreecommitdiffstats
path: root/man2/getdomainname.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getdomainname.2')
-rw-r--r--man2/getdomainname.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/getdomainname.2 b/man2/getdomainname.2
index 3b74bcd7a..128c670eb 100644
--- a/man2/getdomainname.2
+++ b/man2/getdomainname.2
@@ -22,7 +22,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getdomainname (),
@@ -83,7 +83,7 @@ was negative or too large.
The caller did not have the
.B CAP_SYS_ADMIN
capability in the user namespace associated with its UTS namespace (see
-.BR namespaces (7)).
+.MR namespaces 7 ).
.P
.BR getdomainname ()
can fail with the following errors:
@@ -107,7 +107,7 @@ system call; instead, glibc implements
as a library function that returns a copy of the
.I domainname
field returned from a call to
-.BR uname (2).
+.MR uname 2 .
.SH STANDARDS
None.
.\" But they appear on most systems...
@@ -116,7 +116,7 @@ Since Linux 1.0, the limit on the length of a domain name,
including the terminating null byte, is 64 bytes.
In older kernels, it was 8 bytes.
.SH SEE ALSO
-.BR gethostname (2),
-.BR sethostname (2),
-.BR uname (2),
-.BR uts_namespaces (7)
+.MR gethostname 2 ,
+.MR sethostname 2 ,
+.MR uname 2 ,
+.MR uts_namespaces 7