X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Finterface.lisp;h=8e6be50596e84c18051d6a7c88fb7edca47c921a;hb=54da325f13fb41669869aea688ae195426c0e231;hp=802593030993f55b07abe3bcf91d5df329b5924e;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/contrib/sb-posix/interface.lisp b/contrib/sb-posix/interface.lisp index 8025930..8e6be50 100644 --- a/contrib/sb-posix/interface.lisp +++ b/contrib/sb-posix/interface.lisp @@ -506,8 +506,8 @@ not supported." :documentation "Initial working directory.") (shell :initarg :shell :accessor passwd-shell :documentation "Program to use as shell.")) - (:documentation "Instances of this class represent entries in - the system's user database.")) + (:documentation + "Instances of this class represent entries in the system's user database.")) ;;; group database #-win32 @@ -572,9 +572,8 @@ not supported." (mtime :initarg :mtime :reader stat-mtime :documentation "Time of last data modification.") (ctime :initarg :ctime :reader stat-ctime - :documentation "Time of last status change")) - (:documentation "Instances of this class represent Posix file - metadata.")) + :documentation "Time of last status change.")) + (:documentation "Instances of this class represent POSIX file metadata.")) (defmacro define-stat-call (name arg designator-fun type) ;; FIXME: this isn't the documented way of doing this, surely? @@ -653,8 +652,8 @@ not supported." :documentation "Local modes.") (cc :initarg :cc :accessor sb-posix:termios-cc :array-length nccs :documentation "Control characters.")) - (:documentation "Instances of this class represent I/O - characteristics of the terminal.")) + (:documentation + "Instances of this class represent I/O characteristics of the terminal.")) #-win32 (progn