Module Name: src
Committed By: jruoho
Date: Thu Jun 2 09:02:39 UTC 2011
Modified Files:
src/share/man/man7: symlink.7
Log Message:
Use .Ss and -offset indent.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man7/symlink.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/symlink.7
diff -u src/share/man/man7/symlink.7:1.20 src/share/man/man7/symlink.7:1.21
--- src/share/man/man7/symlink.7:1.20 Tue Apr 26 16:57:39 2011
+++ src/share/man/man7/symlink.7 Thu Jun 2 09:02:39 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: symlink.7,v 1.20 2011/04/26 16:57:39 joerg Exp $
+.\" $NetBSD: symlink.7,v 1.21 2011/06/02 09:02:39 jruoho Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
.\"
-.Dd February 1, 2011
+.Dd June 2, 2011
.Dt SYMLINK 7
.Os
.Sh NAME
@@ -431,10 +431,12 @@
or
.Fl P
options.
-.Sh MAGIC SYMLINKS
-Magic symlinks can be enabled by setting
+.Ss Magic symlinks
+So-called
+.Dq magic symlinks
+can be enabled by setting the
.Dq vfs.generic.magiclinks
-with
+variable with
.Xr sysctl 8 .
When magic symlinks are enabled
.Dq magic
@@ -474,7 +476,7 @@
.Ed
.Pp
The following patterns are supported:
-.Bl -tag -width @machine_arch
+.Bl -tag -width @machine_arch -offset indent
.It @domainname
Expands to the machine's domain name, as set by
.Xr setdomainname 3 .