diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-10-11 21:23:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-10-11 21:23:25 +0000 |
commit | af20d8efea2e09a5c091eb25dd3caacf73315f40 (patch) | |
tree | 280b6c85e4b6ecf98b9debe17289da1b0394460b /lib | |
parent | 2b3fd14e81977b2b4d0c974d415ddc9e78dd2f25 (diff) |
Fix empty .No macros, use .Pf to prefix delimiters to macros.
Based on a patch from guenther@, tweaked by me.
OK jmc@ guenther@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/ftw.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index 7aa5347d58c..4967bb7aabb 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftw.3,v 1.11 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: ftw.3,v 1.12 2015/10/11 21:23:24 schwarze Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: October 11 2015 $ .Dt FTW 3 .Os .Sh NAME @@ -89,7 +89,7 @@ A directory which cannot be read. The directory will not be descended into. .It Dv FTW_DP A directory being visited in post-order -.No ( Ns Fn nftw +.Pf ( Fn nftw only). .It Dv FTW_NS A file for which no @@ -100,7 +100,7 @@ The contents of the stat structure are undefined. A symbolic link. .It Dv FTW_SLN A symbolic link with a non-existent target -.No ( Ns Fn nftw +.Pf ( Fn nftw only). .El .Pp |