History log of /netbsd-src/lib/libutil/secure_path.3 (Results 1 – 10 of 10)
Revision Date Author Comments
# 45b87028 04-May-2010 jruoho <jruoho@NetBSD.org>

Use .Fn instead of .Nm.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 27adb020 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 149ced91 20-Aug-2001 wiz <wiz@NetBSD.org>

Improve formatting, noted by Simon Burge.


# 56d8eacc 09-Apr-2001 wiz <wiz@NetBSD.org>

Fix date, whitespace and punctuation.


# 82759dbd 21-Sep-2000 ad <ad@NetBSD.org>

Use .{B,Bs,F,N,O}x and fix miscellaneous errors.


# 300fe580 19-Sep-2000 ad <ad@NetBSD.org>

Document secure_path() better; in particular, note that it will write
to the system log.


# 8b2c9134 18-Sep-2000 ad <ad@NetBSD.org>

- Simplify code path.
- Make the first argument to secure_path() constant.
- KNF.


# b596a9b1 07-Jul-2000 itojun <itojun@NetBSD.org>

rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...