diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libskey/skeyaccess.c | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'lib/libskey/skeyaccess.c')
-rw-r--r-- | lib/libskey/skeyaccess.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libskey/skeyaccess.c b/lib/libskey/skeyaccess.c index 170da6c..098d618 100644 --- a/lib/libskey/skeyaccess.c +++ b/lib/libskey/skeyaccess.c @@ -1,26 +1,26 @@ /* * Figure out if UNIX passwords are permitted for any combination of user * name, group member, terminal port, host_name or network: - * + * * Programmatic interface: skeyaccess(user, port, host, addr) - * + * * All arguments are null-terminated strings. Specify a null character pointer * where information is not available. - * + * * When no address information is given this code performs the host (internet) * address lookup itself. It rejects addresses that appear to belong to * someone else. - * + * * When compiled with -DPERMIT_CONSOLE always permits UNIX passwords with * console logins, no matter what the configuration file says. - * + * * To build a stand-alone test version, compile with -DTEST and run it off an * skey.access file in the current directory: - * + * * Command-line interface: ./skeyaccess user port [host_or_ip_addr] - * + * * Errors are reported via syslogd. - * + * * Author: Wietse Venema, Eindhoven University of Technology. */ @@ -102,7 +102,7 @@ char *addr; /* * Bundle up the arguments in a structure so we won't have to drag around * boring long argument lists. - * + * * Look up the host address when only the name is given. We try to reject * addresses that belong to someone else. */ |