diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:09:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:09:22 +0000 |
commit | 306f8b944829bf39af5022fcb9fa652083969f05 (patch) | |
tree | cab721bc78e7fdcc6ba9b44ab884abfb7b619d3e /lib | |
parent | fe4f922d013b26678d4a7d14a3cea7ca3839e639 (diff) |
.Ql Pa -> .Sq Pa where literal makes no sense;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/rename.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index d3f0ea80066..d7c27887b0c 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rename.2,v 1.10 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: rename.2,v 1.11 2003/07/15 10:09:21 jmc Exp $ .\" $NetBSD: rename.2,v 1.7 1995/02/27 12:36:15 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -180,19 +180,19 @@ function conforms to .Sh CAVEATS 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 , +.Sq Pa a , say -.Ql Pa a/foo , +.Sq Pa a/foo , being a hard link to directory -.Ql Pa b , +.Sq Pa b , and an entry in directory -.Ql Pa b , +.Sq Pa b , say -.Ql Pa b/bar , +.Sq Pa b/bar , being a hard link to directory -.Ql Pa a . +.Sq Pa a . When such a loop exists and two separate processes attempt to perform .Ql rename a/foo b/bar |