diff options
author | brian <brian@FreeBSD.org> | 1999-04-07 14:03:31 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-04-07 14:03:31 +0000 |
commit | 37c783b7891d1cfb8771028b6893c5d5d88f804e (patch) | |
tree | 39863ec31fda087e67c2b1dc1254ae0c6f8dc98e /lib/libutil/Makefile | |
parent | bdfcb84054121852260eb6336ff07e7ca57ee832 (diff) | |
download | FreeBSD-src-37c783b7891d1cfb8771028b6893c5d5d88f804e.zip FreeBSD-src-37c783b7891d1cfb8771028b6893c5d5d88f804e.tar.gz |
Tidy up trimdomain() and document it.
Don't truncate one byte short of the passed length.
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 9e9d04b..dddf945 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -10,7 +10,8 @@ SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \ _secure_path.c uucplock.c property.c auth.c realhostname.c MAN3+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \ setproctitle.3 login_cap.3 login_class.3 login_times.3 login_ok.3 \ - _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 + _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \ + trimdomain.3 MAN5+= login.conf.5 auth.conf.5 MLINKS+= property.3 properties_read.3 property.3 properties_free.3 MLINKS+= property.3 property_find.3 |