diff options
author | 1997-05-30 07:47:50 +0000 | |
---|---|---|
committer | 1997-05-30 07:47:50 +0000 | |
commit | 7539203b3bc8a23fa56b8c2acd4ad55c23f01552 (patch) | |
tree | 3b0726aeb3b2033b2852ad3c81c4f1fc3b37bc99 /lib/libc/stdlib/realpath.3 | |
parent | the rainy day will not come (diff) | |
download | wireguard-openbsd-7539203b3bc8a23fa56b8c2acd4ad55c23f01552.tar.xz wireguard-openbsd-7539203b3bc8a23fa56b8c2acd4ad55c23f01552.zip |
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 18be43a704f..cc140029e4a 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -32,9 +32,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.2 1996/08/19 08:33:47 tholo Exp $ +.\" $OpenBSD: realpath.3,v 1.3 1997/05/30 07:48:30 deraadt Exp $ .\" -.Dd "February 16, 1994" +.Dd February, 16, 1994 .Dt REALPATH 3 .Os .Sh NAME |