From 301b96498bdf7a9b644bd2cc5088e7f38cb222d7 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 23 Dec 2002 16:04:51 +0000 Subject: Fixed the abuses of .Ql visible on stderr in troff mode. PR: docs/37176 --- lib/libc/sys/rename.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1