summaryrefslogtreecommitdiff
path: root/static/openbsd/man5/defaultdomain.5
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 14:02:27 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 14:02:27 -0400
commit6d8bdc65446a704d0750217efd05532fc641ea7d (patch)
tree8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man5/defaultdomain.5
parent2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff)
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man5/defaultdomain.5')
-rw-r--r--static/openbsd/man5/defaultdomain.533
1 files changed, 33 insertions, 0 deletions
diff --git a/static/openbsd/man5/defaultdomain.5 b/static/openbsd/man5/defaultdomain.5
new file mode 100644
index 00000000..4ba0b269
--- /dev/null
+++ b/static/openbsd/man5/defaultdomain.5
@@ -0,0 +1,33 @@
+.\" $OpenBSD: defaultdomain.5,v 1.5 2017/07/13 19:16:33 jmc Exp $
+.\" Written by Jared Yanovich
+.\" This file belongs to the public domain.
+.Dd $Mdocdate: July 13 2017 $
+.Dt DEFAULTDOMAIN 5
+.Os
+.Sh NAME
+.Nm defaultdomain
+.Nd default YP domain name
+.Sh DESCRIPTION
+The
+.Nm
+file is read by
+.Xr rc 8
+at system startup time.
+It is used to set the YP domain name of the host machine (see
+.Xr yp 8 ) .
+.Pp
+This file should contain a single line specifying the system domain name as
+supplied to
+.Xr domainname 1 .
+Empty lines and lines beginning with
+.Sq #
+in the file are ignored.
+.Sh FILES
+.Bl -tag -width "/etc/defaultdomain" -compact
+.It Pa /etc/defaultdomain
+default domain name
+.El
+.Sh SEE ALSO
+.Xr domainname 1 ,
+.Xr rc 8 ,
+.Xr yp 8