summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-23 16:04:51 +0000
committerru <ru@FreeBSD.org>2002-12-23 16:04:51 +0000
commit301b96498bdf7a9b644bd2cc5088e7f38cb222d7 (patch)
tree1e6be21e15825ddeae2240e915e902f42d1c1b3a /lib/libc
parent48942467dc106e51b6995bdea8ca104ab6eae2db (diff)
downloadFreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.zip
FreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.tar.gz
Fixed the abuses of .Ql visible on stderr in troff mode.
PR: docs/37176
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rename.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2
index 67866f6..6a9be42 100644
--- a/lib/libc/sys/rename.2
+++ b/lib/libc/sys/rename.2
@@ -80,19 +80,19 @@ not the file or directory to which it points.
.\".Sh CAVEAT
.\"The system can deadlock if a loop in the file system graph is present.
.\"This loop takes the form of an entry in directory
-.\".Ql Pa a ,
+.\".Pa a ,
.\"say
-.\".Ql Pa a/foo ,
+.\".Pa a/foo ,
.\"being a hard link to directory
-.\".Ql Pa b ,
+.\".Pa b ,
.\"and an entry in
.\"directory
-.\".Ql Pa b ,
+.\".Pa b ,
.\"say
-.\".Ql Pa b/bar ,
+.\".Pa b/bar ,
.\"being a hard link
.\"to directory
-.\".Ql Pa a .
+.\".Pa a .
.\"When such a loop exists and two separate processes attempt to
.\"perform
.\".Ql rename a/foo b/bar
OpenPOWER on IntegriCloud